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.
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
0
mrt. 15
|
5627 | ||
|
2
jan. 23
|
14320 | ||
|
0
jun. 16
|
3839 | ||
|
2
nov. 23
|
3626 | ||
|
7
apr. 21
|
21150 |
Did you find an solution for this ?