Commit Graph

17 Commits

Author SHA1 Message Date
Vo Minh Thu 8ca1a87201 [IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
An option --load is added to list the modules to pre-load.
sys.path and sys.modules are initialized when the config is
parsed.

bzr revid: vmt@openerp.com-20110902133136-4v7fgptyd0g1kc5s
2011-09-02 15:31:36 +02:00
Antony Lesuisse e6db9e4b71 [IMP] renames in base/res
bzr revid: al@openerp.com-20110828001314-roc7o38bz22mr580
2011-08-28 02:13:14 +02:00
Antony Lesuisse 3f691a6c49 [IMP] res.partner.canal into crm.case.channel
bzr revid: al@openerp.com-20110827233222-cy0w9z3jdm8ye1b2
2011-08-28 01:32:22 +02:00
fp 941496a321 [IMP] bank account management reviewed, improved groups name
bzr revid: fp@fp-laptop-20110815141643-ebg8rnuihkei6fni
2011-08-15 16:16:43 +02:00
Antony Lesuisse 891cedddb7 [FIX] temporarly disable faulty migration
bzr revid: al@openerp.com-20110805212044-haw8rwukakrkfzwm
2011-08-05 23:20:44 +02:00
Raphael Collet bd21085af2 [MERGE] from trunk
bzr revid: rco@openerp.com-20110805141802-v3na3dtcltdvkruv
2011-08-05 16:18:02 +02:00
Raphael Collet 978f6a9ab6 add migration script: copy user emails from their address
bzr revid: rco@openerp.com-20110803120814-8entoezaysjgv317
2011-08-03 14:08:14 +02:00
Xavier Morel ce4d05a29c [MERGE] from trunk
bzr revid: xmo@openerp.com-20110726111211-7hcd378z1k068nys
2011-07-26 13:12:11 +02:00
Xavier Morel a4df7b7c74 [REM] 'Add More Features' now broken, move it to the relevant addon
bzr revid: xmo@openerp.com-20110718140150-mv1mx0kj2n66bfc5
2011-07-18 16:01:50 +02:00
Raphael Collet be455d5d56 [MERGE] add field 'complexity' in ir.module.module
bzr revid: rco@openerp.com-20110708095942-ghzdubw16iji4v34
2011-07-08 11:59:42 +02:00
Hardik Ansodariy (OpenERP) 409cf86673 [IMP]: complexity field is added in ir_module_module
bzr revid: han@tinyerp.com-20110706123053-an4rk7vspzrdh8u0
2011-07-06 18:00:53 +05:30
Quentin (OpenERP) 025fb306f1 [MERGE] merge with main trunk
bzr revid: qdp-launchpad@openerp.com-20110630131818-nodhau21de4t1n39
2011-06-30 15:18:18 +02:00
Vo Minh Thu 5238385e6a [MERGE] ir.values: make sure we return the user-specific default value.
bzr revid: vmt@openerp.com-20110523120940-9kgn9wxkzwbymrso
2011-05-23 14:09:40 +02:00
Yogesh (OpenERP) 8175ad95b4 [ADD] add yml test case file of add user using configuration wizard.
bzr revid: ysa@tinyerp.com-20110518102547-pyxw8gtd8oh5nemb
2011-05-18 15:55:47 +05:30
Vo Minh Thu 6a189e8c96 [Fix] Set default value for current login user
lp bug: https://launchpad.net/bugs/780418 fixed

bzr revid: vmt@openerp.com-20110517140410-1f3rlewsa5f4238r
2011-05-17 16:04:10 +02:00
Vo Minh Thu dd1943c45e [MERGE] merge 6.0 branch.
bzr revid: vmt@openerp.com-20110303133011-758wfx7zompu5ugq
2011-03-03 14:30:11 +01:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00