Odoo中文网|Odoo实施培训

 找回密码
 立即注册
搜索
热搜: Odoo OpenERP 实施
查看: 6972|回复: 0
打印 上一主题 下一主题

在Windows下调试Odoo

[复制链接]

9

主题

9

帖子

35

积分

新手上路

Rank: 1

积分
35
跳转到指定楼层
楼主
发表于 2015-9-10 16:49:53 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 九月九 于 2015-9-10 16:52 编辑

在Windows下调试Odoo        
                                                          依赖处理 Odoo配置 In Odoo project root, copy debian/openerp-server.conf to another folder. In my case, it is D:\Dev\odooTest\openerp-server.conf, edit the file to have the following configurations:
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = odoo
db_password = odoo
addons_path = D:\Dev\PyCharmProjects\odoo\addons
IDEA运行配置 Run –> Edit Configurations, click “+” on the top left to create a new configuration with the following settings:
Name: Odoo8 Single instance checkbox: checked Script: <odoo源码目录>\odoo.py Script parameters: --config=D:\Dev\odooTest\openerp-server.conf
Enjoy!

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|小黑屋|技术支持|开发手册|Odoo中文网-远鼎旗下odoo培训网站 ( 苏ICP备15039516号 )

GMT+8, 2024-4-26 02:09 , Processed in 0.011215 second(s), 9 queries , Xcache On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表