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

How to Build Custom Module in Odoo 13? | Odoo Development Tutorial – CBMS Odoo ERP

The video tutorial includes the step-by-step procedure of building a custom module in Odoo version 13. Covers the areas of Models and field declarations, menus and various views (form, tree, search), security groups, and access rights. Video Contents: ————————– 00:00 Introduction 00:48 How to create a New Business Object 01:12 What is an ORM Layer […]