summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-11-13 15:34:17 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-11-13 15:34:17 +0700
commite7a18de25926714222159cd9b9281b2fab62063b (patch)
tree1d368dfe24ba6a0fd5e92700d7853f1a8917f16b
parent68998f5a42a0740060d74107d108181b1dfcfb2d (diff)
parent769d986194421f04b1ac06309d9a8cb64bcc6144 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
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', '&gt;', '2023-06-15'), ('create_date', '=', False)]}"/>
<field name="shipping_paid_by" attrs="{'required': ['|', ('create_date', '&gt;', '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"/>