TIP: You can type at any time to perform a new search.
POS Order Load and Save
pos_order_load · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Point Of Sale
- Folder size
- 0.3 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/pos
- Last tracking update
- 2026-08-07 07:17:47
- Authors
- Akretion, Odoo Community Association (OCA), GRAP
- Maintainers
- Akretion, Odoo Community Association (OCA), GRAP
- Committers
- Sylvain LE GAL, Weblate, Invitu, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
pos_order_load assets | ir.ui.view | qweb | Inherits web.assets_backend |
index_pos_order_load |
POS Index Order Load | ir.ui.view | qweb | Inherits point_of_sale.index |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (3)-
create_from_ui(self, orders)@api.modelRemove from the 'orders' list all orders where amount_return is < 0 (because that means they are not paid, but just in draft state). * call a specific function for the draft orders list * call the parent create_from_ui() for the remaining orders -
load_order(self, order_id)@api.model -
search_read_orders(self, query)@api.model
Loading…