summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-02-18 10:29:47 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-02-18 10:29:47 +0700
commit5e5602ca0892553b386def5d01368012ad99ca59 (patch)
tree006be711095a105409a56778f515362e6ae04a03 /fixco_custom/views
parent603486387b19a00b9831805e049c2207970a9c0b (diff)
<MIqdad> add invoice marketplace account move
Diffstat (limited to 'fixco_custom/views')
-rw-r--r--fixco_custom/views/account_move.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml
index 3eab56a..0fb3cad 100644
--- a/fixco_custom/views/account_move.xml
+++ b/fixco_custom/views/account_move.xml
@@ -90,6 +90,7 @@
<field name="sale_id" readonly="1" attrs="{'invisible': [('move_type', 'not in', ('out_invoice','entry'))]}"/>
<field name="purchase_order_id" readonly="1" attrs="{'invisible': [('move_type', 'not in', ('in_invoice','entry'))]}"/>
<field name="soo_number" readonly="1"/>
+ <field name="invoice_marketplace" readonly="1"/>
<field name="picking_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'out_invoice')]}"/>
<field name="bill_id" readonly="1" attrs="{'invisible': [('move_type', '!=', 'in_invoice')]}"/>
</field>
@@ -174,6 +175,7 @@
<field name="reklas_used" optional="hide"/>
<field name="reklas_used_by" optional="hide"/>
<field name="soo_number" optional="hide"/>
+ <field name="invoice_marketplace" optional="hide"/>
</field>
</field>
</record>