summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/landedcost.xml
blob: 4736941a611f1ce87dc6d915b01050b88dfcdc53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>