mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] mrp_multi_level: add date to default grouping filters
It is the default colum for pivot view.
This commit is contained in:
committed by
BernatPForgeFlow
parent
6ed19deb8c
commit
8f0be86313
@@ -141,6 +141,11 @@
|
||||
string="Main Supplier"
|
||||
context="{'group_by':'main_supplier_id'}"
|
||||
/>
|
||||
<filter
|
||||
name="group_date"
|
||||
string="Date"
|
||||
context="{'group_by':'date'}"
|
||||
/>
|
||||
<filter
|
||||
name="group_release_date"
|
||||
string="Date to Procure"
|
||||
|
||||
Reference in New Issue
Block a user