Loading

上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 43 下一页
摘要: 一,安装的两种方式: 1) deb包安装: 此安装方式适用于简单不需要太多的人工干预,大多数插件都在deb中涵盖了。具体的步骤如下: 1.编辑 /etc/apt/source.list 文件,在末尾添加Odoo源:http://nightly.odoo.com/ 2. sudo apt-get up 阅读全文
posted @ 2015-04-09 00:11 青岛欧姆网络科技 阅读(20199) 评论(0) 推荐(2) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-04-08 15:05 青岛欧姆网络科技 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1.Python.h:没有那个文件或目录apt-get install python-dev2.sqlfront.h:没有那个文件或目录apt-get install freetds-dev 阅读全文
posted @ 2015-04-03 11:14 青岛欧姆网络科技 阅读(227) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-03-28 08:43 青岛欧姆网络科技 阅读(29) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-03-26 14:35 青岛欧姆网络科技 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 通常该问题出现的原因在于对象定义的state字段在view中并没有出现,解决方案就是在view中添加该字段即可. 阅读全文
posted @ 2015-03-20 14:05 青岛欧姆网络科技 阅读(469) 评论(0) 推荐(0) 编辑
摘要: 源代码位置:openerp/addons/base/ir/ir_values.py 1 _columns = { 2 'name': fields.char('Name', required=True), 3 'model': fields.char('Model N... 阅读全文
posted @ 2015-03-14 19:47 青岛欧姆网络科技 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: 源代码位置:openerp/addons/base/ir/ir_actions.py根类型:ir.actions.actions 1 class actions(osv.osv): 2 _name = 'ir.actions.actions' 3 _table = 'ir_actio... 阅读全文
posted @ 2015-03-14 15:48 青岛欧姆网络科技 阅读(5014) 评论(0) 推荐(0) 编辑
摘要: 1. raise ValueError(_('title'),_('message'))2.raise except_orm(_('title'),_('message')) 阅读全文
posted @ 2015-03-13 14:54 青岛欧姆网络科技 阅读(453) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.fontslog.com/entypo-regular-otf-33800.htm#custompreview或 http://www.w3cplus.com/w3cplusDemo/demos/fontomas/index.htmlOdoo icon使用的是 Ent... 阅读全文
posted @ 2015-03-06 09:41 青岛欧姆网络科技 阅读(464) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 43 下一页