diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-12-13 15:09:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-12-13 15:09:50 +0700 |
| commit | e6770e132602c094197fbd6d9becc2bbc9c2d8e0 (patch) | |
| tree | 805f89640eb5dfa494dff1edfa2ba801875bd866 /indoteknik_custom/views | |
| parent | b5d3f5f420ffab0e80918b6c520a263e415c2886 (diff) | |
override allow create invoice
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 125296e3..5db2f1e1 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -51,6 +51,10 @@ <field name="email" required="1"/> <field name="due_id" readonly="1"/> <field name="source_id" domain="[('id', 'in', [32, 59, 60, 61])]" required="1"/> + <button name="override_allow_create_invoice" + string="Override Create Invoice" + type="object" + /> </field> <field name="partner_shipping_id" position="after"> <field name="real_shipping_id"/> |
