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 […]
In this video, we will discuss how to record timesheets on the tasks field services in Odoo. The time recording feature available in the Odoo Field Service module is beneficial for the authorities to get accurate information about the timesheets of each employee on each task. #odoo15fieldservice Video Contents ————————- 00:00 Introduction 00:26 Goes to […]
By using the many2many fields many records of one model can be linked to many records of another model. #odoodevelopmentvideos Sometimes we may need to unlink all the records from a many2many fields at once. #odoomany2many There are some flags that can be used to update the many2many field. one of them is, (5)- which […]
Here in this video, We are going to discuss how to add a new field to the kanban view in Odoo 15 #odoo15developmentvideos Video Contents ————————- 00:00 Introduction to Kanban View 00:48 Enabling Debug Mode 01:07 Adding the Field to Kanban View Odoo supports several views such as tree view, list view, kanban view, cohort […]
There are some flags that can be used to one2many fields. #odoodevelopmentvideos (0, 0, { values }) link to a new record that needs to be created with the given values dictionary #odoo15tutorials (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete […]