How to Manage Section & Notes on Product Lines | Duplicate or Delete Section | Odoo 19 Tutorials – CBMS Odoo ERP

In Odoo 19, managing sections and notes in the Sales Order lines (often referred to as “Product Lines”) can be done either via the user interface or through customization, depending on what exactly you want to achieve — delete or duplicate them. 📌 Context: In Sales Orders (or Invoices), sections are used to group product […]

EP-31 Delete Attribute in Odoo 18 Form View | How to Restrict Delete Record From Form View | Odoo 18 – CBMS Odoo ERP

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

How to Override Delete Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can override the unlink() method to customize the delete functionality for a specific model. This method is called when a record is deleted. By overriding it, you can add your custom logic or restrictions before allowing the deletion to proceed. #odoo17 #odootutorials #odoodevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@mycbms.com […]

How to Override Delete Function in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

This video explains how to override the delete function in odoo16. The function which gets executed on deleting a record is the unlink method of the model. #odoo16 #odoodevelopment By overriding the unlink method of the corresponding model we can even add additional functionality while we delete a record. #odootutorials Connect With Us: —————— ➡️ […]

How to Override Delete Function in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

This video is about the overriding delete function in Odoo15. The function which is executing while we delete a record is the unlink method of the model. #odoo15videos If we want to include any additional functionality while we delete a record we will need to override the corresponding models’ unlink method. #odoo15developmentvideos #odootechnicalvideos Connect With […]