summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_quant.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/stock_quant.xml')
-rw-r--r--indoteknik_custom/views/stock_quant.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_quant.xml b/indoteknik_custom/views/stock_quant.xml
index 107f75f3..a665529e 100644
--- a/indoteknik_custom/views/stock_quant.xml
+++ b/indoteknik_custom/views/stock_quant.xml
@@ -9,6 +9,20 @@
<field name="inventory_quantity" position="after">
<field name="reserved_quantity" readonly="1" />
</field>
+ <field name="value" position="after">
+ <field name="note" readonly="1" />
+ </field>
+ </field>
+ </record>
+
+ <record id="stock_view_stock_quant_tree_inherited" model="ir.ui.view">
+ <field name="name">stock.view_stock_quant_tree_inherited</field>
+ <field name="model">stock.quant</field>
+ <field name="inherit_id" ref="stock.view_stock_quant_tree"/>
+ <field name="arch" type="xml">
+ <field name="value" position="after">
+ <field name="note" readonly="1" />
+ </field>
</field>
</record>
</data>