TIP: You can type at any time to perform a new search.
Barcodes - EAN14
barcodes_ean14 · OCA/stock-logistics-barcode
- Repository
- OCA/stock-logistics-barcode · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Extra Tools
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://odoo-community.org/
- Last tracking update
- 2026-08-07 07:17:49
- Authors
- Odoo Community Association (OCA), LasLabs
- Maintainers
- Odoo Community Association (OCA), LasLabs
- Committers
- OCA Transbot, Dave Lasley, OCA-git-bot, oca-travis, Tom Blauwendraat
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
barcodes_ean14 Assets | ir.ui.view | qweb | Inherits web.assets_backend |
qunit_suite |
barcodes_ean14 QUnit Assets | ir.ui.view | qweb | Inherits web.qunit_suite |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (2)-
check_encoding(self, barcode, encoding)It adds additional types to the core encodings -
ean14_checksum(self, barcode)It performs EAN-14 checksum operation :param barcode: Barcode string to validate, including check digit :return: ``int`` representing calculated checksum
New fields (1)
-
encodingSelectionselection_add=[('ean14', 'EAN-14')]
No public methods.