Found 56 presentations matching your search
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 this slide we’ll discuss how to call python function from menu item in odoo. Server action can ...
In the slide we’ll discuss the url actions in Odoo 17. Using this action we can redirect to a url ...
This slide will show the use of Safe_eval in Odoo 17. The eval function considers the “String” l...
This slide will represent how can we super Create/Write Functions in Odoo 17. The create method is i...
In Odoo, both the search and _search methods are used to find records. Search Method is a public, st...
The @api.onchange decorator in Odoo is indeed used to trigger a method when a field's value chan...
In this slide, we’ll discuss on how to use Init Hooks in Odoo 18. In Odoo, Init Hooks are essentia...
In Odoo 17, the tree view can be enhanced with aggregation features, enabling users to summaries suc...
This slide will shows the Float Operations in Odoo 17. Decimal accuracy is a measurement tool of Odo...
AttributeError in odoo is one of the most common errors in odoo which can be defined as the error ra...
In this slide, we’ll discuss the database population in Odoo 18. In Odoo, performance analysis of ...
ORM(Object Relational Mapping) is a concept or technique which acts as a bridge between your program...
In Odoo, we can set a default value for a field during the creation of a record for a model. We have...
Hooks are introduced to Odoo to perform additional operations during the installation, uninstallatio...
Our client distributes and sells products across the globe through wholesale, retail, and online cha...
Python test cases in Odoo 18 ensure code stability and validate business logic using the `unittest` ...
This slide explains how to load custom fields you've created into the Odoo 17 Point-of-Sale (POS...
Dynamic snippets in Odoo 17 are modular components that allow for the dynamic display of content on ...
This slide discusses how to delete or clear records in an Odoo 17 one2many field. We'll achieve ...
Odoo 17 Timesheet offers features to motivate employees and track their billing efficiency through b...
In Odoo, the "chatter" is a communication and collaboration feature embedded in various mo...
This slide will share how to leverage Owl.js to send chat messages and attachments to other users...