diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 15:34:17 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 15:34:17 +0700 |
| commit | e7a18de25926714222159cd9b9281b2fab62063b (patch) | |
| tree | 1d368dfe24ba6a0fd5e92700d7853f1a8917f16b | |
| parent | 68998f5a42a0740060d74107d108181b1dfcfb2d (diff) | |
| parent | 769d986194421f04b1ac06309d9a8cb64bcc6144 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 7b8af971..b8f2d08d 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -29,7 +29,7 @@ <field name="create_date" invisible="1"/> <field name="shipping_cost_covered" attrs="{'required': ['|', ('create_date', '>', '2023-06-15'), ('create_date', '=', False)]}"/> <field name="shipping_paid_by" attrs="{'required': ['|', ('create_date', '>', '2023-06-15'), ('create_date', '=', False)]}"/> - <field name="delivery_amt" attrs="{'readonly': [('state', 'in', ['sale', 'cancel', 'done'])]}"/> + <field name="delivery_amt"/> <field name="fee_third_party"/> <field name="total_percent_margin"/> <field name="type_promotion"/> |
