[options] #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Configuracion Odoo 14 para Agofer #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ; Contrasena para administracion de base de datos: admin_passwd = {{ adminpass }} db_user = odoo db_name = agofer list_db = True dbfilter = ^agofer$ addons_path = /opt/odoo/odoo/addons,/opt/odoo/community/addons,/opt/odoo/extended,/opt/odoo/vendor without_demo = True test_enable = False timezone = America/Bogota unaccent = True #----------------------------------------------------------------------------- # Registro #----------------------------------------------------------------------------- # syslog = True logfile = /var/log/odoo/odoo-server.log logrotate = False # ['debug_rpc_answer', 'debug_rpc', 'debug', 'debug_sql', # 'info', 'warn', 'error', 'critical'] log_level = warn #----------------------------------------------------------------------------- # Rendimiento #----------------------------------------------------------------------------- #osv_memory_age_limit = 0.5 workers = 4 limit_time_cpu = 12000 limit_time_real = 24000 limit-memory-soft = 8053063680 limit-memory-hard = 9395240960 #----------------------------------------------------------------------------- # Acceso #----------------------------------------------------------------------------- proxy_mode = True xmlrpcs = False longpolling_port = 8082 xmlrpc_port = 8090 xmlrpc_interface = 127.0.0.1 netrpc_interface = 127.0.0.1