mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] missing super declaration
This commit is contained in:
committed by
Graeme Gellatly
parent
d96b9643a4
commit
9df1a344f2
@@ -29,6 +29,7 @@ class ResUsers(models.Model):
|
||||
|
||||
@api.model
|
||||
def _register_hook(self):
|
||||
super()._register_hook()
|
||||
self.SELF_WRITEABLE_FIELDS.extend([
|
||||
'printing_action',
|
||||
'printing_printer_id',
|
||||
|
||||
Reference in New Issue
Block a user