[FIX] delivery_gls_nl: field permissions in rating

This commit is contained in:
Jared Kipe
2022-05-31 22:02:13 +00:00
committed by Leo Pinedo
parent cd5786f13f
commit 552612d9e4

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', '')