Computed Fields and @api Depends on Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

How to Define a Calendar View in Odoo15 | Advanced Views in Odoo 15 | Calendar View in Odoo15 – CBMS Odoo ERP

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 […]

Odoo 15 Time Off Management | Odoo 15 Time Off Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

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 […]

Traditional Prototype Inheritance in Odoo 15 | Inheritance in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]