Monday, April 29, 2024
1 change · 17.0
Resolved issues and error corrections
This fix ensures that when database constraints are removed from models in Odoo, they are properly deleted from the database tables. Previously, constraints were left behind, causing problems during system upgrades. This resolves a common source of upgrade failures.
Original PR description
Otherwise we leave the constraints in the table. Common source of upgrade issues. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#161115