openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #18447
[Bug 885299] Re: Product Cost Structure report crashes on &
As in current 6.1-1 using an ampersand in Company name, Product.name etc. is still not possible - I would say this is not fully fixed.
I didn't see this bug report before and filed a new on in "Bug #1073455". There I also proposed a patch to fix this issue purely on server side.
hope to help ppl in the same situation
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/885299
Title:
Product Cost Structure report crashes on &
Status in OpenERP Addons (modules):
Fix Released
Status in OpenERP Server:
Fix Released
Bug description:
One of the work centers in the DB has an & in the name. If I try to
print a Product Cost Structure report of a product which uses this
work center, I get the following error:
xmlParseEntityRef: no name, line 172, column 43
(<class 'lxml.etree.XMLSyntaxError'>,
XMLSyntaxError(u'xmlParseEntityRef: no name, line 172, column 43',),
<traceback object at 0x44f8e18>)
Steps to reproduce:
* Define a work center at Manufacturing -> Configuration -> Resources -> Work Centers, call it e.g. Pick & Pack
* Define a product which uses this work center
* Use the 'Product Cost Structure' button to print a report
Possible workaround: rename the work center to e.g. 'Pick and Pack'
If I modify openobject-server/6.0/bin/report/interface.py to replace
'&' with '&' in create_rml (line 136), I don't see the error but
the & doesn't show up in the report either, so that's not the solution
I'm looking for.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/885299/+subscriptions
References