Record rules are conditions that records must satisfy for an operation (create, read, update or delete) to be allowed. It is applied record-by-record after access control has been applied. by using the record rule we can control access to some specific records in that modules in space of control all the records but only for […]
Security – Groups and access rights in odoo 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 […]
Odoo is signified as a complete, all-in-one ERP Solution for different kind of businesses. No matter how big or small your business is, Odoo remains equally functioning and scalar in terms of its applicability. Some of the key modules offered by Odoo are CRM, Sales, Purchase, Inventory, Point of Sale, Accounting, Manufacturing, Human Resource, E-commerce […]
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 […]
As it is customary to tip in many countries all over the world, it is important to have the option in your PoS interface. Tips are a gesture of gratitude and customer satisfaction. In several businesses, customers often give tips to the people who served them. Sometimes the Tips will be great in value and […]
How to assign an owner for the product in Odoo13, Some suppliers can sometimes offer you to store and sell products without having to buy those items: this technique is called consignee stock. Consignee stock is a great way for manufacturers and suppliers to launch new products. As resellers may be reluctant to buying a […]
This video describes credit note in Odoo13.A credit note is also known as a credit memo, which is short for “credit memorandum. A Credit Note is a document issued by a vendor to a customer when goods are returned to the vendor after a sale. Credit notes act as a Source document for the Sales […]
Odoo SQL Constraints can be used to add validation to data before saving to database.SQL constraints are a part of PostgreSQL. Get the module from our repository: Related Videos: Configure Odoo 14 Project on Pycharm Ubuntu: Building a Module in Odoo 14: Composition of a module in Odoo 14: Module Structure in Odoo 14: Empty […]
Odoo Python Constraints ( api.constraints ) helps to validate specific fields given as it’s parameters. It will return a message if the data is invalid.api.constraints trigger a python method where the validation conditions are checked. Get the module from our repository: In this videos, you are going to learn odoo python constraints Related videos: Computed […]