| 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/11.0/mobile_app_picking |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), GRAP |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), GRAP |
| COMMITTERS | |
| COMMITTERS | Sylvain LE GAL, GitHub, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://www.odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:56 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-barcode: - mobile_app_angular - mobile_app_abstract odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_stock_picking_form |
stock.picking | div | Inherits stock.view_picking_form | |
view_stock_picking_type_form |
stock.picking.type | xpath | Inherits stock.view_picking_type_form |
No new fields.
Public methods (7)confirm_picking(self, params)
get_custom_fields_list(self)
get_moves(self, params)
get_picking_types(self)
get_pickings(self, params)
set_quantity(self, params)
try_validate_picking(self, params)
mobile_available
Boolean
readonly=True
related='picking_type_id.mobile_available'
store=False
open_mobile_app_url(self)
mobile_available
Boolean
help='Check this box if you want to make this picking type visible on the Mobile App'
string='Available on Mobile'
mobile_backorder_create
Boolean
default=True
help='Check this box if you want that confirming a picking on mobile app generate a backorder by default.'
string='Create Backorder'
mobile_product_field_ids
Many2many → ir.model.fields
comodel_name='ir.model.fields'
domain=[('model', 'in', ['product.product'])]
string='Product Fields'
No public methods.