summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-02-28 14:47:00 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-02-28 14:47:00 +0700
commit85493aa6f97429a561ebf0ff1fa6baa3da9bd50c (patch)
tree0770cec53cec29a0807ed13fd6dcb8ab216c0abc /indoteknik_custom/views
parent46a7cc5601ceab2a7a6cdf4d74e0fa26ce13ab8a (diff)
Add inherit stock quant
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/stock_quant.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_quant.xml b/indoteknik_custom/views/stock_quant.xml
new file mode 100644
index 00000000..107f75f3
--- /dev/null
+++ b/indoteknik_custom/views/stock_quant.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<odoo>
+ <data>
+ <record id="stock_view_stock_quant_tree_editable_inherited" model="ir.ui.view">
+ <field name="name">stock.view_stock_quant_tree_editable_inherited</field>
+ <field name="model">stock.quant</field>
+ <field name="inherit_id" ref="stock.view_stock_quant_tree_editable"/>
+ <field name="arch" type="xml">
+ <field name="inventory_quantity" position="after">
+ <field name="reserved_quantity" readonly="1" />
+ </field>
+ </field>
+ </record>
+ </data>
+</odoo>