| 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/8.0/mobile_app_inventory |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, GRAP |
| COMMITTERS | |
| COMMITTERS | GitHub, oca-travis, OCA-git-bot, Juanjo |
| WEBSITE | |
| WEBSITE | https://www.odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - board - web_kanban_gauge - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_company_form |
res.company | xpath | Inherits base.view_company_form | |
view_stock_inventory_form |
stock.inventory | field | Inherits stock.view_inventory_form | |
view_stock_inventory_tree |
stock.inventory | field | Inherits stock.view_inventory_tree | |
view_stock_location_form |
stock.location | field | Inherits stock.view_location_form |
No new fields.
Public methods (8)add_inventory_line(self, params)
check_group(self, group_ext_id)
create_inventory(self, params)
get_inventories(self)
get_inventory_lines(self, params)
get_locations(self, params)
get_settings(self)
search_barcode(self, params)
mobile_inventory_allow_unknown
Boolean
default=False
help='By checking this box, users will have the possibility to scan unknown barcodes. The quantities and the barcodes will be displayed in an extra tabs, in the inventory view. If unchecked, an error message will be displayed to the user if he scans unknown barcode'
string='Allown Unknown Barcodes'
mobile_inventory_create
Boolean
default=True
help='By checking this box, users will have the possibility to create an inventory by the Mobile App. Otherwise, you should create and prepare the inventory in the back-office'
string='Create Inventories'
mobile_inventory_mode
Selection
default='automate'
help="Mode of the Mobile App UI:\n * 'Automate': The UI will display one screen per action. (select a product, set a quantity, etc...\n * 'One page': A single page will let the user scan a product or a location or set a quantity in a single input field"
selection=_MOBILE_INVENTORY_MODE_SELECTION
string='Mobile App Inventory Mode'
mobile_inventory_product_field_ids
Many2many → ir.model.fields
comodel_name='ir.model.fields'
domain=[('model', 'in', ['product.product'])]
string='Product Fields'
No public methods.
mobile_available
Boolean
default=True
help='Check this box if you want to make this inventory visible on the Mobile App'
string='Available on Mobile'
unknown_line_ids
One2many → stock.inventory.unknown.line
comodel_name='stock.inventory.unknown.line'
inverse_name='inventory_id'
string='Unknown Barcode Lines'
unknown_line_qty
Integer
compute='_compute_unknown_line_qty'
store=True
string='Unknown Barcode Lines Quantity'
No public methods.
barcode
Char
readonly=True
required=True
string='Barcode'
inventory_id
Many2one → stock.inventory
comodel_name='stock.inventory'
ondelete='cascade'
required=True
string='Inventory'
quantity
Float
readonly=True
string='Quantity'
No public methods.
mobile_available
Boolean
help='Check this box if you want to make this location visible on the Mobile App'
string='Available on Mobile'
onchange_location_type(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/7.0/mobile_app_inventory |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Stock |
| 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 |
| WEBSITE | |
| WEBSITE | http://www.grap.coop |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - process - web - decimal_precision - base_setup - web_kanban - account - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | See README.rst file |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_res_company_form |
res.company | xpath | Inherits base.view_company_form | |
view_stock_inventory_form |
stock.inventory | field | Inherits stock.view_inventory_form | |
view_stock_inventory_tree |
stock.inventory | field | Inherits stock.view_inventory_tree |
No new fields.
Public methods (1)mobile_app_inventory_load_product(self, cr, uid, context=None)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)check_group(self, cr, uid, group_ext_id, context=None)
No new fields.
Public methods (3)add_inventory_line_by_scan(self, cr, uid, id, location_id, product_id, qty, mode, context=None)
compute_inventory_line_qty(self, cr, uid, ids, name, args, context=None)
create_by_scan(self, cr, uid, name, context=None)
No new fields.
Public methods (1)compute_parent_complete_name(self, cr, uid, ids, name, args, context=None)