[MIG] mrp_planned_order_matrix: Migration to 16.0

This commit is contained in:
joan
2022-11-14 14:48:09 +01:00
committed by JasminSForgeFlow
parent 6774738832
commit ae98cb5258
2 changed files with 20 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "MRP Planned Order Matrix",
"summary": "Allows to create fixed planned orders on a grid view.",
"version": "15.0.1.1.0",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",

View File

@@ -23,9 +23,8 @@
/>
</group>
</group>
<div />
<group name="products" string="Products">
<field name="product_mrp_area_ids" nolabel="1">
<group name="products" string="Products" />
<field name="product_mrp_area_ids" nolabel="1">
<tree>
<field name="product_id" />
<field name="mrp_area_id" />
@@ -33,7 +32,6 @@
<field name="supply_method" />
</tree>
</field>
</group>
<footer>
<button
name="create_sheet"
@@ -67,25 +65,23 @@
/>
</group>
</group>
<div />
<group name="mps_quantity" string="MPS quantity">
<field
name="line_ids"
nolabel="1"
widget="x2many_2d_matrix"
field_x_axis="value_x"
field_y_axis="value_y"
field_value="product_qty"
x_axis_clickable="0"
y_axis_clickable="0"
>
<tree editable="bottom">
<field name="value_x" />
<field name="value_y" />
<field name="product_qty" />
</tree>
</field>
</group>
<group name="mps_quantity" string="MPS quantity" />
<field
name="line_ids"
nolabel="1"
widget="x2many_2d_matrix"
field_x_axis="value_x"
field_y_axis="value_y"
field_value="product_qty"
x_axis_clickable="0"
y_axis_clickable="0"
>
<tree editable="bottom">
<field name="value_x" />
<field name="value_y" />
<field name="product_qty" />
</tree>
</field>
<footer>
<button
name="button_validate"