跳至内容
菜单
此问题已终结
4 回复
10477 查看

Hello, when creating sales order ,,,instead searching by product name,  i would like  to search the products by barcode (EAN) when adding product to sales order line. is that possible ?

Thanks...

 

形象
丢弃
最佳答案

The standard search for Products in Odoo uses these fields:

  • Internal Reference

  • Barcode

  • Product Name

So to search by Barcode, just enter or scan the barcode whenever you are searching for a Product.

形象
丢弃

@Ray Odoo 14 search by barcode not working. IN purchase order line add product by entering barcode number but not showing any product. with internal reference working. Is any solutions to search with barcode?

I just tried v14 and it worked fine. I printed the barcode for "601647855653" which found the correct product once I scanned it to add a line to my Purchase Order. Keep trying, perhaps you have customizations? Try for yourself at https://runbot.odoo.com/

最佳答案

Hi iwan, 

I'd recommend you this powerful tool if you arr using odoo 8 

https://apps.odoo.com/apps/modules/8.0/sale_line_barcode/

Best regards. 

形象
丢弃
最佳答案

Answered in your Launchpad Question. Pasting my answer here:

You can store the EAN of the product in the field that has been provided, i.e. "EAN13 Barcode" (ean13). By default (product/product.py lines 670) if the product couldn't be found using their default_code (line 668) then it will search using ean13.

So, basically you just need to specify the EAN for the products, then when creating Sale Order, you can enter (or scan) the EAN code when filling in Product field in each Sale Order Line.

If you are looking into a feature that user can scan EAN barcode and automatically the quantity of the sale order line of that particular product will be inreased (or a new sale order line added if the product has not been added yet), you need to develop that.

形象
丢弃
编写者

Thanks for the explanation John Doe ...

相关帖文 回复 查看 活动
1
10月 15
9376
1
2月 22
4432
2
3月 24
3200
7
3月 21
68260
2
6月 18
6833