diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-09 14:53:34 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2026-01-09 14:53:34 +0700 |
| commit | 57dee69f10404610c9b2cac8268f78ebd92a9b19 (patch) | |
| tree | a5280fb2f04cee2c4359943cb2282999ba666fe1 /fixco_custom/views/sale_order.xml | |
| parent | f0fdef1687cf29adb42fbb10512820088d8a9953 (diff) | |
| parent | 82c1232c08894dad3d6e326649785b5669a12077 (diff) | |
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons into bills_add_item_po
Diffstat (limited to 'fixco_custom/views/sale_order.xml')
| -rwxr-xr-x | fixco_custom/views/sale_order.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/sale_order.xml b/fixco_custom/views/sale_order.xml index 9f6e649..b29bcb9 100755 --- a/fixco_custom/views/sale_order.xml +++ b/fixco_custom/views/sale_order.xml @@ -39,6 +39,7 @@ <field name="channel" attrs="{'required': [('source', '!=', 'manual')]}"/> <field name="note_by_buyer" readonly="1"/> <field name="source" readonly="1"/> + <field name="deadline_date"/> </field> <field name="amount_total" position="after"> <field name="remaining_down_payment"/> @@ -58,6 +59,7 @@ <field name="order_reference" optional="hide"/> <field name="invoice_mp" optional="hide"/> <field name="source" optional="hide"/> + <field name="deadline_date" optional="hide"/> </field> </field> </record> |
