[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-31 17:22:14 +02:00
committed by Enric Tobella
parent ff646a159a
commit b052bc37c3

View File

@@ -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")