Wednesday, November 3, 2021
1 change · master
Features or functions removed from Odoo
This change removes old, unused pieces from Odoo's translation tooling. It has no expected impact on users, but helps keep the codebase simpler and easier to maintain.
Original PR description
Remove unused code of translate.py file: - remove unused trans_parse_rml method (since 3425752) - remove unused in_modules method (since eb04aa1) - remove unused ENGLISH_SMALL_WORDS set (since d85bf78) - remove unused node_pattern compiled regex (since 085e972) task-2678192