This question has been flagged

Hi , 

Not sure this is a bug , where  i am experiencing this , that is while i am on my Point of Sales Screen ,

if the screen focus is "NOT" on the SEARCH BOX , when i scan the barcode of the product , it pickuped the item correctly but it did "not" pick up the "SELL Price" , however if i put my focus on the Search Box and scan the barcode of the item , it will show up correctly with the Sell price . ( this is tested when Barcode scanner is connected on my laptop not PosBox )

But if i connect Scanner to PosBox , it do not even worked , neither focus on Search box or not, the scanner will not pick up the selling price .

Is there any idea or advice ?

Thanks.

Kalmen.





Avatar
Discard
Author Best Answer

Ended up , this is not an issue of Odoo instead is a default Price modification features , as after much digging into the code , i patched the point of sales , models.js , with one line of code at somewhere at add_product assign options={} temporary for this purpose and will make a module to allow user to set it. but function need to overwrite the default

exports.Order =  backbone.Model.extend function.

Avatar
Discard