Repository
OCA/pos · module folder · Try on Runboat
Module version
1.0.1
Category
Point Of Sale
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/pos
Last tracking update
2026-08-07 08:09:20
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.pos.picking.delayed res.config.settings form Inherits point_of_sale.res_config_settings_view_form
view_pos_order_form pos.order form Inherits point_of_sale.view_pos_pos_form
view_pos_order_tree pos.order tree Inherits point_of_sale.view_pos_order_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • picking_creation_delayed Boolean
    default=True help='Check this box if you want to delay the creation of the picking created by the PoS orders. If checked, the pickings will be created later, by a cron task.'
Public methods (0)

No public methods.

New fields (1)
  • has_picking_delayed Boolean
    default=False help='This checkbox is checked if the generation of the picking has been delayed. The picking will be created by cron.'
Public methods (1)
  • create_from_ui(self, orders, draft=False)
    @api.model

New fields (1)
  • picking_creation_delayed Boolean
    readonly=False related='pos_config_id.picking_creation_delayed'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…