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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
4975
화면
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
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
7월 22
|
3685 | ||
|
1
1월 24
|
2726 | ||
|
1
9월 23
|
25311 | ||
|
1
12월 22
|
2230 | ||
|
1
10월 20
|
8256 |
In your __openerp__.py file add depends hr, then check it will work.