Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4966 Visualizzazioni

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
Abbandona
Autore Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mar 15
5486
1
nov 17
3990
0
mar 15
8226
0
mar 15
4033
1
mar 15
4493