Odoo 19 Community · Inventory · Barcode
Turn Any Scanner Into a Hands-Free Input Device — On Odoo's Own Screens
No separate barcode app. No Enterprise dependency. Scan directly on the standard Receipts, Delivery Orders, Internal Transfers and Inventory Adjustments screens you already use — the same product barcode, lot/serial number, or package label your warehouse already prints.
Native, Not Separate
Every scan happens directly inside the standard Odoo form — no client action, no dedicated barcode screen to learn.
Continuous Scanning
Scan A, then B, then C with zero clicks in between. Scan A again and its quantity increments — never a duplicate line.
Lot / Serial Aware
Scan a lot/serial barcode directly — the product resolves automatically and the number is assigned to the line. Duplicate serials are flagged, not duplicated.
Package Pull & Pack
Scan an existing package: pulls its full contents onto the transfer, or packs everything scanned so far into it.
How It Works
The exact flow verified against the client's acceptance test, on a real Internal Transfer
1
Open the transfer
Any standard Receipt, Delivery, or Internal Transfer — new or existing.
2
Scan PRODUCT-A
Product A is added automatically. Qty = 1.00.
3
Scan B, then C
Each new barcode adds its own line. No "Add a line" click, ever.
4
Scan A again, twice
The existing A line increments: 1 → 2 → 3. Still one line.
5
Done
A=3, B=2, C=1. Three lines total. Ready to validate.
Verified Against a Real Acceptance Test
Every row below was run live, on a real Odoo 19 Internal Transfer — not simulated
| Requirement | What was tested | Result |
| Native integration | Receipt, Delivery, Internal Transfer, Inventory Adjustment — all on the standard Odoo form, not a custom screen | PASS |
| Different products | Scan A → B → C — all three appear automatically | PASS |
| Same product repeatedly | Re-scanning A increments its quantity — no duplicate line ever created | PASS |
| Continuous / bulk workflow | Every scan fired with zero manual clicks in between; no cap on scan count | PASS |
| Final result | Scan sequence A, B, C, A, A, B on one Internal Transfer | A=3, B=2, C=1 |
Screenshots below are captured directly from that verification run — not mockups.
See It On Every Screen
Internal Transfer (WH/INT/00001) after the full client acceptance sequence — PRODUCT-A 3.00, PRODUCT-B 2.00, PRODUCT-C 1.00, three lines total
Receipt — product scanned by its lot/serial barcode; "Details" confirms the lot was assigned
Delivery Order — the same scan mechanism, same native form
Physical Inventory (Inventory Adjustments) — scanning created the count line, then incremented it from 1.00 to 2.00 on re-scan
Built the Way Odoo Itself Would Build It
No hand-rolled state
Package handling reuses Odoo's own "Add Entire Packs" and "Put in Pack" methods — the exact code behind Odoo's own buttons, not a re-implementation.
Standard barcode input
Uses Odoo's own core barcode input service — works with any USB/Bluetooth hardware scanner or camera scan, no proprietary driver.
Non-blocking guidance
Unknown barcodes, tracked products missing a lot, over-demand quantities, and completed transfers all show a clear warning — scanning is never silently blocked.
Odoo 19 Community
No Enterprise Dependency
Depends Only on "stock"
Any Hardware Scanner
Current Scope
Plain product barcodes, lot/serial numbers and package labels are all supported today.
GS1-structured barcodes, packaging (case/box) multipliers, scan sound/vibration feedback and a
scan history log are on the roadmap for a future version.
Ready to scan on your own screens?
Install, open any Receipt or Internal Transfer, and start scanning — no configuration required.
by DO Incredible · doincredible.com
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Inventory (stock)
• Discuss (mail) |
| Lines of code | 606 |
| Technical Name |
do_stock_barcode_native |
| License | OPL-1 |
| Website | https://doincredible.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module