How i can create a report with the object what has 2 many2many relations, first relation is solved with
[[repeatIn(o.incomes_id,'t')]] but second relation defined with other letter [[repeatIn(o.expenses_id,'r')]] give this error File "/usr/lib/python2.5/site-packages/tinyerp-server/report/report_sxw.py", line 319, in _eval res = eval(expr, self.localcontext) File "<string>", line 1, in <module> NameError: name 'r' is not defined name 'r' is not defined expr: r.value the fields in table relations is number, and value but i just trying to show the value -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=32580#32580 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
