raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id))
ValueError: No such external ID currently defined in the system: base.group_hr_manager
2014-06-23 05:13:54,252 10667 ERROR test_v7 openerp.netsvc: No such external ID currently defined in the system: base.group_hr_manager
Bu soru işaretlendi
2
Cevaplar
6244
Görünümler
The group HR manager is no longer in your system.
If is defined by xml file.
I think you should upgrade your module or create a new db for this issue.
If you can, please give the code.
This is hr module not a customize module on openerp 7.0
Tartışma hoşunuza mı gidiyor? Sadece okumakla kalmayın, katılın!
Özel özelliklerden yararlanmak ve harika topluluğumuzla etkileşime geçmek için bugün bir hesap oluşturun!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
|
2
Tem 22
|
5417 | ||
|
|
1
Oca 24
|
3830 | ||
|
|
1
Eyl 23
|
27413 | ||
|
|
1
Ara 22
|
3320 | ||
|
|
1
Eki 20
|
10194 |
In your __openerp__.py file add depends hr, then check it will work.