コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4968 ビュー

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
5487
1
11月 17
3991
0
3月 15
8226
0
3月 15
4034
1
3月 15
4496