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

i have an aeroo report and want to add filter on it using a wizard

how can i do it?

ex.

on hr.employee model i want to filter employees dependes on city or department to prent the aeroo report dependes on that.

아바타
취소
베스트 답변

You can achieve filter on report by two ways:

(1) Make a filter on Employee many2many in wizard and send them to the report.

(2) You can filter employee in wizard py file using search method and send them to the report.

(3) You can filter employee in Parse py file using search method and print them on report.

아바타
취소
작성자

i already use the first method and want to send it to my report ... i read about " data " variable in aeroo site but still can't use ... could u help me?

The wizard is same as you print report in OpenOffice. You just need to specify necessary information in your ods or odt files.

작성자

ok i already did and just want to send it to my file do u know how?

The rest is simple by writing python://for each="o in objects" in a cell by hyperlink in your ods file you will access your current form records in browse object manner like o.name,o.amount etc.

hello Keyur can u please guide on how to print value of a field in search view to a report? basically date range fields.

Sorry Evon I didn't get you. There are many reports based on wizard in openerp modules.

I am asking that if we have two date range fields only in search view then can we print its value in the reports too? check http://help.openerp.com/question/28218/how-to-use-data-of-a-date-range-from-search-view-in-my-openoffice-report/

관련 게시물 답글 화면 활동
0
8월 25
1
1
8월 25
210
0
7월 25
992
1
5월 25
1684
ADD PROPERTIES 해결 완료
1
5월 25
3367