TIP: You can type at any time to perform a new search.
Barcode configuration Module
tr_barcode_config · OCA/stock-logistics-barcode
- Repository
- OCA/stock-logistics-barcode · module folder · Try on Runboat
- Module version
- 1.1.1
- Category
- Warehouse Management
- Folder size
- 0.02 MB
- License
- GPL-3 or any later version
- Application
- No
- Auto-installable
- No
- Website
- http://www.julius.fr
- Last tracking update
- 2026-08-07 07:10:01
- Authors
- Odoo Community Association (OCA), Julius Network Solutions
- Maintainers
- Odoo Community Association (OCA), Julius Network Solutions
- Committers
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- tr_barcode_on_picking, tr_barcode_on_prodlots, tr_barcode_on_product, tr_barcode_on_tracking
- Description
Presentation: This module adds a configuration object and barcode osv to manage the barcode. You should define your object like this to manage automatically the creation / edition of your barcode: from tr_barcode_config.barcode import barcode_osv class product_product(barcode_osv.barcode_osv): _inherit = 'product.product'
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_tr_barcode_config_form |
tr.barcode.config.form | tr.barcode.config | form | New |
view_tr_barcode_config_tree |
tr.barcode.config.tree | tr.barcode.config | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…