Open HRMS Employee Shift Management | Odoo App | Shift Management App – CBMS Odoo ERP

Employee Shift Management is a component of the Open HRMS suit. This module allows the user to create and manage employee work shifts. #openhrms ℹ️ App link: The administrator can create various shifts according to the working hours and assign the Shift in the employee work contract. The module also helps to automatically assign new […]

Inheritance – Delegation Inheritance | Inherits in Odoo | Odoo Development – CBMS Odoo ERP

In delegation inheritance provides more flexibility, we use the _inherits attribute. This is used if you want to sink another model in your current model without affecting the views. So the database tables contain fields in your model and also a field representing the inherited object. Read more about DIfferent Inheritance in Odoo: Video Contents: […]

Inheritance – Traditional Prototype Inheritance | inherits in Odoo | Odoo Development Tutorial – CBMS Odoo ERP

In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? 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 […]