c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20228
[Bug 743041] Re: NameError: name 'p' is not defined
Hello,
This has been fixed from following revision of extra-trunk:
5310 vra@xxxxxxxxxxx-20110328092021-b0fxpq71p3uwyy48
Thanks.
** Changed in: openobject-addons
Status: New => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/743041
Title:
NameError: name 'p' is not defined
Status in OpenERP Modules (addons):
Fix Released
Bug description:
Extra "p" at the first line of dm/report/dm_offer_report.py (addons-
extra) causes error when loading.
$ bzr diff openerp-trunk/addons-extra/dm/report/dm_offer_report.py
=== modified file 'dm/report/dm_offer_report.py'
--- dm/report/dm_offer_report.py 2010-07-06 11:41:26 +0000
+++ dm/report/dm_offer_report.py 2011-03-26 10:23:26 +0000
@@ -1,4 +1,4 @@
-p# -*- encoding: utf-8 -*-
+# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
References