UPD 'group position' instead of xpath

This commit is contained in:
Rubén Cabrera
2017-11-15 09:54:29 +01:00
parent d8b5fb2432
commit f74c952d9e

View File

@@ -34,9 +34,9 @@
<field name="model">mrp.production</field>
<field name="inherit_id" ref="mrp.view_mrp_production_filter"/>
<field name="arch" type="xml">
<xpath expr='//filter[@string="Scheduled Month"]' position="after">
<group position="inside">
<filter string="Project" context="{'group_by':'project_id'}"/>
</xpath>
</group>
</field>
</record>