odoo/openerp/tools
Antony Lesuisse 42f292af93 cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready.
Nota: If we replace sequence signaling for cache invalidation with pg
listen/notify in the future, we will use the same mechanism for more accurate
cron timing.

bzr revid: al@openerp.com-20121209170447-zs0k3jazokylwvar
2012-12-09 18:04:47 +01:00
..
__init__.py [REN] html_sanitize -> mail, to have a central file for methods about mail (html sanitizing, html management, emails related functions, ...). 2012-11-06 12:54:20 +01:00
amount_to_text.py amount-to-text: docstrings 2011-06-23 12:03:11 +03:00
amount_to_text_en.py [FIX] amount_to_text: avoid to have a none in the concat 2012-09-04 12:02:50 +02: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 cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready. 2012-12-09 18:04:47 +01:00
convert.py [MERGE] Sync with trunk 2012-10-01 16:49:41 +02:00
float_utils.py [IMP] float_utils: simplified code, added float_repr 2011-12-21 00:47:40 +01:00
func.py [IMP] tools: removed some functools functions (they were there for previous python versions). 2012-01-18 12:41:09 +01:00
graph.py [FIX] infinte loops in tools.graph 2012-02-22 16:16:53 +01:00
image.py [IMP] Image crop with transparent effect. 2012-11-29 17:51:48 +05: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] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
mail.py [MERGE] Forward-port 6.1 bugfixes up to rev. 4307 2012-11-26 19:15:27 +01:00
misc.py [IMP] simplify @profile implementation 2012-12-05 17:08:47 +01:00
osutil.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +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) opcode STORE_MAP belongs into _CONST_OPCODES 2012-06-13 11:02:22 +02: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 [FIX] test_reports.py: use communicate() to avoid creating zombie processes 2012-11-30 16:29:37 +01:00
translate.py [FIX] translate,orm: remember local Model [_sql]_constraints, and keep only those when exporting translations 2012-12-04 09:29:47 +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 [IMP] small fix in YAML XML import 2012-12-01 12:35:24 +01:00
yaml_tag.py [FIX] yaml: more explicit error if !record has missing parameters 2012-10-29 18:34:21 +01:00