diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-11-03 11:30:41 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-11-03 11:30:41 +0700 |
| commit | e12706c91da229ee1f556635968f8d9c42555af1 (patch) | |
| tree | 7806ffed7dd858ce198ec222619585b1d654e274 /indoteknik_custom/views | |
| parent | a4cd5ce9cd8d5ef38062732a16a61d6d5c094e30 (diff) | |
add button confirm
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index a714cb80..b60cc1d9 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -35,6 +35,11 @@ <field name="model">customer.commision</field> <field name="arch" type="xml"> <form> + <header> + <button name="action_confirm_customer_commision" + string="Confirm" type="object" + options="{}"/> + </header> <sheet string="Customer Commision"> <div class="oe_button_box" name="button_box"/> <group> |
