TIP: You can type at any time to perform a new search.
Stock Barcodes GS1 Secondary Unit
stock_barcodes_gs1_secondary_unit · OCA/stock-logistics-barcode
- Repository
- OCA/stock-logistics-barcode · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Extra Tools
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/stock-logistics-barcode
- Last tracking update
- 2026-08-07 07:57:06
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Dauden, sergio-teruel, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_form_view |
product.template | form | Inherits product_secondary_unit.product_template_form_view | |
view_stock_barcodes_read_form |
wiz.stock.barcodes.read | form | Inherits stock_barcodes.view_stock_barcodes_read_form | |
view_stock_barcodes_read_picking_form |
wiz.stock.barcodes.read.picking | form | Inherits stock_barcodes.view_stock_barcodes_read_picking_form | |
view_stock_barcodes_todo_kanban |
wiz.stock.barcodes.read.todo | kanban | Inherits stock_barcodes.view_stock_barcodes_todo_kanban |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (1)
-
barcodeCharcopy=Falsehelp='International Article Number used for product identification.'index=True
No public methods.
New fields (2)
-
secondary_uom_idMany2one → product.secondary.unitcomodel_name='product.secondary.unit'string='Secondary uom' -
secondary_uom_qtyFloatdigits='Product Unit of Measure'string='Secondary UOM Qty'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (6)
-
product_tmpl_idMany2one → product.templatecomodel_name='product.template'related='product_id.product_tmpl_id' -
secondary_single_qtyFloatdigits='Product Unit of Measure'string='Secondary single Qty' -
secondary_uom_idMany2one → product.secondary.unitcomodel_name='product.secondary.unit'string='Secondary uom' -
secondary_uom_qtyFloatdigits='Product Unit of Measure'string='Secondary UOM Qty' -
total_secondary_uom_qtyFloatdigits='Product Unit of Measure'store=Falsestring='Second. Demand' -
total_secondary_uom_qty_doneFloatdigits='Product Unit of Measure'store=Falsestring='Second. Done'
-
action_clean_values(self) -
action_secondary_uom_scaned_post(self, secondary_uom) -
onchange_product_id(self)@api.onchange('product_id') -
onchange_secondary_uom_qty(self)@api.onchange('secondary_uom_id', 'secondary_uom_qty', 'secondary_single_qty') -
reset_qty(self)
New fields (2)
-
total_secondary_uom_qtyFloatcompute='_compute_total_secondary_uom' -
total_secondary_uom_qty_doneFloatcompute='_compute_total_secondary_uom'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
fields_to_fill_from_pending_line(self)@api.model
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 56 days ago
- Last activity
- 22 days ago
- Repository
- OCA/stock-logistics-barcode
- Pull request
- [18.0][MIG] stock_barcodes_gs1_secondary_unit: Migration to 18.0 (#756)