account_move_line_filter_wizard: Port to v10
This commit is contained in:
@@ -27,6 +27,7 @@ This module has been written by Alexis de Lattre from Akretion
|
||||
'data': [
|
||||
'sale_view.xml',
|
||||
'product_view.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<filter context="{'group_by':'date_order'}" position="after">
|
||||
<filter string="Order Confirmation Month" name="confirmation_date_groupby" context="{'group_by': 'confirmation_date'}"/>
|
||||
<filter string="State" name="state_groupby" context="{'group_by': 'state'}"/>
|
||||
</filter>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user