Follow up on invoices in odoo13 – CBMS Odoo ERP

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 – CBMS Odoo ERP

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 Paytm Payment Gateway Integration – CBMS Odoo ERP

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 […]

Setting default value for fields in Odoo 13 – CBMS Odoo ERP

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: […]

Computed fields and @api.depends in Odoo 13 – CBMS Odoo ERP

In this video, we are going to learn about computing fields, how it works, and @api.depends on 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 […]

View Inheritance in Odoo 13 – CBMS Odoo ERP

In Odoo 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 old class/model, properties, methods and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend […]

Inheritance – Delegation Inheritance in Odoo 13 – CBMS Odoo ERP

In Odoo 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 old class/model, properties, methods and views in new class/model. This concept is related to Object Oriented Programming. In Odoo/ERP we extend […]

Inheritance – Traditional Prototype Inheritance in Odoo 13 – CBMS Odoo ERP

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 […]

Inheritance – Traditional Class Inheritance in Odoo 13 – CBMS Odoo ERP

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 old class/model, properties, methods and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend […]