Found 19 presentations matching your search
In Odoo, both the search and _search methods are used to find records. Search Method is a public, st...
This slide will represent how can we super Create/Write Functions in Odoo 17. The create method is i...
Wizards are very useful for creating a good user experience. In all businesses, interactive sessions...
Scheduled actions in Odoo 18 automate tasks by running specific operations at set intervals. These b...
The Mapped function returns a collection of field values. It takes a string value as an argument rep...
In Odoo, the filtered function is a method provided by the Odoo ORM (Object-Relational Mapping) to f...
In Odoo, Hooks are Python methods or functions that are invoked at specific points during the execut...
In Odoo 17, you can enhance the visual appearance of your Kanban view by adding color-coded records ...
Mixin classes are helpful for developers to extend the models. Using these classes helps to modify f...
Models are the basic building block of Odoo. Generally we use models to store the data in the databa...
In odoo we can dynamically create views via sql query. This is immensely helpful when we want fields...
The map views are useful for providing a geographical representation of data. They allow users to vi...
Default_group_by is an attribute used on Odoo xml. Usually it is used with the view tags such as , ,...
In this slide, we’ll discuss the scheduled actions in odoo 17. Scheduled Actions in Odoo empower u...
_rec_name is intended to define the record value used to display it in search for many2one , breadcr...
In Odoo, we can set a default value for a field during the creation of a record for a model. We have...
In Odoo, the multi-company feature allows you to manage multiple companies within a single Odoo data...
In this slide, we’ll discuss on how to attach file using upload button Odoo 18. Odoo features a de...
fields_get allows for more flexible and dynamic Odoo customizations, making your modules more adapta...