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
Rod Schouteden
parent
b8615676a8
commit
289b878088
@@ -29,6 +29,7 @@ class ResUsers(models.Model):
|
|||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _register_hook(self):
|
def _register_hook(self):
|
||||||
|
super()._register_hook()
|
||||||
self.SELF_WRITEABLE_FIELDS.extend([
|
self.SELF_WRITEABLE_FIELDS.extend([
|
||||||
'printing_action',
|
'printing_action',
|
||||||
'printing_printer_id',
|
'printing_printer_id',
|
||||||
|
|||||||
Reference in New Issue
Block a user