Tuesday, October 25, 2022
2 changes · master
Resolved issues and error corrections
Demo and test records for several country-specific accounting modules were adjusted to match stricter invoice partner consistency checks. This helps keep sample data and automated tests aligned with the latest validation rules, reducing false failures and setup issues.
Original PR description
adapt demo/test files to be compliant with the new constraint checking inconsistencies between partners on the move and on its move.line (for invoices) see [PR#87523](https://github.com/odoo/odoo/pull/87523)
Badges now display with the correct rounded shape without requiring an extra styling class. This keeps status labels and visual indicators consistent across several Odoo apps, improving clarity and polish for users.
Original PR description
Mirror changes in community, https://github.com/odoo/odoo/pull/98547 . Solve an issue causing badges to have incorrect border-radius unless the `rounded-pill` class was added.