summaryrefslogtreecommitdiff
path: root/addons/l10n_sg/views/account_invoice_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_sg/views/account_invoice_view.xml')
-rw-r--r--addons/l10n_sg/views/account_invoice_view.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/l10n_sg/views/account_invoice_view.xml b/addons/l10n_sg/views/account_invoice_view.xml
new file mode 100644
index 00000000..c7be420d
--- /dev/null
+++ b/addons/l10n_sg/views/account_invoice_view.xml
@@ -0,0 +1,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>