How to Make Sure One2Many Records Are Deleted When the Parent Record Deleted in Odoo 17 – CBMS Odoo ERP

In Odoo 17, to ensure that One2many records are deleted when the parent record is deleted, you need to configure the One2many field with the proper ondelete attribute. This attribute controls the behavior of related records when the parent record is deleted. Set ondelete=’cascade’ on the One2many field to automatically delete related records when the […]

Automations | Odoo Studio – CBMS Odoo ERP

Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how you can create automation rules using Odoo Studio. Need more information about Odoo apps?  Discover Odoo, schedule a demo, or start your own Odoo revolution for free (no credit […]

How to Make a Duplicate of Your Odoo 17 Database | Odoo 17 Development Tutorials – CBMS Odoo ERP

In many business scenarios, it becomes essential to conduct test runs or experiments on existing data to ensure the stability and effectiveness of new features or processes. #odoo17 However, directly modifying the original dataset poses risks of unintended consequences or data corruption. To mitigate these risks, it’s common practice to create a duplicate or clone […]