odoo/tutorials#901

Created by Kalpan P Desai (kdes)

Blocked

label
odoo-dev:18.0-final-task-SO_PO_barcode-kdes
head
8229c466bbb469d77777aaae36b24321a63de5c9
odoo/tutorials
18.0 #901 missing r+
master

[ADD] sales_purchase_barcode: added barcode scanning in product catalog

Automatically hit adds quantity 1 when a product is found via barcode scan
(no manual intervention)
Show toaster message "No product found with this barcode number" if no match is
found
Increment quantity on existing order line if the same product is scanned
multiple times
Ensure all scanned products are sorted and shown on the first page

representing my 2 logic for the same task
sales_order_barcode and sales_order_barcode1 consists of 2 different
logic a used to solve this tasks out of which sales_order_barcode is
completely functional where as sales_order_barcode1 has some functional
bugs.