Mobile App - Picking

mobile_app_picking
REPOSITORY
REPOSITORYOCA/stock-logistics-barcode
GIT
GIThttps://github.com/OCA/stock-logistics-barcode.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-barcode/tree/11.0/mobile_app_picking
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, GitHub, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://www.odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
Models touched (3)

New fields (0)

No new fields.

Public methods (7)
  • confirm_picking(self, params)
    @api.model
    Confirm a given picking :param params: { 'picking': picking_vals, 'action': string, } action can : - 'immediate_transfer' if no quantity has been set - 'with_backorder', to create a backorder - 'without_backorder', to cancel the backorder
  • get_custom_fields_list(self)
    @api.model
  • get_moves(self, params)
    @api.model
    Return moves of a given picking. :param params: {'picking': picking_vals} :return: [move_1_vals, move_2_vals, ...] .. seealso:: _export_picking() for picking vals details _export_move() for move vals details
  • get_picking_types(self)
    @api.model
    Return Picking Types available for the Mobile App :return: [picking_type_1_vals, picking_type_2_vals, ...] .. seealso:: _export_picking_type() for picking type vals details.
  • get_pickings(self, params)
    @api.model
    Return pickings of a given picking type :param params: {'picking_type': picking_type_1_vals} :return: [picking_1_vals, picking_2_vals, ...] .. seealso:: _export_picking_type() for picking type vals details _export_picking() for picking vals details
  • set_quantity(self, params)
    @api.model
    Set done quantity for a given move. :param params: {'move': move_vals, 'quantity': integer}
  • try_validate_picking(self, params)
    @api.model
    simulate the click on "Validate" button, to know if backorder is possible, etc. :param params: {'picking': picking_vals}

New fields (1)
  • mobile_available Boolean
    readonly=True related='picking_type_id.mobile_available' store=False
Public methods (1)
  • open_mobile_app_url(self)
    @api.multi

New fields (3)
  • 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'
Public methods (0)

No public methods.