summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/landedcost.xml
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-06-15 15:47:05 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-06-15 15:47:05 +0700
commit55c67c71b04fce80c635b3a58d91c8bcb02e17c8 (patch)
treeed8833b969800e36b887b4134c14dab89d3b91c7 /indoteknik_custom/views/landedcost.xml
parent1f2995a85428ac4335123bd33d48ae17d3c9f36f (diff)
parent24649f8e939484759ef34e5e68f251d951f63c02 (diff)
Merge commit '24649f8e939484759ef34e5e68f251d951f63c02'
Conflicts: indoteknik_custom/__manifest__.py indoteknik_custom/security/ir.model.access.csv
Diffstat (limited to 'indoteknik_custom/views/landedcost.xml')
-rw-r--r--indoteknik_custom/views/landedcost.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/indoteknik_custom/views/landedcost.xml b/indoteknik_custom/views/landedcost.xml
new file mode 100644
index 00000000..4736941a
--- /dev/null
+++ b/indoteknik_custom/views/landedcost.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<odoo>
+ <data>
+ <record id="landed_cost_form_inherit" model="ir.ui.view">
+ <field name="name">Landed Cost</field>
+ <field name="model">stock.landed.cost</field>
+ <field name="inherit_id" ref="stock_landed_costs.view_stock_landed_cost_form"/>
+ <field name="arch" type="xml">
+ <field name="vendor_bill_id" position="replace">
+ <field name="vendor_bill_id" required="1"/>
+ </field>
+ </field>
+ </record>
+ </data>
+</odoo> \ No newline at end of file