We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed931e9 commit 9c7289aCopy full SHA for 9c7289a
2 files changed
mrp_bom_version/__manifest__.py
@@ -5,7 +5,7 @@
5
{
6
"name": "MRP - BoM version",
7
"summary": "BoM versioning",
8
- "version": "18.0.1.0.0",
+ "version": "17.0.1.0.0",
9
"license": "AGPL-3",
10
"author": "OdooMRP team,"
11
"AvanzOSC,"
mrp_bom_version/views/mrp_bom_view.xml
@@ -9,9 +9,9 @@
<field name="model">mrp.bom</field>
<field name="inherit_id" ref="mrp.mrp_bom_tree_view" />
<field name="arch" type="xml">
12
- <list position="attributes">
+ <xpath expr="/*[self::tree or self::list]" position="attributes">
13
<attribute name="decoration-muted">not active</attribute>
14
- </list>
+ </xpath>
15
<field name="code" position="after">
16
<field name="version" />
17
<field name="state" />
0 commit comments