diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-10 16:54:57 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-10 16:54:57 +0700 |
| commit | e1a19093f74222251280bf598a6256d6766dc4a2 (patch) | |
| tree | 30bd46d13c69388f72fbedb9e3399af3819c5032 /indoteknik_custom/views/account_move.xml | |
| parent | b12be84e1f8f4b0082a4c77e25b3dc68434b1ebc (diff) | |
add reklas for uang muka penjualan
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"/> |
