mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
base_fileurl_field: fix W8106(method-required-super)
This commit is contained in:
committed by
Maksym Yankin
co-authored by
Maksym Yankin
parent
361891fedb
commit
306ec41241
@@ -35,6 +35,7 @@ class FileURL(fields.Binary):
|
||||
'filename': '', # Field to use to store the filename on ir.attachment
|
||||
}
|
||||
|
||||
# pylint: disable=method-required-super
|
||||
def create(self, record_values):
|
||||
assert self.attachment
|
||||
if not record_values:
|
||||
|
||||
Reference in New Issue
Block a user