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
Pertanyaan ini telah diberikan tanda
2
Replies
6217
Tampilan
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
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
|
2
Jul 22
|
5388 | ||
|
|
1
Jan 24
|
3798 | ||
|
What do ir, res stand for in the base module?
Diselesaikan
|
|
1
Sep 23
|
27404 | |
|
|
1
Des 22
|
3273 | ||
|
|
1
Okt 20
|
10165 |
In your __openerp__.py file add depends hr, then check it will work.