summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_move.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-30 15:06:15 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-30 15:06:15 +0700
commitacd06377bb5c4b375fadf3ad37a7ad5853ed79b3 (patch)
treeaef72c07173801e6836e5a8bc3ad87763dd9b0ad /fixco_custom/views/account_move.xml
parentc7f63c374488c2f28dedc070308dadb5cfc1f9bd (diff)
push
Diffstat (limited to 'fixco_custom/views/account_move.xml')
-rw-r--r--fixco_custom/views/account_move.xml15
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