Update translations, add a string to URI so it is uppercased

This commit is contained in:
Guewen Baconnier
2014-11-17 14:00:54 +01:00
parent b7e1303275
commit e8536d4c95
3 changed files with 400 additions and 307 deletions

View File

@@ -221,7 +221,7 @@ class PrintingPrinter(models.Model):
status_message = fields.Char(readonly=True)
model = fields.Char(readonly=True)
location = fields.Char(readonly=True)
uri = fields.Char(readonly=True)
uri = fields.Char(string='URI', readonly=True)
def print_options(self, format):
""" Hook to set print options """