[IMP] base_report_to_printer: black, isort, prettier

This commit is contained in:
David Montull
2022-03-03 17:17:43 +01:00
committed by John Herholz
parent 535e2c9d5d
commit 3a22073a87
12 changed files with 51 additions and 51 deletions

View File

@@ -38,5 +38,5 @@ class ResUsers(models.Model):
@api.onchange("printing_printer_id")
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