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 […]
Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Get the module from our repository: This video explains about the onchange mechanism: @api.onchange in Odoo Related videos: Computed fields and @api.depends in Odoo 13: View Inheritance in […]
follow-up on invoices in odoo13, It is essential for your business to collect payments when they are overdue. Odoo will help you identify payments that are late and will allow you to send the appropriate reminders. this video describes ‘follow-up on invoices in odoo13’. Manage your follow-ups Odoo recommend that you reconcile your bank statements […]
Paytm is an Indian e-commerce payment system and financial technology company, based out of Noida, India. This Module helps to integrate Paytm Payment Gateway with your eCommerce Website. Hence Allow us to make payments via Paytm Payment Gateway. Steps: 1. After installation, open Invoicing and click on Paytm. 2. Enable the Payment Acquirer in the […]