mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
fixup! base_fileurl_field: add acl_public_read slot
This commit is contained in:
@@ -52,6 +52,7 @@ class FileURL(fields.Binary):
|
||||
'res_field': self.name,
|
||||
'res_id': record.id,
|
||||
'type': 'binary',
|
||||
'public': self.acl_public_read,
|
||||
'datas': value,
|
||||
}
|
||||
fname = False
|
||||
|
||||
Reference in New Issue
Block a user