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 […]
The kanban view is a kanban board visualization: it displays records as “cards”, halfway between a list view and a non-editable form view. view of your projects, opportunities, or leads. With a selected pipeline at the top, Records may be grouped in columns for use in workflow visualization or manipulation (e.g. tasks or work-progress management), […]
In this video, we will be discussing how we can override a method in Odoo 14 and the usage of the super method. By overriding a method we can change the implementation of that method, which is redefining that method. By using the super method we can override a method to change its default behavior […]
In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we […]
Odoo notes can be a great help to the businesses as it helps in getting things done in a simpler way. The module simply organizes your tasks with notes and to-do-lists. Firstly, install the Odoo Notes module from Odoo apps. As soon as you enter the dashboard, you see the different stages created such as […]
Odoo Rental Module is a new application introduced by Odoo from Odoo 13 version. Odoo rental management system eases the obtaining of products on rents for a certain period of time. Via Odoo rental the businesses can manage their resources and orders efficiently. Under Odoo Rental application it comes separate space for managing rental products, […]
This video explains about ‘Putaway rule in Odoo13’.A good warehouse implementation takes care that products automatically move to their appropriate destination location. Putaway is the process of taking products off the receiving shipment and putting them into the most appropriate location. A putaway strategy follows the same principle as removal strategies but affects the destination […]