Hi,
I want create menu that show list of employee birthday in current month. I have pass domain in action but getting issue .
Domain:
<field name="domain" eval="['&', ('birthday','>=', time.strftime('%%m-%%d')),('birthday','<=', time.strftime('%%m-%%d'))]"/>
<field name="domain" eval="['&', ('birthday','>=', time.strftime('%Y-%m-%d')),('birthday','<=', time.strftime('%Y-%m-%d')))]"/>
help please
can u post your domain condition code?..
@prakash: I have update my que. I have try both this domain but facing issue