diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-12 15:02:14 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-12 15:02:14 +0700 |
| commit | 7f284e263de51242459ca780af32fe0e372f7ac4 (patch) | |
| tree | 1f306c29deb6c4c9d3bb1287275e5b1a74ce12bd /indoteknik_custom/views | |
| parent | ede74761c8556b18b4555af22738a76538682512 (diff) | |
update code
Diffstat (limited to 'indoteknik_custom/views')
| -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 daa2b095..163330c5 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -291,7 +291,7 @@ <form string="Cancel Reason"> <group> <field name="reason_cancel" widget="selection"/> - <field name="attachment_bukti" widget="many2many_binary"/> + <field name="attachment_bukti" widget="many2many_binary" required="1"/> <field name="nomor_so_pengganti" attrs="{'invisible': [('reason_cancel', '!=', 'ganti_quotation')]}"/> </group> <footer> |
