diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-18 13:19:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-18 13:19:43 +0700 |
| commit | a9abc6b63f1bafb1e007da4446636ec2da10d493 (patch) | |
| tree | bf7d14c118f9cec65c9a2927f71d66ba0655c14e /indoteknik_custom/views | |
| parent | 80c56615d5c605f6e96cc3567a6b3d0332152957 (diff) | |
<iman> back to original before CR customer commision
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/customer_commision.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indoteknik_custom/views/customer_commision.xml b/indoteknik_custom/views/customer_commision.xml index 55736b0d..0b72587e 100644 --- a/indoteknik_custom/views/customer_commision.xml +++ b/indoteknik_custom/views/customer_commision.xml @@ -12,10 +12,6 @@ <field name="commision_percent"/> <field name="commision_amt" readonly="1"/> <field name="status" readonly="1"/> - <field name="payment_status" readonly="1" - decoration-success="payment_status == 'payment'" - decoration-danger="payment_status == 'pending'" - widget="badge"/> <field name="brand_ids" widget="many2many_tags"/> </tree> </field> @@ -47,10 +43,6 @@ <button name="action_confirm_customer_commision" string="Confirm" type="object" options="{}"/> - <button name="action_confirm_customer_payment" - string="Konfirmasi Pembayaran" type="object" - options="{}" - attrs="{'invisible': [('status', '!=', 'approved'),]}"/> </header> <sheet string="Customer Commision"> <div class="oe_button_box" name="button_box"/> @@ -76,7 +68,6 @@ <field name="brand_ids" widget="many2many_tags"/> <field name="notification" readonly="1"/> <field name="status" readonly="1"/> - <field name="payment_status" readonly="1" /> <field name="total_dpp"/> </group> </group> |
