| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-barcode |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-barcode.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-barcode/tree/10.0/barcodes_search |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:54 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - barcodes - web - base - product - decimal_precision - base_setup - web_kanban - bus - web_tour - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
assets_backend | ir.ui.view | qweb | Inherits web.assets_backend |
view_barcode_search_form |
barcode.search | form | New |
barcode
Char
required=True
string='Barcode to Search'
line_ids
One2many → barcode.search.line
comodel_name='barcode.search.line'
inverse_name='barcode_search_id'
readonly=True
state
Selection
default='new'
selection=[('new', 'New'), ('done', 'Done')]
action_search(self)
get_barcode_fields(self, model_name=False)
get_model_by_rule_type(self)
search_by_barcode(self, barcode)
barcode_search_id
Many2one → barcode.search
comodel_name='barcode.search'
extra_data
Char
extra_data_display
Text
compute='_compute_extra_data_display'
string='Extra Data'
field_id
Many2one → ir.model.fields
comodel_name='ir.model.fields'
readonly=True
string='Field'
item_name
Char
readonly=True
string='Item Name'
item_ref
Integer
readonly=True
string='Item ID'
model_id
Many2one → ir.model
comodel_name='ir.model'
readonly=True
related='field_id.model_id'
button_view(self)