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 […]
This video helps get details about Field Cleaning Rules in the Odoo 15 Data Cleaning module. Video Content ———————— 00:00 Introduction 00:17 Go to configuration & then field cleaning rule 00:34 Create a new field cleaning rule 01:17 Add rules 04:08 Create contact and apply the field cleaning rule We can automate the data cleaning […]
Odoo ERP system provides a complete solution for the proper management of field service activities by presenting the field service module. Field Service encompasses all operations that happen outside a firm. #odoo15expenses Video Contents ————————- 00:00 Introduction 00:26 Create Sales Order 02:23 Goes to Field Service Module 02:37 Create Task 06:35 Create Invoice There are […]
In this video, we will take a look at the steps to create new tasks for field services in Odoo 15. #odoo15fieldservices Video Contents ———————— 00:00 Introduction to Odoo 15 Field Services 00:58 Create Task in Odoo 15 Field Service 02:15 Collaborative pad 03:57 Timesheet tab 06:32 Recurrence The Odoo ERP system includes customizable business […]
This video is about how to add a new field to an existing model. A new field can be added to an existing model by inheriting the model. #odoodevelopmentvideos A view for this field can be given by inheriting the view we need to add this field too. #odoo15technical #odootutorials Connect With Us: ———————— ➡️Website: […]
In this video, we are discussing how to set a default value for a field using a function in odoo 15. #odoo15developmentvideos Video Content 00:10 Introduction 00:40 Set Default Value for a Field Using Function while defining a field we can set a default value for that field. If we want to get the default […]
In this video, we are discussing how to add a new option in an existing selection field in odoo. #odoodevelopmentvideos Video Contents 00:10 Introduction 00:45 Adding a New Item in Selection Field #odoo15videos First, we inherit the model in which the selection field is defined. Then we redefine the field by just adding the selection_add […]