| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-interfaces |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-interfaces.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-interfaces/tree/18.0/stock_measuring_device |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, SilvioC2C, oca-ci, Mmequignon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-interfaces |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - component OCA/product-attribute: - product_packaging_dimension - product_logistics_uom - product_packaging_level - product_dimension OCA/web: - web_tree_dynamic_colored_field - web_notify odoo/odoo: - base - barcodes - web - stock - product - base_setup - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
cachetools openupgradelib |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Different manufacturers produce devices which are able to measure and weigh packages and parcels. Each brand has a different communication protocol. This module provides an framework to interface such devices with Odoo. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_measuring_device_form |
measuring.device.form | measuring.device | form | New |
view_measuring_device_tree |
measuring.device.list | measuring.device | list | New |
view_measuring_wizard |
measuring.wizard.form | measuring.wizard | form | New |
device_type
Selection
help='The type of device (e.g. zippcube, cubiscan...) depending on which module are installed.'
selection=[]
name
Char
required=True
state
Selection
copy=False
default='not_ready'
readonly=True
args: [('not_ready', 'Not Ready'), ('ready', 'Ready')]
warehouse_id
Many2one → stock.warehouse
required=True
args: 'stock.warehouse'
open_wizard(self)
test_device(self)
device_id
Many2one → measuring.device
readonly=True
args: 'measuring.device'
line_ids
One2many → measuring.wizard.line
product_id
Many2one → product.product
domain=[('type', '=', 'consu'), ('is_storable', '=', True)]
args: 'product.product'
action_close(self)
action_reopen_fullscreen(self)
action_save(self)
on_barcode_scanned(self, barcode)
onchange_product_id(self)
reload(self)
retrieve_product(self)
barcode
Char
height
Integer
readonly=True
args: 'Height (mm)'
is_measured
Boolean
is_unit_line
Boolean
readonly=True
name
Char
readonly=True
args: 'Packaging'
packaging_id
Many2one → product.packaging
readonly=True
string='Packaging (rel)'
args: 'product.packaging'
packaging_length
Integer
readonly=True
args: 'Length (mm)'
packaging_level_id
Many2one → product.packaging.level
readonly=True
args: 'product.packaging.level'
qty
Float
scan_requested
Boolean
sequence
Integer
volume
Float
compute='_compute_volume'
digits=(8, 4)
readonly=True
store=False
args: 'Volume (m³)'
weight
Float
readonly=True
args: 'Weight (kg)'
width
Integer
readonly=True
args: 'Width (mm)'
wizard_id
Many2one → measuring.wizard
measuring_select_for_measure(self)
measuring_select_for_measure_cancel(self)
measuring_device_id
Many2one → measuring.device
copy=False
help='Technical field set when an operator uses the device to scan this package'
index=True
string='Measuring device which will scan the package'
args: 'measuring.device'
No public methods.
measuring_device_ids
One2many → measuring.device
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_measuring_device |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, oca-travis, Weblate, OCA-git-bot, Hai Lang |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - component OCA/product-attribute: - product_packaging_dimension - product_logistics_uom - product_packaging_type_required - product_packaging_type - product_dimension OCA/web: - web_tree_dynamic_colored_field - web_notify - web_ir_actions_act_view_reload odoo/odoo: - base - barcodes - web - stock - product - base_setup - bus - web_tour - uom - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_measuring_device_assets |
stock_measuring_device assets | ir.ui.view | qweb | Inherits web.assets_backend |
view_measuring_device_form |
measuring.device.form | measuring.device | form | New |
view_measuring_device_tree |
measuring.device.tree | measuring.device | tree | New |
view_measuring_wizard |
measuring.wizard.form | measuring.wizard | form | New |
device_type
Selection
help='The type of device (e.g. zippcube, cubiscan...) depending on which module are installed.'
selection=[]
name
Char
required=True
args: 'Name'
state
Selection
copy=False
default='not_ready'
readonly=True
args: [('not_ready', 'Not Ready'), ('ready', 'Ready')]
warehouse_id
Many2one → stock.warehouse
required=True
args: 'stock.warehouse', 'Warehouse'
open_wizard(self)
test_device(self)
device_id
Many2one → measuring.device
readonly=True
args: 'measuring.device'
line_ids
One2many → measuring.wizard.line
product_id
Many2one → product.product
domain=[('type', '=', 'product')]
args: 'product.product'
action_close(self)
action_reopen_fullscreen(self)
action_save(self)
on_barcode_scanned(self, barcode)
onchange_product_id(self)
reload(self)
retrieve_product(self)
barcode
Char
height
Integer
readonly=True
args: 'Height (mm)'
is_measured
Boolean
is_unit_line
Boolean
readonly=True
max_weight
Float
readonly=True
args: 'Weight (kg)'
name
Char
readonly=True
args: 'Packaging'
packaging_id
Many2one → product.packaging
readonly=True
string='Packaging (rel)'
args: 'product.packaging'
packaging_length
Integer
readonly=True
args: 'Length (mm)'
packaging_type_id
Many2one → product.packaging.type
readonly=True
args: 'product.packaging.type'
qty
Float
required
Boolean
readonly=True
related='packaging_type_id.required'
scan_requested
Boolean
sequence
Integer
volume
Float
compute='_compute_volume'
digits=(8, 4)
readonly=True
store=False
args: 'Volume (m³)'
width
Integer
readonly=True
args: 'Width (mm)'
wizard_id
Many2one → measuring.wizard
measuring_select_for_measure(self)
measuring_select_for_measure_cancel(self)
measuring_device_id
Many2one → measuring.device
copy=False
help='Technical field set when an operator uses the device to scan this package'
index=True
string='Measuring device which will scan the package'
args: 'measuring.device'
No public methods.
measuring_device_ids
One2many → measuring.device
string='Measuring Devices'
args: 'measuring.device', 'warehouse_id'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_measuring_device |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, Pedro M. Baeza, oca-travis, OCA-git-bot, Matthieu Méquignon |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - component OCA/product-attribute: - product_packaging_dimension - product_packaging_type_required - product_packaging_type - product_dimension OCA/web: - web_tree_dynamic_colored_field - web_notify - web_ir_actions_act_view_reload odoo/odoo: - base - barcodes - web - stock - product - base_setup - bus - web_tour - uom |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
cachetools |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_measuring_device_assets |
stock_measuring_device assets | ir.ui.view | qweb | Inherits web.assets_backend |
view_measuring_device_form |
measuring.device.form | measuring.device | form | New |
view_measuring_device_tree |
measuring.device.tree | measuring.device | tree | New |
view_measuring_wizard |
measuring.wizard.form | measuring.wizard | form | New |
device_type
Selection
help='The type of device (e.g. zippcube, cubiscan...) depending on which module are installed.'
selection=[]
name
Char
required=True
args: 'Name'
state
Selection
copy=False
default='not_ready'
readonly=True
args: [('not_ready', 'Not Ready'), ('ready', 'Ready')]
warehouse_id
Many2one → stock.warehouse
required=True
args: 'stock.warehouse', 'Warehouse'
open_wizard(self)
test_device(self)
device_id
Many2one → measuring.device
readonly=True
args: 'measuring.device'
line_ids
One2many → measuring.wizard.line
product_id
Many2one → product.product
domain=[('type', '=', 'product')]
args: 'product.product'
action_close(self)
action_reopen_fullscreen(self)
action_save(self)
on_barcode_scanned(self, barcode)
onchange_product_id(self)
reload(self)
retrieve_product(self)
barcode
Char
height
Integer
readonly=True
args: 'Height (mm)'
is_measured
Boolean
is_unit_line
Boolean
readonly=True
lngth
Integer
readonly=True
args: 'Length (mm)'
max_weight
Float
readonly=True
args: 'Weight (kg)'
name
Char
readonly=True
args: 'Packaging'
packaging_id
Many2one → product.packaging
readonly=True
string='Packaging (rel)'
args: 'product.packaging'
packaging_type_id
Many2one → product.packaging.type
readonly=True
args: 'product.packaging.type'
qty
Float
required
Boolean
readonly=True
related='packaging_type_id.required'
scan_requested
Boolean
sequence
Integer
volume
Float
compute='_compute_volume'
digits=(8, 4)
readonly=True
store=False
args: 'Volume (m³)'
width
Integer
readonly=True
args: 'Width (mm)'
wizard_id
Many2one → measuring.wizard
measuring_select_for_measure(self)
measuring_select_for_measure_cancel(self)
measuring_device_id
Many2one → measuring.device
copy=False
help='Technical field set when an operator uses the device to scan this package'
index=True
string='Measuring device which will scan the package'
args: 'measuring.device'
No public methods.
measuring_device_ids
One2many → measuring.device
string='Measuring Devices'
args: 'measuring.device', 'warehouse_id'
No public methods.