[REF] base_report_designer: modifying auto=True reports do not need to update any local registry.

bzr revid: vmt@openerp.com-20130322162204-y994f0uih5qmd9gf
This commit is contained in:
Vo Minh Thu 2013-03-22 17:22:04 +01:00
parent 56a1787b9a
commit fb75458fe7
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ class report_xml(osv.osv):
'report_rml_content': str(sxw2rml(sxwval, xsl=fp.read())),
})
# FIXME: this should be moved to an override of the ir.actions.report_xml.create() method
cr.commit()
pool.get('ir.actions.report.xml').register_all(cr)
openerp.modules.registry.RegistryManager.signal_registry_change(cr.dbname)
return True
def report_get(self, cr, uid, report_id, context=None):