Tuesday, October 29, 2024
1 change · master
Code cleanup and technical improvements
This update tidies the internal structure of several files by reordering imports and removing outdated header annotations. It does not change business behavior, but helps keep the codebase easier to maintain and align with current Odoo standards.
Original PR description
- Reordering and cleaning imports; - Removing encoding declaration; - Removing javascript module annotations (optional since commit Odoo/odoo@5f2c505836002ac7851c29c28d612f721d467bc4); Community PR: - https://github.com/odoo/odoo/pull/185347