summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/account_move.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-01-12 14:20:13 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-01-12 14:20:13 +0700
commiteca50fa062424b6a7aa9b3d00649dd3db29b3ab6 (patch)
tree9ce1da22bcdfb8c85c4b11a7b8f27eac4a3cf82c /indoteknik_custom/views/account_move.xml
parente74ac27eb94a05c569f9789b1f875f7c85b6dc02 (diff)
parent0f8fbe56e89ec285c6fbcdd2bed5a67f62bcfe59 (diff)
Merge branch 'release' into staging
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
-rw-r--r--indoteknik_custom/views/account_move.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml
index b3e9fb8c..c315bb1c 100644
--- a/indoteknik_custom/views/account_move.xml
+++ b/indoteknik_custom/views/account_move.xml
@@ -6,6 +6,10 @@
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
+ <button name="action_register_payment" position="after">
+ <button name="indoteknik_custom.action_view_invoice_reklas" string="Reklas"
+ type="action" class="btn-primary" attrs="{'invisible': [('state', '!=', 'posted')]}"/>
+ </button>
<field name="invoice_user_id" position="after">
<field name="date_kirim_tukar_faktur"/>
<field name="shipper_faktur_id"/>