This question has been flagged

If i group by a Date most of the time it will group the list view by month.

Is there a way to group by calender week instead of month or year? And if how would this group by filter look like?

Avatar
Discard

Did you find an solution for this ?

Best Answer

by using ":week"

example:

<filter string="Date" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'date_from:week'}"/>

You can find more information on this topic here: https://github.com/odoo/odoo/issues/3403

Avatar
Discard

doesn't work in V7.