Incoterms in Odoo 17 | Odoo 17 Functional Tutorials – CBMS Odoo ERP

“Incoterm” stands for International Commercial Terms, which are a set of standardized three-letter trade terms created by the International Chamber of Commerce (ICC). #odoo17 Incoterms are widely used in international commercial transactions to define the responsibilities and obligations of buyers and sellers regarding the delivery of goods, the transfer of risk, and the payment of […]

What are the Incoterms in Odoo 17? | Odoo 17 Functional Tutorial – CBMS Odoo ERP

Incoterm” stands for International Commercial Terms, and they are a set of standardized three-letter trade terms created by the International Chamber of Commerce (ICC). #odootutorials Incoterms are widely used in international commercial transactions to define the responsibilities and obligations of buyers and sellers regarding the delivery of goods, the transfer of risk, and the payment […]

How to Do Some Action After the Record Created in Odoo 15 | Automated Action in Odoo 15 | How to – CBMS Odoo ERP

In this video, we are discussing, How to perform some action after creating a record. #odootechnicalvideos Video Contents ————————- 00:10 Introduction 00:30 Creating Automated Action Automated actions can be used to automatically trigger actions based on some conditions. #odootutorials We can use them to automatically perform some operations on records that meet certain criteria or […]

Odoo Development – Automated Actions in Odoo 13 – CBMS Odoo ERP

Odoo development tutorials – Types of Actions in Odoo Get the module from our repository: Automated Actions (ir.cron) Actions triggered automatically on a predefined frequency. name Name of the automated action (Mainly used in log display) interval_number Number of interval_type uom between two executions of the action interval_type Unit of measure of frequency interval (minutes, […]

Odoo Development – Server Actions in Odoo 13 – CBMS Odoo ERP

Odoo developement tutorials – Types of Actions in Odoo Server Actions (ir.actions.server) class odoo.addons.base.models.ir_actions.IrActionsServer(pool, cr) Server actions model. Server action work on a base model and offer various type of actions that can be executed automatically, for example using base action rules, of manually, by adding the action in the ‘More’ contextual menu. Since Odoo […]