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
To pytanie dostało ostrzeżenie
2
Odpowiedzi
6256
Widoki
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
|
2
lip 22
|
5440 | ||
|
|
1
sty 24
|
3842 | ||
|
|
1
wrz 23
|
27449 | ||
|
|
1
gru 22
|
3328 | ||
|
|
1
paź 20
|
10232 |
In your __openerp__.py file add depends hr, then check it will work.