TIP: You can type at any time to perform a new search.
Point of Sale - Picking Creation Delayed
pos_picking_delayed · OCA/pos
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_delayedBooleandefault=Truehelp='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.'
No public methods.
New fields (1)
-
has_picking_delayedBooleandefault=Falsehelp='This checkbox is checked if the generation of the picking has been delayed. The picking will be created by cron.'
-
create_from_ui(self, orders, draft=False)@api.model
New fields (1)
-
picking_creation_delayedBooleanreadonly=Falserelated='pos_config_id.picking_creation_delayed'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…