mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] delivery_gls_nl: field permissions in rating
This commit is contained in:
@@ -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', '')
|
||||
|
||||
Reference in New Issue
Block a user