Point Of Sale - Picking Load

pos_picking_load
REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/16.0/pos_picking_load
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYPoint Of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - point_of_sale
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_res_config_settings_form res.config.settings xpath Inherits point_of_sale.res_config_settings_view_form
view_sale_order_form sale.order field Inherits sale_stock.view_order_form_inherit_sale_stock
view_stock_picking_form stock.picking field Inherits stock.view_picking_form
view_stock_picking_type_form stock.picking.type field Inherits stock.view_picking_type_form
Models touched (6)

New fields (2)
  • iface_load_picking Boolean
    default=True string='Load Pickings'
  • iface_load_picking_max_qty Integer
    default=10 required=True string='Max Picking Quantity To Load'
Public methods (0)

No public methods.

New fields (1)
  • origin_picking_id Many2one → stock.picking
    comodel_name='stock.picking' readonly=True string='Origin Picking'
Public methods (2)
  • create_from_ui(self, orders, draft=False)
    @api.model
    Cancel the original picking, when the pos order is done
  • create_picking(self)
    Call super() for each order separately with the origin picking id in the context. The new picking will be updated accordingly in the picking's action_confirm()

New fields (2)
  • pos_iface_load_picking Boolean
    readonly=False related='pos_config_id.iface_load_picking'
  • pos_iface_load_picking_max_qty Integer
    readonly=False related='pos_config_id.iface_load_picking_max_qty'
Public methods (0)

No public methods.

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This Sale Order has beend replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (0)

No public methods.

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This picking has been canceled, because it has been replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (4)
  • action_confirm(self)
    Assign to same procurement group as the origin picking
  • load_picking_for_pos(self, picking_id)
    @api.model
  • search_pickings_for_pos(self, query, pos_session_id)
    @api.model
  • update_from_origin_picking(self, origin_picking)

New fields (1)
  • available_in_pos Boolean
    help='If checked, associated pickings will be available in the point of sale, to be changed and paid in it' string='Available in Point Of Sale'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/12.0/pos_picking_load
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYPoint Of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSSylvain LE GAL, Ivàn Todorovich, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Du-ma
WEBSITE
WEBSITEhttps://github.com/OCA/pos
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
    - point_of_sale
    - web_editor
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
assets assets ir.ui.view qweb Inherits point_of_sale.assets
index index ir.ui.view qweb Inherits point_of_sale.index
view_pos_config_form pos.config xpath Inherits point_of_sale.pos_config_view_form
view_sale_order_form sale.order field Inherits sale_stock.view_order_form_inherit_sale_stock
view_stock_picking_form stock.picking field Inherits stock.view_picking_form
view_stock_picking_type_form stock.picking.type field Inherits stock.view_picking_type_form
Models touched (5)

New fields (2)
  • iface_load_picking Boolean
    default=True string='Load Pickings'
  • iface_load_picking_max_qty Integer
    default=10 required=True string='Max Picking Quantity To Load'
Public methods (0)

No public methods.

New fields (1)
  • origin_picking_id Many2one → stock.picking
    comodel_name='stock.picking' readonly=True string='Origin Picking'
Public methods (2)
  • create_from_ui(self, orders)
    @api.model
    Cancel the original picking, when the pos order is done
  • create_picking(self)
    @api.multi
    Call super() for each order separately with the origin picking id in the context. The new picking will be updated accordingly in the picking's action_confirm()

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This Sale Order has beend replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (0)

No public methods.

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This picking has been canceled, because it has been replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (4)
  • action_confirm(self)
    @api.multi
    Assign to same procurement group as the origin picking
  • load_picking_for_pos(self, picking_id)
    @api.model
  • search_pickings_for_pos(self, query, pos_session_id)
    @api.model
  • update_from_origin_picking(self, origin_picking)
    @api.multi

New fields (1)
  • available_in_pos Boolean
    help='If checked, associated pickings will be available in the point of sale, to be changed and paid in it' string='Available in Point Of Sale'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/pos
GIT
GIThttps://github.com/OCA/pos.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/pos/tree/8.0/pos_picking_load
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYPoint Of Sale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSStefan Rijnhart, Pedro M. Baeza, Sylvain LE GAL, GitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - point_of_sale
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
assets_backend pos_picking_load assets ir.ui.view qweb Inherits web.assets_backend
index_pos_picking_load POS Index Picking Load ir.ui.view qweb Inherits point_of_sale.index
view_pos_config_form pos.config field Inherits point_of_sale.view_pos_config_form
view_sale_order_form sale.order field Inherits sale_stock.view_order_form_inherit
view_stock_picking_form stock.picking field Inherits stock_account.view_picking_inherit_form2
view_stock_picking_type_form stock.picking.type field Inherits stock.view_picking_type_form
Models touched (5)

New fields (2)
  • iface_load_picking Boolean
    default=True string='Load Pickings'
  • iface_load_picking_max_qty Integer
    default=10 required=True string='Max Picking Quantity To Load'
Public methods (0)

No public methods.

New fields (1)
  • origin_picking_id Many2one → stock.picking
    comodel_name='stock.picking' readonly=True string='Origin Picking'
Public methods (2)
  • create_from_ui(self, orders)
    @api.model
    Cancel the original picking, when the pos order is done
  • create_picking(self)
    @api.multi
    Call super() for each order separately with the origin picking id in the context. The new picking will be updated accordingly in the picking's action_confirm()

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This Sale Order has beend replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (0)

No public methods.

New fields (1)
  • final_pos_order_id Many2one → pos.order
    comodel_name='pos.order' help='This picking has been canceled, because it has been replaced by this PoS Order' readonly=True string='Final PoS Order'
Public methods (4)
  • action_confirm(self)
    @api.multi
    Assign to same procurement group as the origin picking
  • load_picking_for_pos(self)
    @api.multi
  • search_pickings_for_pos(self, query, pos_session_id)
    @api.model
  • update_from_origin_picking(self, origin_picking)
    @api.multi

New fields (1)
  • available_in_pos Boolean
    help='If checked, associated pickings will be available in the point of sale, to be changed and paid in it' string='Available in Point Of Sale'
Public methods (0)

No public methods.