How to Show a Specific View on Action in Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to show a specific view on the action in Odoo development. #odootechnicalvideos Video Contents ————————- 00:10 Introduction 00:30 Specific view on an action By mentioning the Id of a record in the view_id of an act window we can show that specific view when the corresponding record action […]

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