Skip to Content
मेन्यू
This question has been flagged
1 Reply
3583 Views

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
Avatar
Discard
Best Answer

Hello,

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

Contact: info@acespritech.com
Skype: acespritech.

Avatar
Discard
Related Posts Replies Views Activity
1
अग॰ 25
935
1
जुल॰ 25
1184
3
जुल॰ 25
4075
3
मई 25
2088
1
जुल॰ 25
1337