i'm going create reports using module (custom analytic account module). heard rml easiest way generate reports.
please give me required files list create reports. ex:-
__openerp__.py __init__.py
------what other files need create
it's easy when mention sample module (purchase/stock) , give me file names that, can browse them , use of create own reports modules.
_openerp_.py
- for rml location
_init_.py
- for initialization of class( import reportclass)
.py
- for business logic of report or methods of class in rml
.xml
- for menu display (where report menu open)
.rml
- for structure of report
i working libreoffice writer, compare rml, rml gives better format , accurate spacing compare libreoffice writer.
for more details visit https://doc.openerp.com/v6.1/developer/05_reports/
and configuration of report in libreoffice writer visit https://doc.openerp.com/v6.1/developer/05_reports/
and more details use google ;-),
hope you
Comments
Post a Comment