odoo/openerp/addons/base
Vo Minh Thu 23d672dfc3 [MERGE] reports: make it possible to use only XML declaration, even with custom parsers.
This makes report registration more uniform, and report rendering be possible
through the ORM (and thus the model service, instead of the report service).

To register a report, always use the database, i.e. a <report> tag within an
XML file. The custom parser, if any, will be specified in the database.
Previously specify a custom parser, the report was declared in Python.

Each model exposes a print_report() method, which will take the report name (as
many report can be defined on a single model) in argument.

bzr revid: vmt@openerp.com-20130327161129-6e7jz7l3lx7z1t18
2013-03-27 17:11:29 +01:00
..
data [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
i18n Launchpad automatic translations update. 2013-03-23 05:10:22 +00:00
ir [REF] removed nested import openerp. 2013-03-27 16:47:14 +01:00
module [REM] Removed unused base_module_scan wizard. 2013-02-12 15:53:09 +01:00
report [FIX] rml reports: no hardcoded template pageSize - is set by company header/footer to A4 or US Letter 2012-12-21 16:49:06 +01:00
res [IMP] small code cleanup 2013-03-26 09:07:48 +01:00
rng [IMP] gantt view (rng): add optional attribute in the gantt view to display the percent of completion. 2013-01-30 17:03:06 +01:00
security [FIX] remove res.partner.address model 2012-12-11 19:29:34 +01:00
static/src [FIX] apps: make warning messages translatable 2013-01-12 06:59:05 +13:00
test [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
tests [MERGE] res.config: fix incorrect assertion syntax in tests 2013-02-26 16:36:23 +01:00
__init__.py Remove OpenERP Enterprise. 2012-08-22 11:58:23 +05:30
__openerp__.py [MERGE] auth password wizard 2012-12-20 18:10:38 +01:00
base.sql [FIX] orm,registry: properly check m2o FKs during model update + fix some models `auto_init`ed multiple times 2012-12-17 22:46:45 +01:00
base_data.xml [IMP] mail serveur active 2012-12-21 20:56:14 +01:00
base_demo.xml [MERGE] trunk-acl-thu (check read/write access restrictions on fields with a groups attribute) 2012-12-17 11:15:28 +01:00
base_menu.xml [FIX] open menu 2012-09-16 16:47:45 +02:00
currency_data.xml [FIX] base: GBP currency symbol should be before the amount 2013-01-11 12:40:12 +01:00