Description Model Attribute in Odoo 16 | Odoo 16 Development Tutorial – CBMS Odoo ERP

_description attribute provides an informal, human-readable name for the modal. It is essentially a string that specifies a model’s name or purpose. This feature is often employed for the user interface. Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Description #Model #Attribute #Odoo #Odoo […]

How to Create a Toggle Button in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, we will be discussing how we can create a toggle button in odoo 16.  By using the toggle button, the user can choose between two states or two values. #odootutorials #odoo16 #odoodevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Create […]

How to Inherit a Field to a Existing One2Many Tree View in Odoo 16 | Odoo Development Tutorial – CBMS Odoo ERP

This video describes how to inherit the One2many field and add a new field to it. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Inherit #Field #Existing #One2Many #Tree #View #Odoo #Odoo #Development #Tutorial

How to Add Existing Field in One2Many Tree View in Odoo 16 | Odoo 16 Technical Videos – CBMS Odoo ERP

In this video tutorial, we will explore how to enhance the functionality of your Odoo application by adding an existing One2Many tree view. #odoo16 #odoodevelopment #odootutorials We’ll cover the step-by-step process of identifying the target model, locating the relevant tree view definition, and incorporating the One2Many field into the existing view. Connect With Us: ————————————— […]

How to Make a Field read-only in Odoo 16 | Field Attribute Read Only | Odoo 16 Development Tutorials – CBMS Odoo ERP

In Odoo 16, the “Readonly” attribute provides developers and administrators with the ability to control the accessibility of fields, ensuring that specific data remains unchangeable while still being visible to users. #odootutorials This attribute can be particularly useful in scenarios where you want to restrict editing privileges to maintain data integrity or to enforce business […]

Field Attribute Groups in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video we will be discussing about the field attribute group in odoo16. The field attribute group is used to give the fields group access according to the requirements. The field attribute groups will be hide the field according to access group defined. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: […]

Views in Odoo 16 Project Modules | Odoo 16 Project App | Odoo 16 Functional Tutorials – CBMS Odoo ERP

This video explains the views of the project. Odoo 16 Project module offers various views to evaluate each project. #odoo16 By selecting a particular project from the dashboard, you can see different visibility views for projects. #odoofunctionalvideos It includes Calendar, Kanban, Map,  Graph, and list view showing various details of each project, such as Title, […]

How to Solve Singleton Error in Odoo 16 | Odoo 16 Technical Videos | How to Resolve Singleton Error – CBMS Odoo ERP

A singleton error refers to an issue that occurs when attempting to create multiple instances of a class or object that is designed to have only one instance throughout the lifetime of an application. #odoo16 #odoodevelopment Singletons are commonly used in software development to ensure that there is only one instance of a particular object […]