summaryrefslogtreecommitdiff
path: root/fixco_custom/views/account_move.xml
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2026-01-14 03:32:56 +0000
committerIT Fixcomart <it@fixcomart.co.id>2026-01-14 03:32:56 +0000
commitd7cafd5a4db30b08dceabf8999a0903b6871368d (patch)
treea464c57c47fa80101933faaec0b7458cba605d8a /fixco_custom/views/account_move.xml
parent7eb25a9ae2ef304503749f8023b8d2f5e2a2e58f (diff)
parentc4a4653e4065789a9c1baa97e91709ea52a6131e (diff)
Merged in bills_add_item_po (pull request #3)
Bills add item po
Diffstat (limited to 'fixco_custom/views/account_move.xml')
-rw-r--r--fixco_custom/views/account_move.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml
index 5af0cfc..4869981 100644
--- a/fixco_custom/views/account_move.xml
+++ b/fixco_custom/views/account_move.xml
@@ -33,6 +33,17 @@
<!-- <button name="approve_refund" string="Approved Pengajuan Refund"
type="object" class="btn-primary" attrs="{'invisible': [('state', '!=', 'posted'), ('move_type', '!=', 'entry'), ('approval_refund', 'in', ('approved','rejected'))]}"/> -->
</button>
+ <xpath expr="//header" position="inside">
+ <button name="action_open_po_item_wizard"
+ type="object"
+ string="Add PO Items"
+ class="oe_highlight"
+ attrs="{'invisible': ['|',
+ ('move_type','!=','in_invoice'),
+ ('state','!=','draft')
+ ]}"/>
+ </xpath>
+
<button name="open_reconcile_view" position="after">
<button type="object" name="action_view_related_payment"
@@ -189,4 +200,4 @@
<field name="code">action = records.queue_job_cancel_bill()</field>
</record>
</data>
-</odoo> \ No newline at end of file
+</odoo>