[IMP] base_report_to_printer - retab and clean extra spaces

This commit is contained in:
Yannick Vaucher
2013-09-30 11:50:14 +02:00
parent 96376b10e8
commit 890d0d64ec
3 changed files with 34 additions and 33 deletions

View File

@@ -61,6 +61,7 @@ class printing_printer(osv.osv):
'location': fields.char('Location', size=500, readonly=True), 'location': fields.char('Location', size=500, readonly=True),
'uri': fields.char('URI', size=500, readonly=True), 'uri': fields.char('URI', size=500, readonly=True),
} }
_order = "name" _order = "name"
_defaults = { _defaults = {