summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorIndoteknik . <it@fixcomart.co.id>2025-06-14 13:14:24 +0700
committerIndoteknik . <it@fixcomart.co.id>2025-06-14 13:14:24 +0700
commit8718c383e39440f83d6579ef536478053e623bc3 (patch)
tree6cbadd8fba3a7a223fd43985102b13ec60b98a55 /indoteknik_custom/models/stock_picking.py
parent819f7c2f0dfe0eaf857c44e80062dcc7e94c9828 (diff)
(andri) live biteship
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 89e7fecc..7775e991 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -166,8 +166,8 @@ class StockPicking(models.Model):
area_name = fields.Char(string="Area", compute="_compute_area_name")
def _get_biteship_api_key(self):
- return self.env['ir.config_parameter'].sudo().get_param('biteship.api_key_test')
- # return self.env['ir.config_parameter'].sudo().get_param('biteship.api_key_live')
+ # return self.env['ir.config_parameter'].sudo().get_param('biteship.api_key_test')
+ return self.env['ir.config_parameter'].sudo().get_param('biteship.api_key_live')
@api.depends('real_shipping_id.kecamatan_id', 'real_shipping_id.kota_id')
def _compute_area_name(self):