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, linking an action to a menu item is a common task when creating custom modules or modifying existing ones. Here’s how you can do it step by step: 1. Define the Action This can be a window action, report action, etc. Most commonly, it’s a ir.actions.act_window to open a form/list view. 2. Create […]
Creating a Window Action in Odoo 18 involves defining an action that opens a view (like a list, form, kanban, etc.) for a particular model. Window actions are usually defined in XML and can also be created manually through the UI or programmatically using Python if needed. Here’s how you can create one via XML, […]
Select Kanban cards to perform mass actions using the ALT + click shortcut on desktops or the long press on mobile devices. ALT + H — Back to homescreen ALT + C — Create new contact ALT + U — Open settings of the view ALT + 1 — Open contact menu ALT + 2 — Open configuration […]
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 […]
In Odoo, we have two types of buttons they are “Object Type” and “Action Type”.In the case of the Object type button, the Python method mentioned in the name attribute of the button will be executed on button click but in the case of Action type, it’s possible to call an action record using the […]
This video enables you to understand the Merge action Manager menu in Odoo 15 Data Cleaning module Video Content ———————— 00:00 Introduction 00:45 Merge action manager 01:32 Configure merge action model 06:52 Go to Sales module 07:00 Merge configured model More than two data combine effortlessly into a single data set through the data merging […]
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 […]
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 […]
In this video, we discuss how to perform some action after updating or making changes to an existing record #odoodevelopmentvideos #odootutorials #odootechnicalvideos Connect With Us: ———————— ➡️Website: ➡️Email : info@mycbms.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Action #Record #Edited #Odoo #Technical #Videos #Editing #Existing #Records