How to use _name_seach function in Odoo | Name Search Function in Odoo | Odoo ORM Methods – CBMS Odoo ERP

Name search function is an odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on a partial value for a relational field. #odooorm #odootechnicalvideo #odoodevelopmentvideos #odoo #odoo14 #odootechnical #odoo14technical #_name_seach #function #Odoo #Search #Function #Odoo #Odoo […]

Odoo Module Versioning | Odoo module version number – CBMS Odoo ERP

This video explains why versioning a module is necessary for odoo, Whenever a new module is developed or must evolve, the versioning policy should be respected. As modules (and the core framework itself) evolve, it is necessary to identify modules by their version so a sensible set of modules can be chosen for a particular […]

How To Create Page in Odoo Website – CBMS Odoo ERP

In this video it helps to create a page on the website from the backend of odoo. It creates a template record in XML and renders it in the controller. #odoodevelopment #odoowebsite #odoo14 #odoo #odootechnical #odoo14technical The Odoo website module will add up to the aspect of website building as well as website management operations. […]

How To Create Sequence Numbers in Odoo | How To Set Sequence Number in Odoo – NEW – CBMS Odoo ERP

Sequence numbers in Odoo are auto-incremented field which gets generated each time whenever a new record is created for a particular model. #newsequenceinodoo #odoodevelopment #odootutorial #odoo #odoo14 #odootechnical #odoo14technical In this video, we’ll be discussing in short how we can create a sequence field for a model in Odoo. #Create #Sequence #Numbers #Odoo #Set #Sequence […]

Building a Website – URLs and Routing in Odoo – CBMS Odoo ERP

This video, it explains how URLs and Routing are done in odoo. We know, Controller methods are associated with routes via the route() decorator which takes a routing string and a number of attributes to customize its behavior or security. #odoowebsite #odoo14 #odoo #odoo14 #odootechnical #odoo14technical #Building #Website #URLs #Routing #Odoo