zoukankan      html  css  js  c++  java
  • Odoo10配置文件

    下面是我自己配置的odoo10的配置文件

    [options]
    addons_path = C:UsersAdministratorDesktopodoo10addons,C:UsersAdministratorDesktopodoo10myaddons
    admin_passwd = admin
    csv_internal_sep = ,
    data_dir = C:UsersAdministratorAppDataLocalOpenERP S.AOdoo
    db_host = 127.0.0.1
    db_maxconn = 64
    db_name = False
    db_password = odoo
    db_port = 5432
    db_template = template1
    db_user = odoo
    dbfilter = .*
    demo = {}
    email_from = False
    geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
    import_partial = 
    limit_memory_hard = None
    limit_memory_soft = None
    limit_request = None
    limit_time_cpu = None
    limit_time_real = None
    limit_time_real_cron = None
    list_db = True
    log_db = False
    log_db_level = warning
    log_handler = :INFO
    log_level = info
    logfile = None
    logrotate = False
    longpolling_port = 8072
    max_cron_threads = 2
    osv_memory_age_limit = 1.0
    osv_memory_count_limit = False
    pg_path = None
    pidfile = None
    proxy_mode = False
    reportgz = False
    server_wide_modules = web,web_kanban
    smtp_password = False
    smtp_port = 25
    smtp_server = localhost
    smtp_ssl = False
    smtp_user = False
    syslog = False
    test_commit = False
    test_enable = False
    test_file = False
    test_report_directory = False
    translate_modules = ['all']
    unaccent = False
    without_demo = False
    workers = None
    xmlrpc = True
    xmlrpc_interface = 127.0.0.1
    xmlrpc_port = 8069
    odoo.conf
  • 相关阅读:
    1-1-LVS负载均衡
    linux的软链接和硬连接的区别
    linux的目录结构及配置文件
    C6和C7对比
    1-6 RAID级别介绍
    Animation动画(一)
    Android中的BroadCast静态注册与动态注册
    Android中Action
    隐式Intent
    Volley框架使用(POST)
  • 原文地址:https://www.cnblogs.com/soleZ/p/10076005.html
Copyright © 2011-2022 走看看