Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3300 Lượt xem

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']
Ảnh đại diện
Huỷ bỏ
Tác giả

i'm working on openerp 6.1

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 15
4002
1
thg 3 15
9167
2
thg 6 24
2477
1
thg 1 24
9105
2
thg 3 17
6528