How to Define Menu & Actions in Odoo 16 | Odoo 16 Development Tutorial | How to Create Menu in Odoo – CBMS Odoo ERP

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

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 Add a For Loop in Odoo 15 | Odoo Technical Videos | Odoo 15 Development Tutorials – CBMS Odoo ERP

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

What Is URLs and Routing in Odoo 15 | Building a Website in Odoo 15 – CBMS Odoo ERP

In this video, we are discussing How to use URLs and routing in odoo15. ‘@http.route’ is a decorator used for the routing purpose or it allows you to navigate to specific pages. #odoo15tutorials Video Contents ————————- 0:05 Introduction 0:16 URLs and Routing #odoo15developmentvideos Also, this helps to link the given URL to a specific webpage.‘/url’ […]

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

Odoo Development – Server Actions in Odoo 13 – CBMS Odoo ERP

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