odoo/addons/account/report
Simon Lejeune ffa475afcd [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).
bzr revid: sle@openerp.com-20140221163320-g5ouoywsuduoi0qe
2014-02-21 17:33:20 +01:00
..
__init__.py [IMP] Taxes report converted to QWeb 2014-02-13 18:39:10 +01:00
account_aged_partner_balance.py [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_aged_partner_balance.rml [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_analytic_entries_report.py [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account) 2014-01-29 17:03:48 +01:00
account_analytic_entries_report_view.xml [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account) 2014-01-29 17:03:48 +01:00
account_balance.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_balance.rml [FIX] */report: font names are case sensitive 2013-10-31 19:10:18 +01:00
account_central_journal.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_central_journal.rml [IMP]: Removed pageSize from report rml as it will be taken from company paper format; 2011-12-21 14:38:11 +05:30
account_entries_report.py [MERGE] accounts* modules: forward port of revision 9033 of addons v7 that was passing 'account_period_prefer_normal=True' in the context in each and every call to account_period.find(). The behaviour is modified in order to search only on normal periods by default 2013-04-18 12:39:07 +02:00
account_entries_report_view.xml [IMP] removes old tree views in reporting and replaces them by the new graph views in pivot mode by default (addon account) 2014-01-02 11:16:05 +01:00
account_financial_report.py [FIX] account: use field taget_move for generation of account financial report (all entires or all posted entries) 2013-09-02 14:04:50 +02:00
account_financial_report.rml [FIX] account: use field taget_move for generation of account financial report (all entires or all posted entries) 2013-09-02 14:04:50 +02:00
account_general_journal.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_general_journal.rml [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_general_ledger.py [IMP] use exact writing for fsf address 2013-05-14 16:28:37 +02:00
account_general_ledger.rml [IMP]add logging and remove warning 2012-06-13 14:36:00 +05:30
account_general_ledger_landscape.rml [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_invoice_report.py [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account) 2014-01-29 17:03:48 +01:00
account_invoice_report_view.xml [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account) 2014-01-29 17:03:48 +01:00
account_journal.py [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_journal.rml [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_journal_sale_purchase.rml [FIX] account: correct journal report with tax_code 2013-06-06 16:29:09 +02:00
account_partner_balance.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_partner_balance.rml [IMP]: Removed pageSize from report rml as it will be taken from company paper format; 2011-12-21 14:38:11 +05:30
account_partner_ledger.py [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_partner_ledger.rml [MERGE] OPW 590139: account reports: several missing translation markers 2013-06-14 23:36:02 +02:00
account_partner_ledger_other.rml [IMP]add logging and remove warning 2012-06-13 14:36:00 +05:30
account_print_invoice.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
account_print_invoice.rml [Fix]Set the allignment of Total parallel to amount 2013-06-06 19:00:01 +05:30
account_print_overdue.py [MERGE] use new report API. 2013-03-28 13:10:09 +01:00
account_print_overdue.rml [IMP] followup 2012-12-01 00:28:37 +01:00
account_report.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_report_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_treasury_report.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_treasury_report_view.xml [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account) 2014-01-29 17:03:48 +01:00
common_report_header.py [REF] account: removed openerp.pooler imports. 2013-03-27 14:43:37 +01:00
report_vat.py [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
transfer.xml merged with trunk 2010-12-30 15:28:09 +05:30
transfer.xsl merged with trunk 2010-12-30 15:28:09 +05:30