🎥 Welcome to CBMS — your go-to source for mastering Odoo development and customization! 🎓 In this channel, we simplify complex Odoo concepts with clear, practical tutorials. In today’s video, we break down the use of the delete=”false” attribute in Odoo’s list view. 🧠 What you’ll learn: ✅ What the delete attribute does in list views […]
In Odoo, notebook and pages are UI (User Interface) elements used primarily in form views to organize and display data in a structured, tabbed layout.A notebook is a container in Odoo XML views that holds multiple pages. It represents a tabbed interface, allowing users to navigate between different sections of a form without leaving the […]
The two field definitions, image_1920 = fields.Image(string=”Student Image”) and image_1920 = fields.Binary(string=”Student Image”), both serve the purpose of storing image data in an Odoo model, but they have some key differences in how they are intended to be used and how Odoo handles them by default. Here’s a breakdown of the distinctions: fields.Image(string=”Student Image”) Intended […]
In Odoo, a security file is typically a CSV file or XML that defines access control rules and record rules for different user groups. These files are used to restrict or grant permissions to models (tables) in the database. link: Types of Security Files in Odoo Access Control List (ACL) Files (ir.model.access.csv) Defines CRUD (Create, Read, […]
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 […]
In today’s competitive business environment, effective communication with customers is crucial. One way to enhance customer engagement is by sending product specifications directly to their email. Odoo 17, a powerful open-source business management software, makes this task easy and efficient. Sending product specifications to customers via email in Odoo 17 is a simple and effective […]
In this video, we are discussing the difference between a computed field and an on-change field, how values are fetched into it, and its use cases. #odoo15videos #odooonchange #odoocompute #odoo15onchange #odoo15compute #apionchange #depends Connect With Us: ➡️Website: ➡️Email: info@mycbms.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: What is onchange function? What is compute function? What is compute […]
Report actions (ir. actions.report) are the actions which trigger the printing actions of a report. By using different fields one can represent the type, name, paper format, etc of the report. Field ‘report_type’ represents the type of the report whether it is a PDF report (qweb-pdf) or HTML report (qweb-html). Attributes used in Report Action: […]
Odoo ERP Integration Odoo is the world’s easiest all-in-one management software. Odoo can integrate with third-party software to offer you a complete suite of business applications To help you grow your business. Odoo Integrations is easy to configure. Odoo Integrations help to manage your entire business from one platform. Payment Gateway Integrations We design gateways […]