odoo/addons/document_ftp
Vo Minh Thu 28f900202b [FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in
revno 4821, revision-id tfr@openerp.com-20110628141309-oag99snygj3vuqwn :
pooler.get_db_only was removed from the server but not from the addons.
It seems the commit 4821 tried to solved the situation by using get_db
instead, which is wrong and it will load the db instead of just trying
to get a cursor. This commit solves correctly the removel of get_db_only:
by using sql_db.db_connect (for which get_db_only was an alias).

bzr revid: vmt@openerp.com-20110909113916-td9o8yct0u5bitb6
2011-09-09 13:39:16 +02:00
..
ftpserver [FIX] document_ftp/document_webdav: correctly fix what was incorrectly fixed in 2011-09-09 13:39:16 +02:00
i18n Launchpad automatic translations update. 2011-09-06 04:40:18 +00:00
security [REM]: Removed access rules for OSV memory objects 2010-06-28 19:19:38 +05:30
test [FIX]: Fix some problem in caldav and Minor Improvement. 2010-11-22 16:13:16 +05:30
wizard [FIX] convert ir.actions.todo fields to match model definition changes 2011-07-29 16:03:24 +02:00
__init__.py [IMP] Document: 2010-06-24 15:18:27 +05:30
__openerp__.py [IMP]: module is defined by its complexity 2011-07-06 17:59:28 +05:30
test_easyftp.py [FIX] document_ftp: avoid calling res.users.read() with too few arguments (it's broken, pending fix) 2011-08-19 16:42:41 +02:00