mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[REF] multi: replace logging .warn( with .warning(
This commit is contained in:
@@ -407,7 +407,7 @@ class ProviderGSO(models.Model):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
result = service.get_rates_and_transit_time(request_body)
|
result = service.get_rates_and_transit_time(request_body)
|
||||||
# _logger.warn('GSO result:\n%s' % result)
|
# _logger.warning('GSO result:\n%s' % result)
|
||||||
except HTTPError as e:
|
except HTTPError as e:
|
||||||
_logger.error(e)
|
_logger.error(e)
|
||||||
return [{
|
return [{
|
||||||
|
|||||||
Reference in New Issue
Block a user