diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-09-01 06:33:29 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-09-01 06:33:29 +0000 |
| commit | 532336ef618e2e4b57092180e8d3ecf3c3b82bf2 (patch) | |
| tree | 0376b42769d70df260d0f411a98514a8b1d3f995 /indoteknik_custom/models/sale_order.py | |
| parent | 41e76bb5b668473c8086ba82ea8f405315b8e5ae (diff) | |
| parent | 3757621d0b0232603a3d578b27b845054cae5982 (diff) | |
Merged in change/feature/stock-picking (pull request #122)
Change/feature/stock picking
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -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 a0bc54b8..65132fda 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -76,6 +76,7 @@ class SaleOrder(models.Model): voucher_id = fields.Many2one(comodel_name='voucher', string='Voucher') amount_voucher_disc = fields.Float(string='Voucher Discount') source_id = fields.Many2one('utm.source', 'Source', domain="[('id', 'in', [32, 59, 60, 61])]") + estimated_arrival_days = fields.Integer('Estimated Arrival Days', default=0) def _compute_purchase_total(self): for order in self: |
