콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3354 화면

Hi all,

I am working on a custom report currently, and have added a new repeatIn() line and table. I followed the convention that I saw in other reports (Table with the headings, followed by a non-table line with [[ repeatIn(o.routing_id.workcenter_lines,'line3') ]], then a 1x2 table with [[ line3.name ]] and [[ line3.note ]]. However I am getting an error message now stating:

    name 'o' is not defined

    (<type 'exceptions.NameError'>, NameError("name 'o' is not defined",), <traceback object at 0x7feb1dfd39e0>)

'o' is defined at the top, [[repeatIn(objects,'o')]] and is referenced by repeatIn() functions above and below the one that I added - any idea why it is throwing me this error? Thanks!

아바타
취소
작성자 베스트 답변

If anyone else is facing this problem, it has to do with the face that repeatIn() commands need to be between

tags in the RML.

아바타
취소
베스트 답변

Please refer  some report available on odoo, eg:  invoice report   Then added the things specied in top of the report. eg . [[repeatln.o]] . 

아바타
취소