summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_warehouse_orderpoint.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-10-25 14:05:01 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-10-25 14:05:01 +0700
commit8cba1eaa340eb0c6b264672b0a47dc1628c2eb04 (patch)
tree6549a2d6bccb201306529503516a16dd3806e3a1 /indoteknik_custom/views/stock_warehouse_orderpoint.xml
parentc35137e5a43afeb6a45b7f213f9ab40afb75fb4c (diff)
initial commit for split automatic purchase
Diffstat (limited to 'indoteknik_custom/views/stock_warehouse_orderpoint.xml')
-rw-r--r--indoteknik_custom/views/stock_warehouse_orderpoint.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_warehouse_orderpoint.xml b/indoteknik_custom/views/stock_warehouse_orderpoint.xml
new file mode 100644
index 00000000..038b09cc
--- /dev/null
+++ b/indoteknik_custom/views/stock_warehouse_orderpoint.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<odoo>
+ <data>
+ <record id="stock_warehouse_orderpoint_inherit" model="ir.ui.view">
+ <field name="name">stock.warehouse.orderpoint.tree</field>
+ <field name="model">stock.warehouse.orderpoint</field>
+ <field name="inherit_id" ref="stock.view_warehouse_orderpoint_tree_editable_config"/>
+ <field name="arch" type="xml">
+ <field name="product_uom_name" position="after">
+ <field name="responsible_id" optional="hide"/>
+ </field>
+ </field>
+ </record>
+ </data>
+</odoo> \ No newline at end of file