diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-27 13:06:15 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-27 13:06:15 +0700 |
| commit | b9b91b0e8a37ca96748304afea83812884b4811e (patch) | |
| tree | 7ff3d5a44a7521d5506b3275c7f0870fd9d81254 | |
| parent | 421ff67560201e8155d03cbe4ff7029cd6b667a4 (diff) | |
fix source so
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ae16f649..3b5bc4c5 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -58,7 +58,6 @@ </xpath> <field name="source_id" position="attributes"> <attribute name="domain">[('id', 'in', [32, 59, 60, 61])]</attribute> - <attribute name="required">1</attribute> </field> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='price_total']" position="after"> <field name="vendor_id" attrs="{'readonly': [('parent.approval_status', '=', 'approved')]}"/> |
