Securing the database is very important to keep data safe in odoo and to isolate customer databases running on the same cluster. So we need to make the best practices in terms of users, passwords, access control management. Video Contents: 00:00 Introduction 00:35 Key points to secure Odoo 13 database 01:27 Secure Odoo 13 Database […]
Odoo 13 Manufacturing Functional Training 2020 Watch DAY 2: What is manufacturing? In simple words, Manufacturing is the process of converting an input into output or the conversion of raw materials into finished goods or products. In a company manufacturing is one of the difficult processes. They have to be very careful in the process […]
An asset category is the asset type which is having similar attributes. In Odoo 13 we may not find an option of asset category rather asset model. In Odoo 12 it was an asset category whereas in Odoo 13 accounting it is labeled as an asset model. We can create asset models to make our […]
In this video, we are going to describe “How to create a company in odoo13 We can create companies from settings — users & company — Companies — Create. Provide basic details like Address, Email, Logo, Parent company details, etc… of the company under the General Information Tab. The dropdown menu gives all the allowed […]
Odoo 13 Enterprise vs Community Odoo can be entitled as a complete package of ERP solution, it is constantly switching to a newer version every year with more updated features which can make the business planning stronger. With an extensive list of new features the latest version of Odoo ie. Odoo 13 which is 5x […]
This video explains about the pivot view in odoo. In Pivot view, data can be represented as tables, a dynamic analysis matrix. Pivot view repeatedly generates table dynamically, while changing the field or row or column. The user can select the row and column field to represent the table. Each time when a user changes […]
Graph views provide a graphical view of the data, in the form of Bar chart, Pie chart, and Line chart. The graph view is an aggregation of all the records in a model, which is generally visualized in bar, pie, and line. The default type of graph is a pie chart – to change it […]
Calendar view provides a timeline – schedule view for the data, they display records as events in a daily, weekly, or monthly calendar. Their root element is “Calendar” Get the module from our repository: Available attributes on the calendar view are: date_start (required): name of the record’s field holding the start date for the event […]
Odoo Tree Views can take supplementary attributes to further customize their behavior: decoration-{$name} allow changing the style of a row’s text based on the corresponding record’s attributes. In this video, we will discuss how you can add colors to the tree view based on conditions. Get the module from our repository: As in the Odoo […]