Improve views for sale.report and purchase.report, and search view for sale order

This commit is contained in:
Alexis de Lattre
2019-06-20 23:27:12 +02:00
parent e56343c181
commit acdddf0d08
4 changed files with 66 additions and 0 deletions

View File

@@ -72,6 +72,9 @@
<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 name="project_id" position="attributes">
<attribute name="groups">analytic.group_analytic_accounting</attribute>
</field>
</field>
</record>