TIP: You can type at any time to perform a new search.
Point Of Sale - Store Draft Orders
pos_store_draft_order · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Point of Sale
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.odoo-community.org
- Last tracking update
- 2026-08-07 07:03:07
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, Rafael Blasco
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
pos_config_view_form |
pos.config | form | Inherits point_of_sale.view_pos_config_form | |
pos_order_view_form |
pos.order | form | Inherits point_of_sale.view_pos_order_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
allow_store_draft_orderBooleanhelp='If you check this field, users will have the possibility to let some PoS orders in a draft state, and allow the customer to paid later.\nOrder in a draft state will not generate entries during the close of the session.'string='Allow to Store Draft Orders'
No public methods.
New fields (1)
-
is_partial_paidBooleancompute='compute_is_partial_paid'store=Truestring='Is Partially Paid'
-
compute_is_partial_paid(self)@api.one@api.depends('state', 'statement_ids')
New fields (0)
No new fields.
Public methods (2)-
create(self, vals)@api.modelRecover all PoS Order in 'draft' state and associate them to the new Pos Session -
wkf_action_closing_control(self)@api.multiRemove all PoS Orders in 'draft' to the sessions we want to close. Check if there is any Partial Paid Orders