“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 […]
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 […]
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 […]
Automated actions can be used to automatically trigger actions based on some conditions. We can use them to automatically perform some operations on records that meet certain criteria or based on time conditions. Automated Actions are a powerful way to add functionality to Odoo without any programming. Also, if you are using Odoo Online you […]
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 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 […]