diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-08 08:46:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-08 08:46:52 +0700 |
| commit | 4f4bcf8ba7aa3f3f1b688997d9ec8b8cd913dad3 (patch) | |
| tree | 489347db2b71d7b1ea627bb89b831aa83705488e /indoteknik_custom/models/stock_picking.py | |
| parent | f6afdd8f02676e9f0f16e2363f0065982e1e0c54 (diff) | |
| parent | 8d4ba8a22aa90a7c2dfad48c5de38ee17b68db60 (diff) | |
Merge branch 'production' into CR/quotation-noPo
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 4c9d7658..a4031d52 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -192,9 +192,9 @@ class StockPicking(models.Model): else: raise UserError(f"Error saat mengirim ke Biteship: {response.content}") - @api.constrains('driver_departure_date') - def constrains_driver_departure_date(self): - self.date_doc_kirim = self.driver_departure_date + # @api.constrains('driver_departure_date') + # def constrains_driver_departure_date(self): + # self.date_doc_kirim = self.driver_departure_date @api.constrains('arrival_time') def constrains_arrival_time(self): |
