- Have you encountered slow record deletions in Odoo, especially in models with multiple relationships (Many2one, One2many, etc.)?
- Does deleting large volumes of data (such as during cleanup, archiving, or module uninstallation) take a noticeable amount of time?
- Have you observed delays caused by cascade deletions or foreign key constraint checks?
- If yes, how are you currently handling these situations? (e.g., batching, custom scripts, raw SQL, or other workarounds)
We are trying to understand:
- How frequently this issue occurs in real-world Odoo deployments
- At what data scale it starts becoming a bottleneck
Your feedback and real-world experiences would be extremely valuable in helping us identify practical requirements for improving Odoo performance.
Regards