From cea4c4ff8c10985cb8ba3aa2c915d305a97cb0dc Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Mon, 25 Mar 2013 14:48:36 +0100 Subject: [PATCH] [IMP] conf.deprecation: comment. bzr revid: vmt@openerp.com-20130325134836-0mlduchmvw8ken2o --- openerp/conf/deprecation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openerp/conf/deprecation.py b/openerp/conf/deprecation.py index 66ddfc441d4..41bd4f971d9 100644 --- a/openerp/conf/deprecation.py +++ b/openerp/conf/deprecation.py @@ -44,6 +44,7 @@ open_openerp_namespace = False # - The openerp.netsvc.LocalService() function. # - The openerp.report.interface.report_int._reports dictionary. # - The register attribute in openerp.report.interface.report_int (and in its +# - auto column in ir.actions.report.xml. # inheriting classes). allow_local_service = True