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
Tämä kysymys on merkitty
2
Vastaukset
6235
Näkymät
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
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
|
2
heinäk. 22
|
5406 | ||
|
|
1
tammik. 24
|
3826 | ||
|
|
1
syysk. 23
|
27409 | ||
|
|
1
jouluk. 22
|
3313 | ||
|
|
1
lokak. 20
|
10173 |
In your __openerp__.py file add depends hr, then check it will work.