Offering an easy bill-splitting solution to your customers will leave them with a positive experience. That’s why this feature is available out-of-the-box in the Odoo Point of Sale application. #odoopos To activate the Bill Splitting feature, go to Point of Sales ‣ Configuration ‣ Point of sale and select your PoS interface. #odoo15pos Under the […]
When you are in the Odoo 15 POS interface, you can’t easily retrieve the information related to your products. #odoo15pos You have to go back to the back-end to check your product’s stock details, cost details… #odoo15functionalvideos So now in Odoo 15, a new product info option is added along with the product displayed in […]
If we add a new field in the backend and want them to be displayed in POS, we can use the load_fields method in the ‘PosModel’ initialization function. eg:- var models = require(‘point_of_sale.models’); models.load_fields(‘model’, ‘field_name’); In order to upload the new model to POS, we use load_models(models, options). Load the odoo model when the point […]
Odoo platform offers the option to manage orders in the PoS module where the users can reprint receipts, refund, and exchange orders. This video explains how to exchange orders and refund in Odoo 14 POS #odoo #odoo14 #odoopos #Exchange #Orders #refund #Odoo #POS
It is a difficult task to manage a point of sale business. In the modern world, it is not practical to depend completely on manual document management and activity tracking. An efficient ERP solution can be the best support in this situation. Odoo 14 offers a POS module, with added features, aiming to ensure comprehensive […]
Tips are a gesture of gratitude and customer satisfaction. In several businesses, customers often give tips to the people who served them. Sometimes the Tips will be great in value and we need to manage it properly. So here comes our question, how to handle this tip in Odoo. We can manage the tips given […]
Lots and serial numbers are the best methodologies available for the tracking of the product in inventory, retail operations, or wholesale establishments. Moreover, the products are assigned with a lot or a serial number at the time of their arrival at the warehouse or as if it completes the manufacturing process allowing the official to […]
Cash in Cash out option is available when we enable the ‘Cash control’ feature in pos settings. The cash in/out is also referred to as put money in and take money out. The put money in is the cash in and is primarily used to put money manually before starting your transfer from the register […]
This video explains how to generate sales details in Odoo 14 POS Community. All you need to do is go to the reporting tab under Odoo POS and select the option – sales details. Upon clicking you are navigated to a new window where you can add the start date and the end date for […]
We know that Odoo POS works both online and offline. Even if you lose the internet connection in between your session, there is less danger of data erosion as the system will be synchronized once it’s back online. Odoo POS offers an uninterrupted session, taking the orders even if the network connection is lost between. […]