跳至内容
菜单
此问题已终结
1 回复
4938 查看

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?

形象
丢弃
编写者 最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
2
3月 15
5480
1
11月 17
3986
0
3月 15
8207
0
3月 15
4025
1
3月 15
4466