stock_usability: remove unnecessary inherit (native colors ok)
This commit is contained in:
@@ -27,16 +27,4 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</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>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user