summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/uom_uom.xml
blob: a7fb55e5f130b873e4f182ae2e936dc661ed6fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<odoo>
    <data>
        <record id="uom_form_view_inherit" model="ir.ui.view">
        <field name="name">Uom</field>
        <field name="model">uom.uom</field>
        <field name="inherit_id" ref="uom.product_uom_form_view"/>
        <field name="arch" type="xml">
            <field name="rounding" position="after">
                <field name="coretax_id"/>
            </field>
        </field>
        </record>
    </data>
</odoo>