Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3297 มุมมอง

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

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
มี.ค. 15
4001
1
มี.ค. 15
9167
2
มิ.ย. 24
2475
1
ม.ค. 24
9105
2
มี.ค. 17
6524