author

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

Odoo for Trading Companies | Odoo Webinar 2021 – CBMS Odoo ERP

The key objective behind Webinar on Odoo for Trading Companies is to literate the Odoo users, Consultants, Partners, and other public on Odoo. The webinar envisions sharing how Odoo functions in various modules and how Odoo’s incorporation at the trading business place improves the operational speed and effectiveness. With Odoo ERP the user can manage […]

How to Configure Visibility of Buttons Based on User Groups and States in Odoo – CBMS Odoo ERP

The Button can have group attributes providing a list of groups. If the current user is not in listed groups, he can’t see the button. And the other attribute states. We can provide a list of states. The button will only be visible in that state. #odootutorials #odootechnical videos #Configure #Visibility #Buttons #Based #User #Groups […]