How To Make a Field read-only in Odoo? | Odoo development | How to create field read-only in Odoo 14 – CBMS Odoo ERP

In some cases,we need to make fields of a model read-only with no need to edit in a particular condition.In odoo we can define each field for that condition. In this video it discusses on how to make a field read-only. #odoocustommodule #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical #Field #readonly #Odoo #Odoo #development #create #field […]

How to set color in Tree view based on conditions – CBMS Odoo ERP

In Odoo sometimes we may need to differentiate records based on some factors. We have seen the feature in some modules, for instance, in the tree view, the records are separated with different colors. Furthermore, based on the conditions the records are displayed in different colors. Therefore, it becomes highly helpful to find and identify […]

How to create snippet options in Odoo Theme | Building a Theme | Odoo 14 Website Builder – CBMS Odoo ERP

Odoo provides a Website Builder feature to build our own custom website meeting your specific business requirements. However, to this, one can also easily add the snippets by drag and drop option making the odoo application all more user-friendly and adaptive. #odoothemes #odoowebsitebuilder #odoo14themes #odoo #odoo14 #odootechnical #odoo14technical Based on our business scenario we may […]

How to add new sequence in Odoo – CBMS Odoo ERP

Sequential fields in Odoo are also called auto-increment fields and an auto-increment number is generated every time a new record is generated. #newsequenceinodoo #odootutorial #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical If we need to add a sequence field for naming to our custom model, we can do it easily by incrementing the name field. We can […]

How to Set Alert Messages on Form Views | Odoo XML – CBMS Odoo ERP

In some cases, based on conditions or values we want to show alert messages to users to show that. In odoo, we can use alert messages in the view xml based on the conditions. This video shows how to show such alert messages on form views. #odoocourse #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical #Set #Alert #Messages […]

Odoo Website Support | Odoo Development – CBMS Odoo ERP

In this video, we’ll be discussing how to use the Odoo website module to load data and use the default layout in Odoo. #odoowebsite #odoosupport #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical Odoo is a fully loaded ERP system that supports the mechanism for handling websites. Odoo has a dedicated module for handling such uses. Users can […]

How to Show Sample Data in Odoo Tree or Kanban View ? – CBMS Odoo ERP

From version 14, Odoo has introduced a new interactive way to display their models. They provide the opportunity to display dummy data if no records exist within the model while accessing their tree, kanban, graph, or pivot view. These data appear as blurred views in their respective view forms and this gives the user a […]

Automated Actions Using Odoo 14 Studio – CBMS Odoo ERP

Automated actions can be used to automatically trigger actions based on some conditions. We can use them to automatically perform some operations on records that meet certain criteria or based on time conditions. Automated Actions are a powerful way to add functionality to Odoo without any programming. Also, if you are using Odoo Online you […]