Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3412 Widoki

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']
Awatar
Odrzuć
Autor

i'm working on openerp 6.1

Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
4124
1
mar 15
9300
2
cze 24
2951
1
sty 24
9216
2
mar 17
6647