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!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
0
bře 15
|
5627 | ||
|
2
led 23
|
14309 | ||
|
0
čvn 16
|
3833 | ||
|
2
lis 23
|
3623 | ||
|
7
dub 21
|
21143 |
Did you find an solution for this ?