diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 14:20:13 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-12 14:20:13 +0700 |
| commit | eca50fa062424b6a7aa9b3d00649dd3db29b3ab6 (patch) | |
| tree | 9ce1da22bcdfb8c85c4b11a7b8f27eac4a3cf82c /indoteknik_custom/views/account_move.xml | |
| parent | e74ac27eb94a05c569f9789b1f875f7c85b6dc02 (diff) | |
| parent | 0f8fbe56e89ec285c6fbcdd2bed5a67f62bcfe59 (diff) | |
Merge branch 'release' into staging
Diffstat (limited to 'indoteknik_custom/views/account_move.xml')
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 4 |
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"/> |
