Merge PR #235 into 8.0

Signed-off-by lreficent
This commit is contained in:
OCA-git-bot
2019-10-07 10:56:52 +00:00

View File

@@ -28,5 +28,17 @@
<field name="domain">[('project_id', '=', active_id)]</field>
</record>
<record id="view_mrp_production_filter_project" model="ir.ui.view">
<field name="name">mrp.production.filter.group.project</field>
<field name="model">mrp.production</field>
<field name="inherit_id" ref="mrp.view_mrp_production_filter"/>
<field name="arch" type="xml">
<group position="inside">
<filter string="Project" context="{'group_by':'project_id'}"/>
</group>
</field>
</record>
</data>
</openerp>