← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 885299] Re: Product Cost Structure report crashes on &

 

fix released in revision 3781 of trunk server.

thanks

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
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 '&amp;' 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