[PEP8] - printer_tray

This commit is contained in:
Laetitia Gangloff
2015-09-28 12:37:17 +02:00
parent 5e46167775
commit f5f2028d34
6 changed files with 26 additions and 16 deletions

View File

@@ -29,4 +29,4 @@ class ResUsers(orm.Model):
'printer_tray_id': fields.many2one(
'printing.tray', 'Default Printer Paper Source',
domain="[('printer_id', '=', printing_printer_id)]"),
}
}