This question has been flagged
1 Reply
16395 Views

I start server with params --load=web,web_ext and --db-filter=db1 all work ok.

Whet i try to use this params in config

dbfilter = db1

server_wide_modules = web,web_ext

it's ignored.

What is wrong ?

Avatar
Discard

The dbfilter argument is parsed within the web module, but I haven't yet found any evidence that it's reading that value out of the config file. The only way right now to filter DBs seems to be the command line argument.

Best Answer

HI,

restart openerp server after config file modification ?

Bye

Avatar
Discard