In this video, it describes about @api.onchange method on the client interface #onchangemethod @api.onchange decorator is used when the field’s value is changed. It can be used to validate data or trigger action. This method can be invoked on pseudo records that contain values of the form. #odoo15developmenttutorials Video Contents: #odoo15videos 0:00 Introduction 1:13 @api.onchange […]
In this video, we discuss defining default values for fields in odoo 15 by different methods. #odoo15development In odoo Sometimes we need to set a specific value for a field based on conditions. It can be possible using different methods, we can add specific value within the field using default and also by declaring default […]
In this video, we are discussing how to inherit an existing view to add new fields or make changes in it. #odooinherit When you create and inherit objects in some custom or specific modules, it is better to inherit (than to replace) from an existing view to add/modify/delete some fields and preserve the others. #odoo15tutorials […]
In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]
In this video, we are discussing how to define a calendar view in odoo15 and its use cases in odoo. #odoocalendarview No matter how big or small an industry is, it is always essential to organize meetings concerning the aspects of the company and its operations. #odoo15videos For both large and small-scale businesses, the Calendars […]
This video details about Odoo 15 Time off module, Odoo 15 Time Off refers to managing leaves of employees or employers in the company. #odootimeoff #odoofunctional #odoo15enterprise The module helps to determine leaves based on the hours worked on the day. Video Contents 00:00 – Introduction to Odoo 15 Time-Off Module 01:17 – Time off […]
In this video, we are discussing what is Delegation Inheritance in odoo15 and its use cases in odoo development. #odooinheritance #odoo15development #odoo15tutorials #Delegation #Inheritance #Odoo #Inherits #Odoo #Odoo #Development #Tutorials
Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend properties, fields, and views of an existing model in a modular way. In this video, we are going to learn about traditional Prototype inheritance […]
In this video, we are discussing what is a traditional class inheritance in odoo15 and its use cases in odoo15 development. #odooinhertance #odoodevelopmentvideos #odoo15videos #Traditional #Class #Inheritance #Odoo #Inheritance #Odoo #Development #Videos
In this video, we are discussing how to define a many2many fields in odoo and their use cases in odoo development. #odoomany2many #odoodevelopment #odoo15videos #Define #Many2many #Field #Odoo #Relations #Odoo #Models #Odoo #Development #Video