[IMP] Minor usability fix, order trays alphabetically, name xml groups

This commit is contained in:
Graeme Gellatly
2017-10-05 05:28:05 +13:00
parent 8bfea53fec
commit 4dcf26232d
5 changed files with 6 additions and 4 deletions

View File

@@ -9,6 +9,8 @@ class PrinterTray(models.Model):
_name = 'printing.tray'
_description = 'Printer Tray'
_order = 'name asc'
name = fields.Char(required=True)
system_name = fields.Char(required=True, readonly=True)
printer_id = fields.Many2one(