Skip to content

[ADD] sale purchase: added barcode scanning in product catalog #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

kdes-odoo
Copy link

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.

@robodoo
Copy link

robodoo commented Jul 30, 2025

Pull request status dashboard

 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
@kdes-odoo kdes-odoo force-pushed the 18.0-final-task-SO_PO_barcode-kdes branch from 6885615 to a959fc5 Compare July 30, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants