summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
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):