Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ

I would like to use a barcode scanner to receive in products without having to cursor into a field and lookup the product.  I simply want Odoo to recognize that when a string of 12 characters (barcode) within a very short time frame is entered, an onchange event will be triggered to do a product query and populate my product based on the barcode.

Can anyone point me to an existing JQuery class or method that could handle this kind of quick lookup with no interaction without cursoring in to a field to trigger an onchange method.

Adam

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Odoo implement onchange method in server side, cmiiw. It means that the method is not available in javascript, but you can call it if you want by using rpc calls [1]. With this method you still have to query the model (at least twice, compare to just one query to get the products) which means the tradeoff is not really worth it.

 

[1] https://doc.odoo.com/trunk/web/rpc/

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
Removing Barcode Đã xử lý
3
thg 7 21
4464
1
thg 3 15
3631
0
thg 3 15
5635
1
thg 3 15
4971
2
thg 3 15
12963