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 […]
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 […]
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 […]
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 […]
Fiscal positions and tax mapping in odoo 13: Most often sales tax rates depend on your customer status or localization. To map taxes, Odoo brings the so-called Fiscal Positions. A fiscal position is just a set of rules that maps default taxes (as defined on product form) into other taxes. This video describes ‘how to […]
Odoo provides features of expiry products management. You can easily track the products based on their expiry date. You can sell the products with the least expiry first. In Odoo you can set an alert date by which users can set alert dates for a specific tracked product in stock. Only the products with tracking […]
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 […]
This video explains how to Setting up the default value for fields in Odoo 13 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 Module Structure Scaffold in Odoo 14: […]