mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
committed by
Enric Tobella
parent
ff646a159a
commit
b052bc37c3
@@ -35,7 +35,7 @@ class ResRemotePrinter(models.Model):
|
|||||||
|
|
||||||
@api.onchange("printer_id")
|
@api.onchange("printer_id")
|
||||||
def _onchange_printing_printer_id(self):
|
def _onchange_printing_printer_id(self):
|
||||||
""" Reset the tray when the printer is changed """
|
"""Reset the tray when the printer is changed"""
|
||||||
self.printer_tray_id = False
|
self.printer_tray_id = False
|
||||||
|
|
||||||
@api.constrains("remote_id", "printer_usage", "is_default")
|
@api.constrains("remote_id", "printer_usage", "is_default")
|
||||||
|
|||||||
Reference in New Issue
Block a user