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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 15
|
5627 | ||
|
2
Jan 23
|
14309 | ||
|
0
Jun 16
|
3833 | ||
|
2
Nov 23
|
3623 | ||
How to save a filter with today value from context
Diselesaikan
|
|
7
Apr 21
|
21143 |
Did you find an solution for this ?