account_move_line_filter_wizard: Port to v10

This commit is contained in:
Alexis de Lattre
2018-05-25 13:25:00 +02:00
parent 400a084d9b
commit fbbd1beb08
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ This module has been written by Alexis de Lattre from Akretion
'data': [ 'data': [
'sale_view.xml', 'sale_view.xml',
'product_view.xml', 'product_view.xml',
'security/ir.model.access.csv',
], ],
'installable': True, 'installable': True,
} }

View File

@@ -70,6 +70,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<filter context="{'group_by':'date_order'}" position="after"> <filter context="{'group_by':'date_order'}" position="after">
<filter string="Order Confirmation Month" name="confirmation_date_groupby" context="{'group_by': 'confirmation_date'}"/> <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> </filter>
</field> </field>
</record> </record>