[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
committed by Sylvain GARANCHER
parent e9e16db8cf
commit bbe21426a7
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),
'uri': fields.char('URI', size=500, readonly=True),
}
_order = "name"
_defaults = {