How to Create Record Rules in Odoo 16 | Security in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video describes record rules in Odoo 16 and how to create record rules in Odoo 16. In business, there are different types of records. And it is essential to provide proper security for those records. In odoo this is managed using Record Rules. #odoo16 #odoodevelopment #odootutorials Connect With Us: ——————– ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: […]

View Inheritance in Odoo 16 | Inheritance in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

View inheritance is the process of modifying an existing view. This may be adding a new field, adding a button, adding attributes to an existing field, etc. In this video, we are discussing how to inherit an existing view to add new fields or make changes to it. Connect With Us: —————— ➡️Website: ➡️Email: info@cybrosys.com […]

How to Super Create/Write Functions in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video describes how to super-create and write functions in Odoo 16. a) create() method is called when a new record is created in Odoo whereas b) write() method is called when an existing record is being edited. Supering the create() method helps to add any feature when a record is being created. #odootutorials Similarly, […]

How to Create PDF Report in Odoo 16 | Printed PDF Reports | Odoo 16 Development Tutorials – CBMS Odoo ERP

The growth of an organization can be done systematically using reporting. Here this video explains reporting by pdf reports. #odootutorials #odoo16 Qweb reports are used to convert XML to HTML. Reports are triggered using report actions. #odoodevelopment Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Create #PDF #Report #Odoo #Printed #PDF […]

Security in Odoo 16: Groups and Access Rights in Odoo | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video let’s check how to manage security groups and access rights in Odoo 16 ERP. #odootutorials #odoo16 Security access in Odoo is configured through security groups in Odoo. Permissions are given to groups and users are assigned to particular groups. #odoodevelopment Video Chapters 00:00 Introduction 00:39 Creating access rights records in odoo 04:00 […]

Kanban View in Odoo 16 | Odoo 16 Development Tutorials | Advanced Views in Odoo 16 – CBMS Odoo ERP

Odoo supports different types of views, such as a tree, form, kanban, graph, and so on. In this video let’s check how to create a Kanban view in Odoo. #odootutorials #odoodevelopment #odoo16 The kanban view displays the records halfway between a list view and a non-editable form view Video Chapters 00:00 Introduction 00:46 Creating Kanban […]

Advanced Views – Pivot View in Odoo 16 | Odoo 16 Development Tutorials | Advanced Pivot View – CBMS Odoo ERP

In this video, it explains how to create a pivot view by using particular measures such as count. #odoo16 Pivot view helps the user to analyze the operations and which have different options to filter reports based on specific fields used in the model, which allows downloading a report. #odoodevelopment #odootutorials Connect With Us: ———————- […]

Advanced Views – Search View in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Odoo helps to filter out the particular record quickly. It will not only display, the content and is used to filter the content of other views rather than form view. This video shows about search view in odoo 16. Video Chapters 00:00 Introduction 00:46 Search View #odoo16 #odootutorials #odoodevelopment For More Videos Subscribe to our […]

Tree View Decoration Attribute in Odoo 16 | Odoo 16 Development Tutorials | Advanced Views in Odoo – CBMS Odoo ERP

In odoo, we can add colors and styles to each record in a tree view using the decoration attributes. This feature will help us to identify different records in the tree view #odoo16videos #odootutorials #odoodevelopment Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Tree #View #Decoration #Attribute #Odoo #Odoo #Development #Tutorials […]

Computed Fields & @api depends in Odoo 16 | Odoo Tutorials | Odoo 16 Development Tutorials – CBMS Odoo ERP

In this video, it explains about computed fields, In some cases, we need some fields whose Computation, is based on some other ones. #odootutorials #odoo16videos Odoo Provides a solution for it ie, Computed Fields.It is just like any other regular field along with an additional argument compute which can be stored directly from the database. […]