This question has been flagged
1 Reply
6688 Views

I'm going to create report using my module (custom analytic account module). I heard that RML is the easiest way to generate reports.

Please give me a required files list for create that report. ex:-

__openerp__.py
__init__.py

------what are the other files need to create

its easy when you mention sample module (purchase/stock )and give me file names from that. then i can browse them and by the use of that create my own reports for my modules

thanks..

Avatar
Discard

I found 'Edition of RML Reports' module helpful, as you can change it straight on openerp.

Best Answer

Hello,

The best way is the use of the Report Designer Plugin for Open Office. It's available with base_report_designer module. Once the report created, you can make the RML by one clic (There is a button for that in the menu bar)

But you can also send the report directly to your OpenERP database. (See Server Parameters button)

Regards Thierry Godin

Avatar
Discard
Author

thanks dear Godin,, yeah I tried with open office but when I press "send to server" then how to handle remain things..