Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
4722 Visualizações

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

Avatar
Cancelar

In your __openerp__.py file add depends hr, then check it will work.

Melhor resposta

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.

Avatar
Cancelar
Autor Melhor resposta

This is hr module not a customize module on openerp 7.0

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
jul. 22
3431
1
jan. 24
2541
1
set. 23
25057
1
dez. 22
2052
1
out. 20
7903