Merge pull request #152 from etobella/11.0-fix-super

[FIX] missing super declaration
This commit is contained in:
Pedro M. Baeza
2018-06-21 18:36:57 +02:00
committed by GitHub

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',