base_fileurl_field: disable pylint W8106:method-required-super

This commit is contained in:
Akim Juillerat
2021-08-05 14:25:56 +02:00
parent f36dd1bd00
commit e82fe205a0
+1
View File
@@ -36,6 +36,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: