odoo/addons/report
Simon Lejeune 258c8b5ee5 [FIX] type in the import of the reset stylesheet
bzr revid: sle@openerp.com-20140225144407-li218a3ppz4f8y7z
2014-02-25 15:44:07 +01:00
..
controllers [FIX] type in the import of the reset stylesheet 2014-02-25 15:44:07 +01:00
data [FIX] renamed ir.actions.report.paperformat model to report.paperformat, renamed html_skeleton to html_container in report layouts and renamed paperformat.py file to report_paperformat.py 2014-02-18 16:53:47 +01:00
models [IMP] Added a button on the ir.actions.report.xml form view to allow direct access of the QWeb views associated and edit them 2014-02-24 18:08:39 +01:00
security [FIX] renamed ir.actions.report.paperformat model to report.paperformat, renamed html_skeleton to html_container in report layouts and renamed paperformat.py file to report_paperformat.py 2014-02-18 16:53:47 +01:00
static/src [IMP] Added the possibility to define ultra-specific reports outputing any king of file. These reports are of type 'controller' because they redirects to a controller that must returns a response containing the http headers 'content-type' and 'content-disposition'. The route for this controller is specified in the report_file field. Added an XLS version of the tax report for the POC (testable by setting 'report_vat' type to controller and setting '/report/account.report_vat_xls' in the 'report_file' field). 2014-02-21 17:33:20 +01:00
views [IMP] Added a button on the ir.actions.report.xml form view to allow direct access of the QWeb views associated and edit them 2014-02-24 18:08:39 +01:00
__init__.py [IMP] Add structure of the 'report' module 2014-02-12 18:22:14 +01:00
__openerp__.py [IMP] Independance from the website module: moved the editor into a 'website_report' module 2014-02-19 11:53:27 +01:00