mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user