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.
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
mar 15
|
5627 | ||
|
2
sty 23
|
14307 | ||
|
0
cze 16
|
3830 | ||
|
2
lis 23
|
3620 | ||
|
7
kwi 21
|
21140 |
Did you find an solution for this ?