[options] ; Addons module addons_path = E:\GreenOdoo8.0\source\ Openerp \ Addons; Admin master password (used to create, restore, and back up databases) admin_passwd = admin; Auto reload? auto_reload = None ; Csv_internal_sep =,; csv_internal_sep =,; Data directory, used to store session information, attachment data_dir = data; Database host name db_host = 127.0.0.1; The maximum number of connections to the database db_maxCONN = 64; Specify the database name to use db_name = False; Database user password db_password = openerp; Database port id db_port = 65432; Db_template = template1; Database username db_user = openerp; Filter the database name to display dbfilter =.*; Debug_mode = False; Which modules load demo data? demo = {} ; Email address email_from = False; Use this option when importing large amounts of data, and if the application goes down during the import, you can continue in the current state. Specifies a file name to store intermediate import state. import_partial = ; Limit_memory_hard = None; Limit_memory_soft = None; Limit_request = None; Limit_time_cpu = None; Limit_time_real = None; List_db = True; Log_db = False; It can be a set of module:log_level pairs. The default value is INFO(indicating that the default log level for all modules is INFO) log_handler = :INFO; Log level. Possible values include DEBUG_Rpc_ANSWER, DEBUg_RPC, DEBUG, DEBUG_SQL, INFO, WARN, error, critical log_level = INFO; Specify the logfile logfile = openerp-server.log; Whether to store logs by day logrotate = False; The port number used by the long connection pool? longpolling_port = 8072 ; Max_cron_threads = 2; The maximum duration, in hours, of forcibly saving a record in a virtual OSv_memory table osv_memory_AGe_limit = 1.0; Enforces the maximum number of records in a virtual OSv_memory table osv_memory_count_limit = False; Path of the database executable file pg_path = Runtime/PGSQL /bin; Name of the storage server PID pidFile = None; Whether to use the reverse proxy mode proxy_mode = False; Reportgz = False; Secure_cert_file = server.cert; Specify the primary key file secure_pkey_file = server.pkey for SSL connections; Server_wide_modules = None; server_wide_modules = None; The SMTP user password for sending emails smtp_password = False; SMTP port number smtp_port = 25; SMTP server name smtp_server = localhost; Whether the SMTP server supports the SSL protocol smtp_ssl = False. SMTP user name for sending emails smtp_user = False; Whether to send logs to the syslog server = False; Whether to commit database changes test_COMMIT = False caused by YAML or XML tests; Whether YAML and unit tests test_enable = False are allowed; Test_file = False; Test_report_directory = False; Provide a reference timezone for the system timezone = False; The default is all translate_modules = ['all']; Unaccent = False; Which modules do not load demo data without_demo = False at installation time; Number of processors to use workers = None; Whether to disable the XML-RPC protocol XMLRPC = True; Specifies the IP address that uses the XML-RPC protocol. Null indicates binding to an existing IP xmlrpc_interface =; TCP port used by XML-RPC xmlrpc_port = 8069; Whether to disable xmL-RPC security protocol XMLRPCS = True; Specifies the IP address to use the XML-RPC security protocol. Null indicates binding to an existing IP xmlrpcs_interface =; TCP port used by XML-RPC security protocol xmlrpcs_port = 8071Copy the code