1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:
其他好文 时间:
2014-07-22 22:56:35
阅读次数:
216
有喜欢尝鲜的网友开始玩8.0了,可是版本还没发布,社区的很多特别好的模块还没有升级到8,所以经常碰到模块无法安装的问题。 No module name osv 网友提出将模块的 from osv import osv,fields 改为 from openerp.osv import osv,fie...
分类:
其他好文 时间:
2014-07-18 21:15:03
阅读次数:
196
来自:http://shine-it.net/index.php/topic,8013.0.html 最近总结了,Openerp 中打开 URL 的三种 方法: 一、在form view 添加 标签 二、使用url widget, 三、使用按钮,return { 'type': 'ir.action...
分类:
其他好文 时间:
2014-07-18 21:05:06
阅读次数:
272
来自:http://shine-it.net/index.php/topic,2431.0.html 一、记账凭证(Account Move) 会计上的记账凭证,也叫会计分录,在OpenERP中叫“Account Move”。Account Move直译是“账户移动”,之前解释过复式库存管理的核心概...
分类:
其他好文 时间:
2014-07-18 20:13:27
阅读次数:
300
oe中的domain多用于自定义搜索条件。 domain中的单个条件是一个三个元素组成的元组。第一个是对象的一个column,也就是字段名;第二个是比较运算符``=, !=, & gt;, >=, <, & lt;=, like, ilike, in, not in, child_of, paren...
分类:
其他好文 时间:
2014-07-16 19:37:32
阅读次数:
214
在ERP開發過程中經常會使用到某字段的值是由其他字段計算得來,並且有些還需要將計算的結果存入資料庫。以上功能上OpenERP中是用field.function實現的其中有種模式a). 只計算,不存儲這種方式比較簡單,只需要設定用來計算值的函數即可,函數分類method和function,method...
分类:
其他好文 时间:
2014-07-16 19:35:49
阅读次数:
168
转自:http://shine-it.net/index.php/topic,16469.msg28364.htmlubuntu server 下 odoo激活及时通讯功能im OpenERP IM Odoo IM activated "Instant Messaging is not activ....
分类:
其他好文 时间:
2014-07-14 15:58:47
阅读次数:
193
OpenERP的hr_expense模块,给我们的拓展提供了基矗客户需求:应该是基于员工的报销额度,来设置审批到哪一级别(类似于java的jbpm工作流的配置),例如:a.报销10元,员工上级经理审批即可。b.报销1000元,员工上级经理审批后,需要部门经理再审批;工作流:1、增加(修改)状..
分类:
其他好文 时间:
2014-07-14 12:00:46
阅读次数:
401
openerp的视图结构是以XML的格式存放于ir.ui.view表中,属于静态格式,设计之后就固定, 但可以通过在model中重写fields_view_get函数,在视图加载时修改arch属性,动态修改视图的结构 def fields_view_get(self, cr, uid, view_i...
分类:
其他好文 时间:
2014-07-14 10:05:02
阅读次数:
362
立即安装所选模块C:\goe7\source\openerp\addons\base\module\module.py def button_immediate_install(self, cr, uid, ids, context=None): """ Installs the selected ...
分类:
其他好文 时间:
2014-07-14 09:34:02
阅读次数:
215