Approvals are frequently related to workflows and business processes in Odoo, wherein authorization is needed for specific actions or transactions to be accomplished. Workflows in Odoo specify which parties have the power to accept or reject documents and data, as well as how they go through the various stages. Approval procedures may be set up […]
In this video, we are discussing about basic views in odoo15 and how to define a view in odoo development. #odoo15 #odoodevelopment #odooviews #Basic #Views #Odoo #Odoo #Development #Tutorials
In this video, you can see how to override a delete function. This is used whenever we need to customize, make alerts or call some methods while deleting a record in Odoo. #Odoo #Odoo14 #OdooTechnical #Odoo14Technical #Override #Delete #Function #Odoo #Development #Video
Relational Fields provide the option to link the data of one model with the data of another model. In Odoo, relational field types are One2many, Many2one, Many2many. #relationalfields #one2many #many2manyodoo #Odoo #Odoo14 #OdooTechnical #Odoo14Technical An One2many field is a one-way direction of selecting multiple records from a table. For example, a Sales Order can contain […]
In this video, we explain how to do field editing on a website. As we know Data that is specific to a record should be saved on that record. #odoowebsite #odoowebsitebuilder #odoo #odoo14 #odootechnical #odoo14technical #Editing #Fields #Odoo #Building #Website #Field #Editing
In this video, you can see How to pass a context value in odoo from python and XML. #odooxml #odootutorials #odoo14 #odoo #odootechnical #odoo14technical #Pass #Context #Odoo
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 […]