Commit Graph

10 Commits

Author SHA1 Message Date
Xavier Morel 0ff97e4929 [ADD] testing scaffold which does not hit the OpenERP server
bzr revid: xmo@openerp.com-20120223123416-2zvxy6nqbe9gdhhw
2012-02-23 13:34:16 +01:00
Vo Minh Thu 1497062ba1 [IMP] Removed the openerp.addons prefix when loading modules
in stand-alone mode. Changed the import web.common to relative import
(because the the import-hook in the server is not able to load
modules with self-referential import).

bzr revid: vmt@openerp.com-20120116104329-k68li2vul4b3j7ry
2012-01-16 11:43:29 +01:00
Bogdan Stanciu 0d7b80ac44 [FIX] some English fixes for 'openerp-web' file, no code changed.
bzr revid: bogdanovidiu.stanciu@gmail.com-20111026173857-j4zuouips1ab6a7o
2011-10-26 19:38:57 +02:00
Xavier Morel ebc4af352c [IMP] sort some imports in launcher script
bzr revid: xmo@openerp.com-20111025111450-1hkci8y2nrqxif55
2011-10-25 13:14:50 +02:00
Xavier Morel b3803586d3 [IMP] merge split map and filter into a single listcomp
bzr revid: xmo@openerp.com-20111025111213-6ryfsuv1jzfetxmu
2011-10-25 13:12:13 +02:00
Xavier Morel 0132b2ebd0 [IMP] remove redundant empty string in fetching of root 'logging' logger
bzr revid: xmo@openerp.com-20111025110905-6yqz2gyppb574xod
2011-10-25 13:09:05 +02:00
Xavier Morel 6e7b5de861 [FIX] various fixes to setup.py and non-embedded launcher script, courtesy of Xavier Manach
bzr revid: xmo@openerp.com-20111025110806-ajcr4mdxj9fgx35f
2011-10-25 13:08:06 +02:00
xavinsky fdcd161a7e For import addons web modules, we need includes addons path in sys.path
Default addons path didn't works in Debian.
And config file or command line didn't affect the sys.path

sys.path.insert must be do after path_addons evaluation by config or param.

I add some formating path and test path with clearest error message.

bzr revid: xavier.manach@xcg-consulting.fr-20111024150144-kwby5dwi1gla4gmr
2011-10-24 17:01:44 +02:00
xavinsky 2e0737e830 Error when the log_config path is false.
And it is false in default configuration for now.
Then I switch to logging.basicConfig if path is bad.

bzr revid: xavier.manach@xcg-consulting.fr-20111024143408-9zarpka33m3te2pf
2011-10-24 16:34:08 +02:00
xavinsky c3b6ba7157 rename openerp-web.py to openerp-web
as openerp-server, openerp-client

bzr revid: xavier.manach@xcg-consulting.fr-20111024142543-sottvrs1chqlw0t4
2011-10-24 16:25:43 +02:00