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

How to install additional python packages in odoo .sh #installodoo – CBMS Odoo ERP

Odoo sh is a cloud platform used for loading the Odoo instance. In order for Odoo to function in it, it requires the support of various python packages. #odoosh #installodoo #odooinstance #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing on how we can install additional python packages into our Odoo sh instance. #install […]