在OpenERP V7视图(ir.ui.view)多了一个非常有用的字段(groups_id) 'groups_id': fields.many2many('res.groups', 'ir_ui_view_group_rel', 'view_id', 'group_id', string='Groups', help="If this field is empty, the view applies to all users. Otherwise, the view applies to the users

阅读全文

分享给开源社区的众人 「不把信息当作知识,不把收藏当作学习,不把阅读当作思考,不把储存当作掌握。 不提炼总结、不应用学习、不深入思考、不实践反馈

阅读全文

OpenERP里面many2one字段有一个属性是ondelete如下,。

阅读全文

在以往的OpenERP版本里,登陆界面是没有国际化的,但是在OpenERPV7.0里,实现了按照浏览器语言来选择登陆界面的语言。但是中文用户却发现,翻译并不生效。经过分析,这里面出现了点问题。我先来说下解决办法:

阅读全文

经常会在OpenERP的xml源文件里看到 <data noupdate=”0″>或<data noupdate=”1″>这样的tag,一直不知道这个标签对其中包含的数据有什么样的影响。

一般noupdate=’0’都用在demo_xml或init_xml中,

阅读全文