Found 311 presentations matching your search
This slide will show how to set domains for a field in odoo 17. Domain is mainly used to select reco...
This slide will represent how to fix the error field does not exist in a model in Odoo 17. So if yo...
In Odoo, the pivot view is a graphical representation of data that allows users to analyze and summa...
ORM(Object Relational Mapping) is a concept or technique which acts as a bridge between your program...
The _order attribute is used to set a specific default sort order for the records when they are retr...
The Point of Sale Product Screen in Odoo is a central interface that provides various functionalitie...
This slide will guide us through the process of predicting vendor bill products based on previous pu...
In Odoo, hooks are functions that are presented as a string in the __init__ file of a module. They a...
Odoo allows users to split long shifts into multiple segments directly from the Gantt view.Each segm...
In Odoo 17, CogMenu (or Configuration Menu) is a feature typically found in various modules that all...
This slide will show Split & Merge Manufacturing Orders in Odoo 17 Manufacturing. Splitting the ...
This slide will show how to add domain in Many2One field in Odoo 17.Domains can be used to search fo...
In this slide, we’ll discuss about the get_metadata method in Odoo. It will return metadata about ...
In many businesses, products come in various sizes, colors, or attributes. These variations are kno...
In odoo we can dynamically create views via sql query. This is immensely helpful when we want fields...
There are several important aspects in case of customer address in odoo. The main importance is to i...
In Odoo we can identify the records by using sequence numbers. Sequence numbers are unique identifie...
One of the key aspects contributing to efficient sales management is the variety of views available ...
The pricing and discounting feature is very essential for Odoo POS. Global discount is actually a di...
In this slide, we'll explore the deferred expenses feature in the Odoo 17 Accounting App. Deferr...
There are 3 types of inheritance in odoo Classical, Extension, and Delegation. Delegation inheritanc...
Models are the basic building block of Odoo. Generally we use models to store the data in the databa...
In this slide, we will learn how to add filters in Odoo 17. Filters are a powerful tool that allows ...
An import error occurs when a program fails to import a module or library, disrupting its execution....