Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• Point of Sale (point_of_sale) • Discuss (mail) • Inventory (stock) |
Lines of code | 2212 |
Technical Name |
pos_reserve_order_app |
License | OPL-1 |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 |
POS Reserve Order in Odoo
This app used to reserve a pos order as per customers requirement. customer can pay and confirm the order later, cancel any item if required, change delivery date.

Reserve an Order for Customers
User can reserve an order for customers after customer pays partially for the order.

Reserve Order and Pay Later
User can reserve orders and pay later for the order.

Cancel, Pay and Decide Delivery Date
User can cancel, pay and decide delivery date.

Configure Cancellation Type in POS
User can configure cancellation type for reserved cancelled orders.

Cancellation Charges for Orders
User can set cancellation charges for orders.

Minimum Amount for Reserve Orders
User will get error if he/she tries to reserve order, less than the minimum amount.
Module Working Flow

Description
POS Order Reservation Configuration

Reserve Order in POS Screen
Select products for customers. you can pay partially for the order and reserver the order.

Select payment method. add partially payment amount.

Show Remaining amount and Total due details, now reserve products.

Add Delivery Date then Apply.

Print POS Receipt.

Printed POS Receipt.

Show/Update Previous Reserved Orders
Click on "Reserved Order" button, user can cancel order, pay for the order and also change delivery order date.

Click on "Reserved Order" button, user can cancel order, pay for the order and also change delivery order date.

Pay partial amount for reserve order.

Cancel reserve order.


Update Delivery Date for reserve order.

Reserved Products
User can see all reserved products with reserved quantity, order reference.

User can see all reserved products with reserved quantity, order reference.

Cancel Order
Cancellation charges will be applied if customer wants to cancel any product according to configuration.

Reserved Order Stock Movement
Stock movement will be created automatically for the reserved product with the configured reserved location.

Our Services
Get In Touch
You will get 60 Days free support in case any bugs or issue.
For any query or support contact us without hesitation on
edgetechnologies.odoo@gmail.comOdoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
When will this be available for version 18?
Support
Hello,
We need your feedback please
Best regards
Support
Hello!
We purchased your module because it seemed to be what we needed for our client, but there were some errors that caused some issues in Odoo for not following the best practices. I will list them so your can correct them, please:
create_from_ui: has been completely reimplemented, without calling any super methods. In this way, it ignores all the basic behavior of Odoo and only takes into account the behavior of the module. It doesn't allow POS invoices to be generated, only orders.
action_pos_order_paid: has been completely reimplemented, without calling any super methods. It's constantly giving errors because it's also calling a method that doesn't exist in the pos.order object.
_accumulate_amounts: has been completely reimplemented, without calling super methods. It gives an error when launching payments when we have the pos_online_payments app installed, which is a basic app.
Also, it is not possible to generate invoices at the POS, only booking orders, and even when we try to generate only normal orders it also gives an error when registering the payment.
Could you provide a correction? If not, we would like a refund of the value of the app, since it is unusable.
Thanks!