odoo/tutorials#901

Created by Kalpan P Desai (kdes)

Blocked

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

[ADD] sale purchase: 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.