I'm trying to use two functions in my sxw template and then reference values from both repeatIn sections at the same time but this is not working.
If I do this: [[ repeatIn(lines_a,'a') ]] [[ a.x ]] [[ a.y ]] [[ repeatIn(lines_b,'b') ]] [[ b.x ]] [[ b.y ]] ok all the above works. But if I then want to reference 'a' again like: [[ a.x ]] I get a not defined error. How can I keep 'a' in scope? Regards, Gerry -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=23217#23217 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
