| 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/18.0/stock_picking_product_barcode_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Carlos Lopez, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:09 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-barcode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to select how many copies of barcode labels do you want to print. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_label |
base_label | ir.ui.view | qweb | New |
base_label_document |
base_label_document | ir.ui.view | qweb | New |
inherit_act_report_xml_view |
ir.actions.report.form | ir.actions.report | field | Inherits base.act_report_xml_view |
label_barcode_report |
label_barcode_report | ir.ui.view | qweb | New |
label_barcode_report_package_content |
label_barcode_report_package_content | ir.ui.view | qweb | New |
label_barcode_report_quant_package |
label_barcode_report_quant_package | ir.ui.view | qweb | New |
label_barcode_report_quant_package_wiz |
label_barcode_report_quant_package_wiz | ir.ui.view | qweb | New |
label_custom_report |
label_custom_report | ir.ui.view | qweb | New |
product_packaging_form_view |
product.packaging | field | Inherits product.product_packaging_form_view | |
product_packaging_tree_view |
product.packaging | field | Inherits product.product_packaging_tree_view | |
report_label_barcode |
report_label_barcode | ir.ui.view | qweb | New |
report_label_barcode_quant_package |
report_label_barcode_quant_package | ir.ui.view | qweb | New |
report_label_custom |
report_label_custom | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.barcode.format | res.config.settings | app | Inherits stock.res_config_settings_view_form |
view_stock_barcode_selection_printing |
stock.barcode.selection.printing.form | stock.picking.print | form | New |
is_barcode_label
Boolean
string='Barcode label'
is_custom_label
Boolean
string='Custom label'
No public methods.
print_one_label_by_item
Boolean
help='If checked, Odoo take into account the units included in the packaging to compute number of labels'
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
domain=[('is_barcode_label', '=', True)]
string='Default template for barcode labels'
barcode_report_default_format
Selection
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
readonly=False
related='company_id.barcode_default_report'
string='Default template for barcode labels'
barcode_report_default_format
Selection
readonly=False
related='company_id.barcode_report_default_format'
string='Method to choose the barcode formating'
No public methods.
company_id
Many2one
related='wizard_id.company_id'
label_qty
Integer
compute='_compute_label_qty'
readonly=False
store=True
args: 'Quantity of Labels'
lot_id
Many2one → stock.lot
string='Lot/Serial Number'
args: 'stock.lot'
move_line_id
Many2one → stock.move.line
readonly=True
args: 'stock.move.line', 'Move'
product_id
Many2one → product.product
domain="[('id', '=', product_id)]"
required=True
string='Product'
args: 'product.product'
product_packaging_id
Many2one → product.packaging
check_company=True
comodel_name='product.packaging'
domain="[('product_id', '=', product_id)]"
groups='product.group_stock_packaging'
string='Packaging'
quantity
Float
digits='Product Unit of Measure'
required=True
result_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
string='Dest. package'
uom_id
Many2one → uom.uom
string='Unit of Measure'
args: 'uom.uom'
wizard_id
Many2one → stock.picking.print
string='Wizard'
args: 'stock.picking.print'
No public methods.
barcode_format
Selection
default=<expr>
selection=[('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
default=_default_barcode_report
domain=[('is_barcode_label', '=', True)]
required=True
string='Report to print'
company_id
Many2one → res.company
default=<expr>
args: 'res.company'
html_content
Html
is_custom_label
Boolean
compute='_compute_is_custom_label'
label_qty
Integer
default=1
lang
Selection → res.lang
comodel_name='res.lang'
selection=_get_lang
picking_ids
Many2many → stock.picking
product_print_moves
One2many → stock.picking.line.print
stock_move_line_ids
Many2many → stock.move.line
create_label_print_wiz_from_move_line(self, report_id, stock_move_lines)
default_get(self, fields)
print_labels(self)
| 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/17.0/stock_picking_product_barcode_report |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Angel Rivas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-barcode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module allows you to select how many copies of barcode labels do you want to print. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_label |
base_label | ir.ui.view | qweb | New |
base_label_document |
base_label_document | ir.ui.view | qweb | New |
inherit_act_report_xml_view |
ir.actions.report.form | ir.actions.report | field | Inherits base.act_report_xml_view |
label_barcode_report |
label_barcode_report | ir.ui.view | qweb | New |
label_barcode_report_package_content |
label_barcode_report_package_content | ir.ui.view | qweb | New |
label_barcode_report_quant_package |
label_barcode_report_quant_package | ir.ui.view | qweb | New |
label_custom_report |
label_custom_report | ir.ui.view | qweb | New |
product_packaging_form_view |
product.packaging | field | Inherits product.product_packaging_form_view | |
product_packaging_tree_view |
product.packaging | field | Inherits product.product_packaging_tree_view | |
report_label_barcode |
report_label_barcode | ir.ui.view | qweb | New |
report_label_barcode_quant_package |
report_label_barcode_quant_package | ir.ui.view | qweb | New |
report_label_custom |
report_label_custom | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.barcode.format | res.config.settings | app | Inherits stock.res_config_settings_view_form |
view_stock_barcode_selection_printing |
stock.barcode.selection.printing.form | stock.picking.print | form | New |
is_barcode_label
Boolean
string='Barcode label'
is_custom_label
Boolean
string='Custom label'
No public methods.
print_one_label_by_item
Boolean
help='If checked, Odoo take into account the units included in the packaging to compute number of labels'
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
domain=[('is_barcode_label', '=', True)]
string='Default template for barcode labels'
barcode_report_default_format
Selection
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
readonly=False
related='company_id.barcode_default_report'
string='Default template for barcode labels'
barcode_report_default_format
Selection
readonly=False
related='company_id.barcode_report_default_format'
string='Method to choose the barcode formating'
No public methods.
company_id
Many2one
related='wizard_id.company_id'
label_qty
Integer
compute='_compute_label_qty'
readonly=False
store=True
args: 'Quantity of Labels'
lot_id
Many2one → stock.lot
string='Lot/Serial Number'
args: 'stock.lot'
move_line_id
Many2one → stock.move.line
readonly=True
args: 'stock.move.line', 'Move'
product_id
Many2one → product.product
domain="[('id', '=', product_id)]"
required=True
string='Product'
args: 'product.product'
product_packaging_id
Many2one → product.packaging
check_company=True
comodel_name='product.packaging'
domain="[('product_id', '=', product_id)]"
groups='product.group_stock_packaging'
string='Packaging'
quantity
Float
digits='Product Unit of Measure'
required=True
result_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
string='Dest. package'
uom_id
Many2one → uom.uom
string='Unit of Measure'
args: 'uom.uom'
wizard_id
Many2one → stock.picking.print
string='Wizard'
args: 'stock.picking.print'
No public methods.
barcode_format
Selection
default=<expr>
selection=[('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
default=_default_barcode_report
domain=[('is_barcode_label', '=', True)]
required=True
string='Report to print'
company_id
Many2one → res.company
default=<expr>
args: 'res.company'
html_content
Html
is_custom_label
Boolean
compute='_compute_is_custom_label'
label_qty
Integer
default=1
lang
Selection → res.lang
comodel_name='res.lang'
selection=_get_lang
picking_ids
Many2many → stock.picking
product_print_moves
One2many → stock.picking.line.print
stock_move_line_ids
Many2many → stock.move.line
create_label_print_wiz_from_move_line(self, report_id, stock_move_lines)
default_get(self, fields)
print_labels(self)
| 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/16.0/stock_picking_product_barcode_report |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Weblate, OCA-git-bot, oca-ci, Carlos Roca, Angel Rivas |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:42 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-barcode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_label |
base_label | ir.ui.view | qweb | New |
base_label_document |
base_label_document | ir.ui.view | qweb | New |
inherit_act_report_xml_view |
ir.actions.report.form | ir.actions.report | field | Inherits base.act_report_xml_view |
label_barcode_report |
label_barcode_report | ir.ui.view | qweb | New |
label_barcode_report_package_content |
label_barcode_report_package_content | ir.ui.view | qweb | New |
label_barcode_report_quant_package |
label_barcode_report_quant_package | ir.ui.view | qweb | New |
label_custom_report |
label_custom_report | ir.ui.view | qweb | New |
product_packaging_form_view |
product.packaging | field | Inherits product.product_packaging_form_view | |
product_packaging_tree_view |
product.packaging | field | Inherits product.product_packaging_tree_view | |
report_label_barcode |
report_label_barcode | ir.ui.view | qweb | New |
report_label_barcode_quant_package |
report_label_barcode_quant_package | ir.ui.view | qweb | New |
report_label_custom |
report_label_custom | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.barcode.format | res.config.settings | div | Inherits stock.res_config_settings_view_form |
view_stock_barcode_selection_printing |
stock.barcode.selection.printing.form | stock.picking.print | form | New |
is_barcode_label
Boolean
string='Barcode label'
is_custom_label
Boolean
string='Custom label'
No public methods.
print_one_label_by_item
Boolean
help='If checked, Odoo take into account the units included in the packaging to compute number of labels'
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
domain=[('is_barcode_label', '=', True)]
string='Default template for barcode labels'
barcode_report_default_format
Selection
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
readonly=False
related='company_id.barcode_default_report'
string='Default template for barcode labels'
barcode_report_default_format
Selection
readonly=False
related='company_id.barcode_report_default_format'
string='Method to choose the barcode formating'
No public methods.
label_qty
Integer
compute='_compute_label_qty'
readonly=False
store=True
args: 'Quantity of Labels'
lot_id
Many2one → stock.lot
string='Lot/Serial Number'
args: 'stock.lot'
move_line_id
Many2one → stock.move.line
readonly=True
args: 'stock.move.line', 'Move'
product_id
Many2one → product.product
domain="[('id', '=', product_id)]"
required=True
string='Product'
args: 'product.product'
product_packaging_id
Many2one → product.packaging
check_company=True
comodel_name='product.packaging'
domain="[('product_id', '=', product_id)]"
groups='product.group_stock_packaging'
string='Packaging'
quantity
Float
digits='Product Unit of Measure'
required=True
result_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
string='Dest. package'
uom_id
Many2one → uom.uom
string='Unit of Measure'
args: 'uom.uom'
wizard_id
Many2one → stock.picking.print
string='Wizard'
args: 'stock.picking.print'
No public methods.
barcode_format
Selection
default=<expr>
selection=[('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
default=_default_barcode_report
domain=[('is_barcode_label', '=', True)]
required=True
string='Report to print'
html_content
Html
is_custom_label
Boolean
compute='_compute_is_custom_label'
label_qty
Integer
default=1
lang
Selection → res.lang
comodel_name='res.lang'
selection=_get_lang
picking_ids
Many2many → stock.picking
product_print_moves
One2many → stock.picking.line.print
stock_move_line_ids
Many2many → stock.move.line
create_label_print_wiz_from_move_line(self, report_id, stock_move_lines)
default_get(self, fields)
print_labels(self)
| 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/15.0/stock_picking_product_barcode_report |
| VERSION | |
| VERSION | 3.6.2 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Carlos Dauden, sergio-teruel, Weblate, OCA-git-bot, oca-ci, Carlos Roca, CarlosRoca13 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:31 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-barcode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
base_label |
base_label | ir.ui.view | qweb | New |
base_label_document |
base_label_document | ir.ui.view | qweb | New |
inherit_act_report_xml_view |
ir.actions.report.form | ir.actions.report | field | Inherits base.act_report_xml_view |
label_barcode_report |
label_barcode_report | ir.ui.view | qweb | New |
label_barcode_report_package_content |
label_barcode_report_package_content | ir.ui.view | qweb | New |
label_barcode_report_quant_package |
label_barcode_report_quant_package | ir.ui.view | qweb | New |
label_barcode_report_quant_package_wiz |
label_barcode_report_quant_package_wiz | ir.ui.view | qweb | New |
label_custom_report |
label_custom_report | ir.ui.view | qweb | New |
product_packaging_form_view |
product.packaging | field | Inherits product.product_packaging_form_view | |
product_packaging_tree_view |
product.packaging | field | Inherits product.product_packaging_tree_view | |
report_label_barcode |
report_label_barcode | ir.ui.view | qweb | New |
report_label_barcode_quant_package |
report_label_barcode_quant_package | ir.ui.view | qweb | New |
report_label_custom |
report_label_custom | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.barcode.format | res.config.settings | div | Inherits stock.res_config_settings_view_form |
view_stock_barcode_selection_printing |
stock.barcode.selection.printing.form | stock.picking.print | form | New |
is_barcode_label
Boolean
string='Barcode label'
is_custom_label
Boolean
string='Custom label'
No public methods.
print_one_label_by_item
Boolean
help='If checked, Odoo take into account the units included in the packaging to compute number of labels'
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
domain=[('is_barcode_label', '=', True)]
string='Default template for barcode labels'
barcode_report_default_format
Selection
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
No public methods.
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
readonly=False
related='company_id.barcode_default_report'
string='Default template for barcode labels'
barcode_report_default_format
Selection
readonly=False
related='company_id.barcode_report_default_format'
string='Method to choose the barcode formating'
No public methods.
label_qty
Integer
compute='_compute_label_qty'
readonly=False
store=True
args: 'Quantity of Labels'
lot_id
Many2one → stock.production.lot
string='Lot/Serial Number'
args: 'stock.production.lot'
move_line_id
Many2one → stock.move.line
readonly=True
args: 'stock.move.line', 'Move'
product_id
Many2one → product.product
domain="[('id', '=', product_id)]"
required=True
string='Product'
args: 'product.product'
product_packaging_id
Many2one → product.packaging
check_company=True
comodel_name='product.packaging'
domain="[('product_id', '=', product_id)]"
groups='product.group_stock_packaging'
string='Packaging'
quantity
Float
digits='Product Unit of Measure'
required=True
result_package_id
Many2one → stock.quant.package
comodel_name='stock.quant.package'
string='Dest. package'
uom_id
Many2one → uom.uom
string='Unit of Measure'
args: 'uom.uom'
wizard_id
Many2one → stock.picking.print
string='Wizard'
args: 'stock.picking.print'
No public methods.
barcode_format
Selection
default=<expr>
selection=[('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
default=_default_barcode_report
domain=[('is_barcode_label', '=', True)]
required=True
string='Report to print'
html_content
Html
is_custom_label
Boolean
compute='_compute_is_custom_label'
label_qty
Integer
default=1
lang
Selection → res.lang
comodel_name='res.lang'
selection=_get_lang
picking_ids
Many2many → stock.picking
product_print_moves
One2many → stock.picking.line.print
stock_move_line_ids
Many2many → stock.move.line
create_label_print_wiz_from_move_line(self, report_id, stock_move_lines)
default_get(self, fields)
print_labels(self)
| 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/13.0/stock_picking_product_barcode_report |
| VERSION | |
| VERSION | 2.2.0 |
| CATEGORY | |
| CATEGORY | Extra Tools |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jairo Llopis, OCA Transbot, sergio-teruel, oca-travis, OCA-git-bot, Carlos Roca, CarlosRoca13 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-barcode |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-barcode |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
inherit_act_report_xml_view |
ir.actions.report.form | ir.actions.report | field | Inherits base.act_report_xml_view |
label_barcode_report |
label_barcode_report | ir.ui.view | qweb | New |
label_barcode_report_package_content |
label_barcode_report_package_content | ir.ui.view | qweb | New |
label_barcode_report_quant_package |
label_barcode_report_quant_package | ir.ui.view | qweb | New |
report_label_barcode |
report_label_barcode | ir.ui.view | qweb | New |
report_label_barcode_quant_package |
report_label_barcode_quant_package | ir.ui.view | qweb | New |
res_config_settings_view_form |
res.config.settings.view.form.inherit.barcode.format | res.config.settings | div | Inherits stock.res_config_settings_view_form |
view_stock_barcode_selection_printing |
stock.barcode.selection.printing.form | stock.picking.print | form | New |
is_barcode_label
Boolean
string='Barcode label'
No public methods.
barcode_default_format
Selection
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
domain=[('is_barcode_label', '=', True)]
string='Default template for barcode labels'
No public methods.
barcode_default_format
Selection
readonly=False
related='company_id.barcode_default_format'
string='Method to choose the barcode formating'
args: [('gs1_128', 'Display GS1_128 format for barcodes')]
barcode_default_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
readonly=False
related='company_id.barcode_default_report'
string='Default template for barcode labels'
No public methods.
label_qty
Integer
lot_id
Many2one → stock.production.lot
string='Lot/Serial Number'
args: 'stock.production.lot'
move_line_id
Many2one → stock.move.line
product_id
Many2one → product.product
domain="[('id', '=', product_id)]"
required=True
string='Product'
args: 'product.product'
quantity
Float
digits='Product Unit of Measure'
required=True
args: 'Quantity'
uom_id
Many2one → uom.uom
readonly=False
related='move_line_id.product_uom_id'
string='Unit of Measure'
args: 'uom.uom'
wizard_id
Many2one → stock.picking.print
string='Wizard'
args: 'stock.picking.print'
No public methods.
barcode_format
Selection
default=<expr>
selection=[('gs1_128', 'Display GS1_128 format for barcodes')]
string='Barcode format'
barcode_report
Many2one → ir.actions.report
comodel_name='ir.actions.report'
default=_default_barcode_report
domain=[('is_barcode_label', '=', True)]
required=True
string='Report to print'
picking_ids
Many2many → stock.picking
product_print_moves
One2many → stock.picking.line.print
default_get(self, fields)
print_labels(self)