diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:07:27 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-09-26 15:07:27 +0700 |
| commit | c86979fd504ee06dc19c69797159a13295b0c809 (patch) | |
| tree | f271661fbc2947073d48cc67c3eb4901692d1643 /indoteknik_custom/models/sale_order.py | |
| parent | 01f308991afffaff5eda1b758dbb98d0f3ba8396 (diff) | |
| parent | d324fdd8ea3b14c966510bde610a96c8f5c3e3c5 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 13f4745d..496c3551 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -79,6 +79,7 @@ class SaleOrder(models.Model): source_id = fields.Many2one('utm.source', 'Source', domain="[('id', 'in', [32, 59, 60, 61])]") estimated_arrival_days = fields.Integer('Estimated Arrival Days', default=0) email = fields.Char(string='Email') + picking_iu_id = fields.Many2one('stock.picking', 'Picking IU') @api.model def action_multi_update_state(self): @@ -475,3 +476,4 @@ class SaleOrder(models.Model): + |
