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@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: […]
In this video, we can discuss how to add a for loop in odoo. #odoodevelopmentvideos #odoo15videos #odoo15tutorials Video Content ———————— 0:00 Introduction 0:10 Compute Function 0:39 Showing the Singleton Error 1:11 Adding for Loop in Function Connect With Us: ———————— ➡️Website: ➡️Email : info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Add #Loop #Odoo #Odoo #Technical #Videos […]
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 […]
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 […]