Openerp 7 安装失败if dest_model._table != 'ir_actions'
-
问题是这样的。
我在a文件夹下面有一个property_journal.py中
'strcodename':fields.many2one('pm.segment','accountsubject'),
这里引用了另外一个文件夹c中的pm_segment.py
重启后成功,但是点击安装就报错误信息,如下:
File "D:\users\tonylu\git\openerp\openerp\osv\orm.py", line 3149, in _auto_init
if dest_model._table != 'ir_actions':
AttributeError: 'NoneType' object has no attribute '_table'
如果把property_journal.py 放到c文件夹中是不报错的。
但是安装c也没有报错