diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-25 15:15:05 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-03-25 15:15:05 +0700 |
| commit | 459790b31fac1a789efcb946f26938b60b123aab (patch) | |
| tree | 60e9556464f7230a16d60d98f38010661853f3f1 /indoteknik_custom/views | |
| parent | 2b34ec96718d693d7a322939b23bda2fe64d8c80 (diff) | |
add field date_approve and position
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 1d3f48fc..a5f0e07f 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -55,8 +55,7 @@ <button name="action_reject" string="Reject" attrs="{'invisible': [('status', 'in', ['approved','reject'])]}" - type="object" - class="oe_highlight"/> + type="object"/> <button name="button_draft" string="Reset to Draft" attrs="{'invisible': [('status', '!=', 'reject')]}" |
