Merge branch '15.0' into '15.0-test'

[FIX] delivery_gls_nl: field permissions in rating

See merge request hibou-io/hibou-odoo/suite!1423
This commit is contained in:
Jared Kipe
2022-05-31 22:13:23 +00:00

View File

@@ -67,6 +67,7 @@ class ProviderGLSNL(models.Model):
'r' key will be rows from the original that can use indexes above
:return:
"""
self = self.sudo()
datab = decodebytes(self.gls_nl_rate_id.datas)
csv_data = datab.decode()
csv_data = csv_data.replace('\r', '')