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:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
2
الردود
4431
أدوات العرض
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
يوليو 22
|
3003 | ||
|
1
يناير 24
|
2260 | ||
|
1
سبتمبر 23
|
24601 | ||
|
1
ديسمبر 22
|
1797 | ||
|
1
أكتوبر 20
|
7406 |
In your __openerp__.py file add depends hr, then check it will work.