[FIX] missing super declaration

This commit is contained in:
Enric Tobella
2018-06-20 14:52:52 +02:00
parent ce9e816037
commit b534e0a6c2

View File

@@ -34,6 +34,7 @@ class ResUsers(models.Model):
@api.model
def _register_hook(self):
super()._register_hook()
self.SELF_WRITEABLE_FIELDS.extend([
'printing_action',
'printing_printer_id',