mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_sale_info: Migration to 17.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "MRP Sale Info",
|
||||
"summary": "Adds sale information to Manufacturing models",
|
||||
"version": "16.0.1.1.0",
|
||||
"version": "17.0.1.1.0",
|
||||
"category": "Manufacturing",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<field name="model">mrp.production</field>
|
||||
<field name="inherit_id" ref="mrp.mrp_production_tree_view" />
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_planned_start" position="after">
|
||||
<field name="date_start" position="after">
|
||||
<field name="sale_id" optional="show" />
|
||||
<field name="partner_id" optional="show" />
|
||||
<field name="commitment_date" optional="hide" />
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
ref="mrp.mrp_production_workorder_tree_editable_view"
|
||||
/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_planned_start" position="after">
|
||||
<field name="date_start" position="after">
|
||||
<field name="sale_id" />
|
||||
<field name="partner_id" />
|
||||
<field name="commitment_date" />
|
||||
|
||||
Reference in New Issue
Block a user