跳至內容
選單
此問題已被標幟
3306 瀏覽次數

i tried to install a new module but i've this error: "No such external ID currently defined in the system: reclam" reclam is my module name.

here is some lines of my __openerp__.py file :

 'depends': ['crm'],
    'init_xml': [
        'reclam_data.xml'],

    'update_xml': [
        'reclam_view.xml',
        'reclam_menu.xml',
        'security/ir.model.access.csv',
        'security/reclam_security.xml',

    ],

the beginning of my python file:

class ownfield_claim(crm.crm_case, osv.osv):

    _name = "ownfield.claim"
    _inherit = ['crm.claim']
頭像
捨棄
作者

i'm working on openerp 6.1

相關帖文 回覆 瀏覽次數 活動
0
3月 15
4002
1
3月 15
9169
2
6月 24
2481
1
1月 24
9107
2
3月 17
6536