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
Denna fråga har flaggats
2
Svar
6225
Vyer
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
Njuter du av diskussionen? Läs inte bara, delta också!
Skapa ett konto idag för att ta del av exklusiva funktioner och engagera dig i vår fantastiska community!
Registrera dig| Relaterade inlägg | Svar | Vyer | Verksamhet | |
|---|---|---|---|---|
|
|
2
juli 22
|
5397 | ||
|
|
1
jan. 24
|
3800 | ||
|
|
1
sep. 23
|
27407 | ||
|
|
1
dec. 22
|
3287 | ||
|
|
1
okt. 20
|
10167 |
In your __openerp__.py file add depends hr, then check it will work.