diff options
Diffstat (limited to 'fixco_custom/views/account_move.xml')
| -rw-r--r-- | fixco_custom/views/account_move.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml new file mode 100644 index 0000000..c7d4cf1 --- /dev/null +++ b/fixco_custom/views/account_move.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <data> + <record id="account_move_form_inherit" model="ir.ui.view"> + <field name="name">Account Move</field> + <field name="model">account.move</field> + <field name="inherit_id" ref="account.view_move_form"/> + <field name="arch" type="xml"> + <field name="payment_reference" position="after"> + <field name="invoice_marketplace" readonly="1"/> + </field> + </field> + </record> + </data> +</odoo>
\ No newline at end of file |
