Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5092 Visualizações

When I try with another user then admin I have this message :

"Count cannot be negative or 0"

Is there something I don't understand?

Avatar
Cancelar
Autor Melhor resposta

solution here : https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-opw-586451-pna/+merge/149266

change

if f not in ('id','date','date_deadline','duration','user_id','state'):

by

if f not in ('id','date','date_deadline','duration','user_id','state','interval','count'):

in module base_calendar.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
mar. 15
5628
1
nov. 17
4057
0
mar. 15
8349
0
mar. 15
4142
1
mar. 15
4619