How to Split Bills in Odoo 15 PoS | Odoo 15 Enterprise Edition | Odoo 15 Point of Sale – CBMS Odoo ERP

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 […]

Product Info Box in Odoo 15 PoS | Odoo 15 Point of Sale | Odoo 15 Enterprise – CBMS Odoo ERP

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 […]

How to Load Field to PoS in Odoo 14 – CBMS Odoo ERP

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 […]