This video explains how to create a dashboard in Odoo. Dashboards and reports play a key role in visualizing the data and it also helps to highlight important information in a better way. This will help in situations where we need to make quick business decisions as it will display all the necessary information in […]
Odoo modules are collections of business logic that help to improve existing functionality or add new functionality in Odoo. Odoo is a modular framework, and all of the core modules are available in the Odoo addons. The path of the addons can be found in the Odoo configuration file. You can either place your custom […]
This video explains about forecast widget in the tree view. This feature is mainly used in sale orders to obtain the forecast report of a product from the order line. Video Content: 0:00 Introduction 0:20 We are checking the forecast widget in odoo 0:00 Open sale order 1:33 Goto pycharm and search for forecast widget […]
This video explains Odoo Wizards: Creating and launching. Odoo Wizards describe interactive sessions with the user (or dialog boxes) through dynamic forms. A wizard is simply a model that extends the class Transient Model instead of Model Wizard records are not meant to be persistent; they are automatically deleted from the database after a certain […]
Odoo comes with a default website structure. It is a very basic “theme” that provides minimal structure and layout. When you create a new theme, you are actually extending this. Indeed it’s always enabled in your setup and it acts exactly like the CMS’s base structure we mentioned above, except that you don’t have to […]
For odoo developing we have default structure like models, views, security, etc. models are the database tables, It contains fields and essential behaviors for storing the data. This video explains how to create new models in odoo. #odoo #odoodevelopment #odoomodels Visit our website for more Development Videos: #Create #Models #Odoo #Odoo #Development #Tutorial
In this video, the area is covered in Odoo security and is called record rule. Record rules restrict access rights to a subset of records. Records rules for the objects can determine who can access the object according to the rules set. One can manage rules based on access modes for the object. Video Contents […]
Security access in Odoo is configured through security groups: permissions are given to groups and then groups are assigned to users. Odoo has a lot of groups. Once you know about groups, you can select groups from the list of groups. Security is a major concern when an application is considered. We can control what […]
A search view defines the search options that will be available in the views. The Search view defines the ‘fields’ to be searched when a user types in the search box. We can also set predefined filters as well as data Grouping options with the help of the search view. The root element of the […]
Gantt view provides a timeline view for the data. Generally, it can be used to display project tasks and resource allocation in odoo 14. A Gantt chart is a graphical display of all the tasks that a project is composed of. Each bar on the chart is a graphical representation of the length of time […]