Skip to content

Commit 9c7289a

Browse files
committed
[MIG] mrp_bom_version: Migration to 17.0
1 parent ed931e9 commit 9c7289a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mrp_bom_version/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "MRP - BoM version",
77
"summary": "BoM versioning",
8-
"version": "18.0.1.0.0",
8+
"version": "17.0.1.0.0",
99
"license": "AGPL-3",
1010
"author": "OdooMRP team,"
1111
"AvanzOSC,"

mrp_bom_version/views/mrp_bom_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<field name="model">mrp.bom</field>
1010
<field name="inherit_id" ref="mrp.mrp_bom_tree_view" />
1111
<field name="arch" type="xml">
12-
<list position="attributes">
12+
<xpath expr="/*[self::tree or self::list]" position="attributes">
1313
<attribute name="decoration-muted">not active</attribute>
14-
</list>
14+
</xpath>
1515
<field name="code" position="after">
1616
<field name="version" />
1717
<field name="state" />

0 commit comments

Comments
 (0)