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
คำถามนี้ถูกตั้งค่าสถานะ
2
ตอบกลับ
6377
มุมมอง
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
2
ก.ค. 22
|
5488 | ||
|
|
1
ม.ค. 24
|
3879 | ||
|
|
1
ก.ย. 23
|
27513 | ||
|
|
1
ธ.ค. 22
|
3361 | ||
|
|
1
ต.ค. 20
|
10274 |
In your __openerp__.py file add depends hr, then check it will work.