odoo/openerp/tools
Olivier Dony d13fb7fe7e [MERGE] various bugfixes/improvements (coming from EDI development)
- _original_module is now available on model/browse_records
 - context usage in res.partner.*
 - proper name_search() + default values for res.currency
 - active_model in wkf exec context
 - safe_eval allows try/except/finally
 - yaml_import: !ref {id: xml_id} works
 - ir_mail_server: support for alternative body/subtype
 - default value for web.base.url config parameter
 - consistency rename: Model.*get_xml_id* -> *get_external_id*

bzr revid: odo@openerp.com-20111005100954-c8mbd4kz6kkqaj84
2011-10-05 12:09:54 +02:00
..
__init__.py API docs: settings file and titles at modules 2011-06-23 12:03:57 +03:00
amount_to_text.py amount-to-text: docstrings 2011-06-23 12:03:11 +03:00
amount_to_text_en.py amount-to-text: docstrings 2011-06-23 12:03:11 +03:00
cache.py [IMP] simplified cache implementation (and stored on the osv), does not support contexts. 2011-08-30 14:15:41 +02:00
config.py [IMP] config set --load default to web, this will be cleaned up by metaoptions 2011-10-01 15:16:19 +02:00
convert.py [FIX] correct indentation 2011-07-31 14:48:24 +01:00
copy.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
func.py tools.func: docstrings 2011-06-23 12:03:11 +03:00
graph.py tools.graph: cleanup docstrings 2011-06-23 12:03:11 +03:00
import_email.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
lru.py [IMP] new tools.cache cleaner, 10% speedup and more to come... 2011-06-08 05:03:30 +02:00
misc.py [imp] switched the dates to UTC. I'm so happy. 2011-09-22 11:54:43 +02:00
osutil.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
parse_version.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
pdf_utils.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
safe_eval.py [IMP] safe_eval: allow OPCODES for try/except/finally 2011-10-05 03:01:36 +02:00
sql.py [IMP] openerp python module. 2011-02-07 13:57:23 +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 [ADD] tools/config: started tests. 2011-06-01 13:50:55 +02:00
test_reports.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
threadinglocal.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
translate.py [REF] openerp-server: streamlining startup script. 2011-08-23 12:33:43 +02:00
which.py tools.which: docstring fix 2011-06-23 12:03:12 +03:00
win32.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00
yaml_import.py [IMP] yaml_import: make !ref nodes work for m2o values 2011-10-03 19:13:02 +02:00
yaml_tag.py [FIX] yaml_tag: python records should log AssertionErrors at ERROR level by default 2011-03-24 12:10:55 +01:00