odoo/openerp
Antonin Bourguignon 2459399cac [IMP] make get_config_warning() a method of res.config.settings, avoiding heavy import of res_config or long path calls like 'openerp.addons.base.res.res_config.get_config_warning()'
just use self.pool.get('res.config.settings').get_config_warning() instead

bzr revid: abo@openerp.com-20130130165642-pq5sbdluesxu7p6d
2013-01-30 17:56:42 +01:00
..
addons [IMP] make get_config_warning() a method of res.config.settings, avoiding heavy import of res_config or long path calls like 'openerp.addons.base.res.res_config.get_config_warning()' 2013-01-30 17:56:42 +01:00
cli [IMP] oe web: handle SIGINT and somewhat SIGTERM for the gevent case. 2013-01-21 16:35:40 +01:00
conf 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
modules [MERGE] from trunk 2012-12-21 14:42:59 +01:00
osv [IMP] only call ir.translation when necessary 2013-01-23 16:37:22 +01:00
report [MERGE] OPW 572488: report sxw/odt: fix inconsistent duplicate content/meta/style files within generated sxw/odt 2013-01-02 17:40:57 +01:00
service [IMP] we don't need a special type of exception anymore 2013-01-24 16:41:19 +01:00
tests [IMP] mail_sanitize: simplification of the regular expression 2013-01-02 17:25:44 +01:00
tools [IMP] don't reimplement randint manually 2013-01-16 15:35:56 +01:00
workflow [MERGE] From trunk (second time) 2012-12-17 15:47:53 +01:00
.apidoc API doc: move settings file from bin/ to openerp/ 2011-06-23 12:08:07 +03:00
PKG-INFO
__init__.py [MERGE] trunk 2013-01-22 13:22:50 +01:00
exceptions.py [IMP] we don't need a special type of exception anymore 2013-01-24 16:41:19 +01:00
import_xml.rng [IMP] rng: forbid redundant @type for menuitem, now inferred from the action type + minor cleanup 2012-08-22 16:49:46 +02:00
loglevels.py [FIX] incorrect docstrings or docstring param names not matching actual param names 2012-12-14 14:07:58 +01:00
netsvc.py [IMP] we don't need a special type of exception anymore 2013-01-24 16:41:19 +01:00
pooler.py [IMP] cron: remove useless pooljobs and schedule_cron_jobs methods 2012-12-21 14:37:51 +01:00
release.py [FIX] we are not in alpha anymore 2013-01-03 18:08:09 +01:00
run_tests.py [IMP] Added missing vim mode lines 2011-11-22 09:58:48 +01:00
sql_db.py [REM] trailing semicolons 2012-12-14 13:43:10 +01:00