diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-17 14:05:31 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-17 14:05:31 +0700 |
| commit | f0aaf4476c8b92cb68503e9760216ca20fe4e34d (patch) | |
| tree | 9199754e2bba9f467ccae8b5cb4f01b2b882f492 /indoteknik_custom/views | |
| parent | 2e9f95e8201692317d1ce23f6992fdb0e37dc95c (diff) | |
api check_tempo and add type promotion on sale order
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index e772dcae..f2789254 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -32,6 +32,7 @@ <field name="delivery_amt"/> <field name="fee_third_party"/> <field name="total_percent_margin"/> + <field name="type_promotion"/> <label for="voucher_id"/> <div class="o_row"> <field name="voucher_id" id="voucher_id" attrs="{'readonly': ['|', ('state', 'not in', ['draft', 'sent']), ('applied_voucher_id', '!=', False)]}"/> |
