Monday, February 13, 2023
2 changes · master
Features or functions removed from Odoo
This update removes obsolete code from the India localization module that no longer served any purpose. It helps keep the product easier to maintain without changing current business workflows or user-facing behavior.
Original PR description
both methods don't exist anymore and not used
This update removes code in Odoo's core data layer that could no longer be reached in normal operation. It has no expected impact on day-to-day users, but helps keep the system simpler and easier to maintain.
Original PR description
get_trans_func is only used when self.translate is callable Then only place where get_trans_func is used: https://github.com/odoo/odoo/blob/fe376d5/odoo/models.py#L3071-L3072 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr