c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23878
[Bug 640677] Re: [5.0][RML] Node image in loop always prints the same image
This issue affects to 6.0 too
--
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/640677
Title:
[5.0][RML] Node image in loop always prints the same image
Status in OpenERP Server:
Triaged
Bug description:
Hi,
I have a rml report that goes around all picking lines and it prints a
picture of each product of picking lines, then I found a bug, because
it always prints the image of first line in all lines.
Searching in the source, I see, if node is image and it hasn't file or
name defined, it evaluated the text and then it does "node.text =
evaluated text", always in the same loop it will print the same
evaluated text. I include the patch.