mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Reformatted after template update
This commit is contained in:
@@ -7,7 +7,8 @@ class ResRemote(models.Model):
|
||||
_inherit = "res.remote"
|
||||
|
||||
remote_printer_ids = fields.One2many(
|
||||
"res.remote.printer", inverse_name="remote_id",
|
||||
"res.remote.printer",
|
||||
inverse_name="remote_id",
|
||||
)
|
||||
|
||||
def get_printer_behaviour(self):
|
||||
|
||||
Reference in New Issue
Block a user