mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_planned_order_matrix: Migration to 16.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user