← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 794996] [NEW] repeatIn with 3rd argument fails

 

Public bug reported:

If someone uses the third argument of repeatIn in a report (e.g.: [[
repeatIn(sale_order_lines(o), 'l',
'{http://openoffice.org/2000/text}section') ]] ), then the parser quotes
it, even though it's already quoted.

Thus there is a comparison of the form node.tag in
['{http://openoffice.org/2000/text}section'], but the old code had
node.tag in ["'{http://openoffice.org/2000/text}section'"]

** Affects: openobject-server
     Importance: Undecided
         Status: New

** Branch linked: lp:~viktor-nagy/openobject-
server/repeatInArgument3Fixed

-- 
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/794996

Title:
  repeatIn with 3rd argument fails

Status in OpenERP Server:
  New

Bug description:
  If someone uses the third argument of repeatIn in a report (e.g.: [[
  repeatIn(sale_order_lines(o), 'l',
  '{http://openoffice.org/2000/text}section') ]] ), then the parser
  quotes it, even though it's already quoted.

  Thus there is a comparison of the form node.tag in
  ['{http://openoffice.org/2000/text}section'], but the old code had
  node.tag in ["'{http://openoffice.org/2000/text}section'"]

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/794996/+subscriptions


Follow ups

References