This question has been flagged

Is there some kind of master list that contains all of the available configuration options for the _openerp_.py file? The development documentation does not list all of the configurable options.

Avatar
Discard
Best Answer

To see a full list, run:

/server/openerp-server --help

OR

/server/openerp-server -h

To generate a file at ~/.openerp_serverrc containing every available parameter and the current value, run:

/server/openerp-server --save

OR

/server/openerp-server -s

Avatar
Discard