summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-07-27 15:11:28 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-07-27 15:11:28 +0700
commite361ce63e944fe8e64302c0eec07befaa9f3d563 (patch)
treedf96ab2b2e680c79edefb4a606f148845ace0cf8
parent71426bf819e0be494f487214c2a59cbf4dd09017 (diff)
fix source so
-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 9ff000e7..f7f9c0ea 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -58,7 +58,7 @@
</xpath>
<field name="source_id" position="attributes">
<attribute name="domain">[('id', 'in', [32, 59, 60, 61])]</attribute>
- <attribute name="attrs">{'required':['|',('create_date', '&gt;', '2023-07-30'), ('create_date', '=', False)]}
+ <attribute name="attrs">{'required':[('create_date', '&gt;', '2023-07-30')]}
</attribute>
</field>
<xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_total']" position="after">