summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2026-01-13 11:25:48 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2026-01-13 11:25:48 +0700
commit7eb25a9ae2ef304503749f8023b8d2f5e2a2e58f (patch)
tree98024524400b6991c5b38c74d058bcad68deacb5 /fixco_custom/views
parentecf44f0bf4070de945baa5a2e0e3641a1a1018b7 (diff)
push
Diffstat (limited to 'fixco_custom/views')
-rw-r--r--fixco_custom/views/account_move.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml
index 4205e37..5af0cfc 100644
--- a/fixco_custom/views/account_move.xml
+++ b/fixco_custom/views/account_move.xml
@@ -127,6 +127,24 @@
</field>
</record>
+ <record id="view_account_invoice_filter_inherit_marketplace" model="ir.ui.view">
+ <field name="name">account.move.filter.inherit.marketplace</field>
+ <field name="model">account.move</field>
+ <field name="inherit_id" ref="account.view_account_invoice_filter"/>
+ <field name="arch" type="xml">
+
+ <!-- Tambah filter di search -->
+ <xpath expr="//search" position="inside">
+ <field name="invoice_marketplace"
+ string="Invoice Marketplace"
+ filter_domain="[
+ ('invoice_marketplace', 'ilike', self)
+ ]"/>
+ </xpath>
+
+ </field>
+ </record>
+
<record id="account_move_tree_inherit" model="ir.ui.view">
<field name="name">Account Move</field>
<field name="model">account.move</field>