TIP: You can type at any time to perform a new search.
Point Of Sale - Backup Draft Orders
pos_backup_draft_orders · OCA/pos
- Repository
- OCA/pos · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Point Of Sale
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.grap.coop
- Last tracking update
- 2026-08-07 06:56:11
- Authors
- Odoo Community Association (OCA), GRAP
- Maintainers
- Odoo Community Association (OCA), GRAP
- Committers
- Sylvain LE GAL
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Allow users to backup draft orders in Point Of Sale (Front end) =============================================================== Functionality: -------------- * Allow user to backup in the backoffice side orders selected in front-end; Copyright, Authors and Licence: ------------------------------- * Copyright: 2014, GRAP: Groupement Régional Alimentaire de Proximité; * Author: * Julien WESTE; * Sylvain LE GAL (https://twitter.com/legalsylvain); * Licence: AGPL-3 (http://www.gnu.org/licenses/);
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
create_from_ui(self, cr, uid, orders, context=None)- remove from the 'orders' list all orders where amount_return is < 0 (because that means they are not paid, but just saved) and put them in a 'saved_orders' list - call a specific function for the 'saved_orders' list - call the parent create_from_ui() for the remaining orders