summaryrefslogtreecommitdiff
path: root/addons/l10n_sg/views/account_invoice_view.xml
blob: c7be420df3878710e746971a7e2f3b0ad134af2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
    <data>
        <record id="view_invoice_form_l10n_sg" model="ir.ui.view">
            <field name="name">l10n_sg.invoice.form</field>
            <field name="model">account.move</field>
            <field name="inherit_id" ref="account.view_move_form"/>
            <field name="arch" type="xml">
                <xpath expr="//field[@name='fiscal_position_id']" position="after">
                    <field name="l10n_sg_permit_number"/>
                    <field name="l10n_sg_permit_number_date"/>
                </xpath>
            </field>
        </record>
    </data>
</odoo>