base_module_publish, base: improve publication and report

bzr revid: ced-d8ab12176ddbc8e046eff1debf003d5377f23ed8
This commit is contained in:
ced 2007-07-30 13:35:06 +00:00
parent 5d2d3a07f2
commit 9356a5d017
1 changed files with 3 additions and 1 deletions

View File

@ -56,5 +56,7 @@ class ir_module_reference_print(report_sxw.rml_parse):
res = modobj.fields_get(self.cr, self.uid).items()
return res
report_sxw.report_sxw('report.ir.module.reference', 'ir.module.module', 'addons/base/module/report/ir_module_reference.rml', parser=ir_module_reference_print)
report_sxw.report_sxw('report.ir.module.reference', 'ir.module.module',
'addons/base/module/report/ir_module_reference.rml',
parser=ir_module_reference_print, header=False)