Installation 在openerp 6.1一次安装Win7中设置webclient主机名

Installation 在openerp 6.1一次安装Win7中设置webclient主机名,installation,webclient,config,openerp,Installation,Webclient,Config,Openerp,系统: Win7 Home, 打开ERP 6.1多功能一体机 如何将集成的Webclient主机名从localhost:8069设置为127.0.0.1:8069? 我需要从internet访问该机器以进行开发 在版本6.0中,我可以在文件openerpweb.cfg中找到webclient的hostname参数。 但是在版本6.1中,webclient嵌入到核心中,没有openerpWeb.cfg openerpserver.conf [options] without_demo = Fals

系统: Win7 Home, 打开ERP 6.1多功能一体机

如何将集成的Webclient主机名从
localhost:8069
设置为
127.0.0.1:8069
? 我需要从internet访问该机器以进行开发

在版本6.0中,我可以在文件
openerpweb.cfg
中找到webclient的hostname参数。 但是在版本6.1中,webclient嵌入到核心中,没有
openerpWeb.cfg

openerpserver.conf

[options]
without_demo = False
smtp_port = 25
db_template = template0
db_password = XXXXXX
xmlrpcs = True
xmlrpcs_interface = 
syslog = False
logrotate = True
xmlrpcs_port = 8071
test_report_directory = False
list_db = True
timezone = False
xmlrpc_interface = 
test_file = False
cache_timeout = 100000
smtp_password = False
secure_pkey_file = server.pkey
xmlrpc_port = 8069
log_level = info
xmlrpc = True
test_disable = False
admin_passwd = XXXXX
assert_exit_level = error
smtp_server = localhost
static_http_url_prefix = None
unaccent = False
test_commit = False
proxy_mode = False
demo = {}
db_host = localhost
login_message = False
import_partial = 
pidfile = False
db_maxconn = 64
osv_memory_count_limit = False
reportgz = False
osv_memory_age_limit = 1.0
netrpc_port = 8070
db_port = 5432
virtual_memory_reset = 671088640
db_name = False
debug_mode = False
netrpc = True
secure_cert_file = server.cert
logfile = C:\Program Files (x86)\OpenERP 6.1-1\server\openerp-server.log
csv_internal_sep = ,
virtual_memory_limit = 805306368
pg_path = C:\Program Files (x86)\OpenERP 6.1-1\PostgreSQL\bin
static_http_enable = False
cpu_time_limit = 60
translate_modules = ['all']
smtp_ssl = False
server_wide_modules = None
netrpc_interface = 
smtp_user = False
log_handler = [':INFO']
db_user = XXXXX
dbfilter = .*
max_cron_threads = 4
email_from = False
addons_path = C:\Program Files (x86)\OpenERP 6.1-1\server\openerp\addons
static_http_document_root = None

无需更改openerp上的任何内容:

1-创建一个dyndns帐户(我不使用ip.com),如果您的路由器可配置为使用动态dns,则可以,否则您需要在承载openerp的计算机上安装该帐户的客户端


完成后,您可以连接到

“Webclient主机名”是机器的主机名。“127.0.0.1”与“localhost”相同,不会与网络中的其他计算机一起工作。。。你能提供更多关于计划如何从Internet连接的详细信息吗?我在配置文件中没有设置或更改主机名的选项。目前,机器仅在本地主机上侦听。在旧版本中,我可以在webclient中配置主机名。但在这个版本中,WebClient和服务器运行了两次,我找不到一个解决方案来更改主机名resp。要监听的IP。
xmlrpc_interface = my_ip
xmlrpc_port = my_port