Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5545 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Autor

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.

Autor

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/

Powiązane posty Odpowiedzi Widoki Czynność
0
lip 25
647
1
maj 25
1422
ADD PROPERTIES Rozwiązane
1
maj 25
1525
2
mar 25
1371
1
mar 25
1538