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

I would like to update the quantity field whenever user select the order line

I try to update the field using the last line,

select: function() {
    $('tr.selected').removeClass('selected');
    this.$element.addClass('selected');
    this.order.selected = this.model;
    this.on_selected();
    this.order.selected.set('quantity', '123');
},

but I received this error.

TypeError: invalid 'in' operand attrs
アバター
破棄
最善の回答

Hello,

Please find OpenERP blogs which might help you.
acespritechblog.wordpress.com

Contact: info@acespritech.com
Skype: acespritech.

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 25
892
1
7月 25
1134
3
7月 25
3935
3
5月 25
2033
1
7月 25
1313