stock_usability: remove unnecessary inherit (native colors ok)

This commit is contained in:
Alexis de Lattre
2021-07-20 13:09:11 +02:00
parent 8a2e662d43
commit 48a19b8f97

View File

@@ -27,16 +27,4 @@
</field>
</record>
<record id="view_inventory_tree" model="ir.ui.view">
<field name="name">usability.stock.inventory.tree</field>
<field name="model">stock.inventory</field>
<field name="inherit_id" ref="stock.view_inventory_tree"/>
<field name="arch" type="xml">
<tree position="attributes">
<attribute name="decoration-info">state == 'draft'</attribute>
<attribute name="decoration-warning">state == 'confirm'</attribute>
</tree>
</field>
</record>
</odoo>