Group by Date in ODOO
Group by filter for the same is:
<filter string="Start Month" domain="[]" context="{'group_by':'date_begin'}"/>
Here it groups the records by month, to allow grouping by day, we have to change the code to:
<filter string="Start Month" domain="[]" context="{'group_by':'date_begin:day'}"/>
nice post share.....keep sharing this kind of blog...odoo
ReplyDeleteodoo development
odoo services
odoo development services
Click to see the code!
To insert emoticon you must added at least one space before the code.