odoo/openerp/tools
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
..
__init__.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00
amount_to_text.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
amount_to_text_en.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
assertion_report.py [IMP] tests: 2012-03-02 12:02:27 +01:00
cache.py multiprocessing signaling manually backported from 6.1 2012-12-08 19:11:51 +01:00
config.py [IMP] logrotation is now disabled by default 2013-02-28 02:18:11 +01:00
convert.py [MERGE] reports: make it possible to use only XML declaration, even with custom parsers. 2013-03-27 17:11:29 +01:00
float_utils.py [IMP] float_utils: simplified code, added float_repr 2011-12-21 00:47:40 +01:00
func.py [REM] unnecessary parens 2012-12-14 13:38:03 +01:00
graph.py [IMP] more augmented assignments 2012-12-14 14:44:55 +01:00
image.py [IMP] don't reimplement randint manually 2013-01-16 15:35:56 +01:00
import_email.py [IMP] res_partner:add res_partner_address field to res_partner 2012-02-20 14:47:05 +05:30
lru.py [IMP] compare to None by identity 2012-12-14 13:16:38 +01:00
mail.py [MERGE] Forward port of 7.0 until rev. 4767. 2013-01-04 10:33:43 +01:00
misc.py [REM] Deleted .apidoc lines. 2013-02-12 15:24:10 +01:00
osutil.py merge upstream 2012-12-17 18:26:14 +01:00
parse_version.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
pdf_utils.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
safe_eval.py [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
sql.py [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+ 2012-02-27 17:57:37 +01:00
test-config-values [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test-config-values-00.conf [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test_config.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
test_reports.py [IMP] netsvc: removed unused import. 2013-02-22 15:52:50 +01:00
translate.py [REF] tools.translate: removed dead code (wizard service do not exist anymore). 2013-02-01 12:20:01 +01:00
view_validation.py [FIX]:Fix a predicate function doc 2012-08-07 12:24:55 +05:30
which.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
win32.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
yaml_import.py [REF] yaml_import: removed nested import openerp. 2013-03-27 16:44:25 +01:00
yaml_tag.py [FIX] yaml: more explicit error if !record has missing parameters 2012-10-29 18:34:21 +01:00