openerp 7 - How to add appointment_date + 3 months filter in opnerp -


i wana add filter in employee on 3 months employees.what should do? coding that.

=', ((context_today()-relativedelta(months=3)).strftime('%%y-%%m-%%d')))]" help="3 months" />

but coding no work.somebody me.


Comments

Popular posts from this blog

python - Redis Error 8 connecting localhost:6379. nodename nor servname provided, or not known -

c# - How to get the current UAC mode -