Improve stock inventory tree view

This commit is contained in:
Alexis de Lattre
2021-07-20 13:07:36 +02:00
parent 8e01d32fe6
commit 9a67836c50

View File

@@ -361,6 +361,7 @@ should be able to access it. So I add a menu entry under Inventory Control. -->
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="date" position="after"> <field name="date" position="after">
<field name="location_id" groups="stock.group_stock_multi_locations"/> <field name="location_id" groups="stock.group_stock_multi_locations"/>
<field name="filter"/>
</field> </field>
<tree position="attributes"> <tree position="attributes">
<attribute name="decoration-info">state == 'draft'</attribute> <attribute name="decoration-info">state == 'draft'</attribute>