diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-03 14:14:40 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-09-03 14:14:40 +0700 |
| commit | eced81efba75d710d164f1baa2d2e50b4d2d3c18 (patch) | |
| tree | 2ffabb42cea6100482d02779a733c33df04fd354 /indoteknik_custom | |
| parent | a50b6fd128b643e542ca023aa40f3803260bcf66 (diff) | |
fix bug
Diffstat (limited to 'indoteknik_custom')
| -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 710e99de..348ea4d3 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -109,6 +109,7 @@ class SaleOrder(models.Model): date_driver_departure = fields.Datetime(string='Departure Date', compute='_compute_date_kirim', copy=False) note_website = fields.Char(string="Note Website") use_button = fields.Boolean(string='Using Calculate Selling Price', copy=False) + voucher_shipping_id = fields.Many2one(comodel_name='voucher', string='Voucher', copy=False) def _compute_date_kirim(self): for rec in self: |
