[ADD] barcode_scanner: scanner-first Barcode app core - #1
Conversation
etobella
left a comment
There was a problem hiding this comment.
I made a fast review and everything seems correct. I think that we can continue for now this way and improve it later.
|
/ocabot merge nobump |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
@etobella The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
@etobella The merge process could not be finalized, because command |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at 27322d1. Thanks a lot for contributing to OCA. ❤️ |
barcode_scanner — base framework of the Barcode suite
This PR adds
barcode_scanner, the base module and first contribution toOCA/barcode-interface. It's the framework the rest of the Barcode suite builds on; feature modules (warehouse operations, GS1, device camera, inventory counts, purchase…) will follow in their own PRs on top of this base.What it does
barcode_scannerships no business logic of its own. It's a full-screen scanning application shell that other modules extend, the same way Odoo widgets self-register:(
barcode_screens,barcode_scan_handlers,barcode_menu_tiles);feedback, an ORM/API wrapper and shared hooks.
As the base framework it has no end-user screens of its own: the feature modules that plug into these registries provide the actual operations, and land in follow-up PRs.
Developed and maintained by @BinhexTeam.