Skip to content

Commit

Permalink
Merge PR #235 into 8.0
Browse files Browse the repository at this point in the history
Signed-off-by lreficent
  • Loading branch information
OCA-git-bot committed Oct 7, 2019
2 parents b490893 + f74c952 commit 5890581
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mrp_project/views/mrp_production_view.xml
Expand Up @@ -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>

0 comments on commit 5890581

Please sign in to comment.