In Odoo 16, you can add a new option to an existing selection field by modifying the field’s definition. A selection field is a field that allows the user to choose from a list of predefined options. #odoodevelopment #odoo16 1.To add a new option to an existing selection field, follow these steps, 2.Go to the […]
How to add a new column to the kanban view in Odoo 16 will be covered in this video. The custom field that you have created can be displayed in the view and we can give the view type for the fields to be displayed. #odoodevelopertutorials The view type for the view can be given […]
In this video, we’ll talk about using a function in Odoo 16 to establish a default value for a field.In odoo we can set the default value for a field using a function. #odoodevelopment The value of a field can be set using a function and the function value can be used as the default value for […]
In this video we will be discussing about on how we can load custom field PoS Odoo 16. #pointofsalesystem Video Chapters 00:00 Introduction 00:12 Adding new custom field 01:57 Loading field to POS #odoopos #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ […]
This video explains the reporting in Odoo 16. Like any other aspect of business management with Odoo, the platform allows users to create analytical reporting for the field service aspects. These reports can be viewed in bar, line, and pie charts depicting the quantitative analysis of each project and its tasks. #odoo16 #odooenterprise #odoofunctionalvideos Connect […]
In Odoo we have different states inside a record in order to track the changes that happen inside it. In some cases, we need to add some more states to the existing field. #odoodevelopment Which can be done using the selection_add attribute. In this video, it shows how can add new states to an existing […]
Many2many fields in odoo are used to create bidirectional relationships between two different models, which helps to create a table between two different models,any record on one side of the table can access the other one. Here in this video, it shows how can create a many2many field in Odoo 16 #odoodevelopment #odoo16 #odootutorials Connect […]
In odoo Many2one field is used to link the current model to another one. It shows the records of another model and links it with the current child model using a many2one relation. Here it shows how to create a many2one field in odoo 16 #many2one #odoo16 #odoodevelopment Connect With Us: ——– ➡️ Website: ➡️ […]
In this video, we are discussing how to define a Many2one field in odoo and its use cases in odoo development. A Many2one field relates the current model’s record with one among the many records of the second model, called the co-model. #Relations #Models #Many2one #Field #Odoo #Odoo #Development #Tutorials
In some cases, we need to update one2many fields based on the changes happening in the other field or depending on the other field.One2many field helps to store the records on the onchange function. It can be done by (0,0,val) in the onchange method. Here, this video describes how to update one2many field from onchange […]