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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
doesn't work in V7.
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
0
de març 15
|
5627 | ||
|
2
de gen. 23
|
14312 | ||
|
0
de juny 16
|
3838 | ||
|
2
de nov. 23
|
3625 | ||
|
7
d’abr. 21
|
21148 |
Did you find an solution for this ?