Learn how to enhance user experience in Odoo 17 by adding tooltips to fields. Tooltips provide helpful hints or additional information when users hover over specific fields, improving usability and guiding users through the system. #odoo17 #odootutorials This tutorial demonstrates the steps to add tooltips to fields in Odoo 17, empowering users with contextual information […]
View inheritance is the process of modifying an existing view. This may be adding a new field, adding a button, adding attributes to an existing field, etc. In this video, we are discussing how to inherit an existing view to add new fields or make changes to it. #odoo17 #odootutorials #odoo17features #odoo17release #odoo17newfeatures #ViewInheritance #Odoo17Development […]
In odoo 17 the user can cancel quotation as bulk or single from the list view #odoo17 #odoo17features #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Cancel #Quotation #List #View #Odoo #Odoo #Features
In this video, we explore the Field Attribute-Index feature in Odoo 16. Learn how to optimize database performance by indexing specific fields in your Odoo models. Discover the benefits of indexing, such as faster data retrieval and improved search functionality. #odoo16 #odoodevelopment #odootutorials Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: […]
form view is used to display the data from a single record. We can create a form view using form tags. Which renders the single record. #odoodevelopment In this video, it explains about form view and its structural and semantic components and then how to create a form view in Odoo 16. #odoo16 #odootraining Connect […]
Tree View also known as list view shows multiple records in the form of a list Which looks like a table view with rows and columns. The tree view is defined inside a tree tag. Here in this video, explains about tree view and how to create a tree view in Odoo 16. #odootutorials #odoo16 […]
In this video, we are discussing about basic views in #odoo16 and how to define a view in odoo development. #odootutorials They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each of them represents a mode of visualization: form, list, graph, etc. […]
In Odoo an editable tree view has much more important in creating a new record or editing an existing record. #odoo15tutorials By enabling the editable tree view a user can easily create or edit the records. #odoo15technicalvideos To convert a tree view into an editable tree view we use the editable=’bottom’ or editable=’top’ attribute. It […]
In this video, we are discussing how to show a specific view on the action in Odoo development. #odootechnicalvideos Video Contents ————————- 00:10 Introduction 00:30 Specific view on an action By mentioning the Id of a record in the view_id of an act window we can show that specific view when the corresponding record action […]
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 […]