Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4951 Zobrazení

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
Zrušit
Autor Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
bře 15
5482
1
lis 17
3986
0
bře 15
8207
0
bře 15
4027
1
bře 15
4470