Skip to Content
Menu
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
Related Posts Replies Views Activity
1
Aug 25
124
1
Aug 25
741
0
Aug 25
86
1
Aug 25
1064
2
Aug 25
502