diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 16:43:33 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-07 16:43:33 +0700 |
| commit | f6afdd8f02676e9f0f16e2363f0065982e1e0c54 (patch) | |
| tree | cf6e009f320ca2454aa83d3ba25fcadd1dbce798 /indoteknik_custom/models | |
| parent | 779002da16637df255b7f8ead65ccb49078d6190 (diff) | |
<iman> update code quotation status
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 8e170b1c..ed397301 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -98,6 +98,7 @@ class SaleOrder(models.Model): helper_by_id = fields.Many2one('res.users', 'Helper By') eta_date = fields.Datetime(string='ETA Date', copy=False, compute='_compute_eta_date') flash_sale = fields.Boolean(string='Flash Sale', help='Data dari web') + is_continue_transaction = fields.Boolean(string='Button Transaction', help='Data dari web') web_approval = fields.Selection([ ('company', 'Company'), ('cust_manager', 'Customer Manager'), |
