** Tags added: maintenance -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

