[14.0][MIG]agreement_mrp: migrated to v14

This commit is contained in:
Vimal Patel
2021-07-14 18:26:02 +05:30
committed by Murtaza Mithaiwala
parent fda02894fa
commit cdb08f844f
9 changed files with 53 additions and 10 deletions

View File

@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="action_mrp_production_agreement_specific" model="ir.actions.act_window">
<field name="name">Manufacture Orders</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">mrp.production</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
<field name="domain">[('agreement_id', '=', active_id)]</field>
<field name="help" type="html">

View File

@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="mrp_production_form_view_agreement" model="ir.ui.view">