In this video, learn how to create custom KPIs and implement them in your periodic digest emails with Odoo Studio! 0:00 – Intro 0:53 – Digest Email Backend 1:51 – Create a Custom KPI Field 3:37 – Models, Fields, and Code 6:21 – Demo 8:24 – Conclusion **Check out more Odoo tutorials** – Studio playlist: […]
In Odoo, a Scheduled Action (also called a cron job). Scheduled Actions in Odoo are automated tasks that run at set intervals without user input. They are used for things like sending reminder emails, updating reports, or cleaning up old data. You can set them up in Settings → Technical → Scheduled Actions, choosing: What […]
In Odoo, actions are predefined operations that determine what happens when a user interacts with a menu item, button, or other UI elements. Actions define how views, reports, wizards, or other operations behave in response to user input. Types of Actions in Odoo Window Actions (ir.actions.act_window) Used to open views (form, tree, kanban, etc.). Example: […]
In this video, learn how to use scheduled actions in the Odoo Subscriptions app. **Check out more Odoo tutorials**- Subscriptions: **App documentation** -Scheduled Actions: -Models and Basic Fields: – All Subscriptions docs: **See what Odoo can do for you!** – Schedule a demo: – Start a free trial: #Scheduled #actions #Subscriptions #Odoo […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how you can create automation rules using Odoo Studio. Need more information about Odoo apps? Discover Odoo, schedule a demo, or start your own Odoo revolution for free (no credit […]
Odoo has a flexible way to define actions and menus. In this video, we are discussing about menu creation and window actions while clicking on a particular menu item. #odoo16videos #odootutorials #odootraining Video Chapters 00:00 Introduction 00:23 Menu creation in Odoo 02:44 Actions in Odoo Connect With Us: ———————- ➡️Website: ➡️Email: info@mycbms.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: […]
In this video, we can discuss how to create meu and their action from code. Odoo has a flexible way to define menu, sub-menu, and actions. The main attraction is that one can create a menu and sub-menu from code as well as UI, which makes Odoo more user-friendly. A user can directly create a […]
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 […]
Window actions (ir.actions.act_window) are the most common action types. It is used to present the visualization of the data models through different types of views. It gives instructions to the GUI client and is usually used by menu items or buttons in views. white_check_markeyesraised_hands Its fields are: res_model model to present views for views a […]
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, […]