odoo/addons/account/report
Géry Debongnie 366a30db95 [FIX] correct various date issues in reporting
* remove old 'day', 'month', 'field' and replace them by the actual
date/datetime field
* remove weird cast to char when creating the view to prevent crash
when grouping on them
* remove duplicates (such as 'creation_date' and 'create_date')
* fix typing errors (field type date defined as a datetime in the
postgres view)
* fix search view definition
2014-07-30 15:11:22 +02:00
..
__init__.py [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_aged_partner_balance.py [MERGE] Forward-port latest saas-3 bugfixes, up to 30f43da 2014-05-27 17:18:43 +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 [FIX] correct various date issues in reporting 2014-07-30 15:11:22 +02:00
account_balance.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_central_journal.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_entries_report.py [FIX] correct various date issues in reporting 2014-07-30 15:11:22 +02:00
account_entries_report_view.xml [FIX] correct various date issues in reporting 2014-07-30 15:11:22 +02:00
account_financial_report.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_general_journal.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_general_ledger.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_invoice_report.py [IMP] addons: add _depends on models backed up by an sql view and used by other models 2014-07-08 15:32:38 +02:00
account_invoice_report_view.xml [FIX] correct various date issues in reporting 2014-07-30 15:11:22 +02:00
account_journal.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_partner_balance.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_partner_ledger.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_print_overdue.py [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
account_report.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_report_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02: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