Saturday, May 24, 2025
2 changes · master
Features or functions removed from Odoo
The stock module no longer keeps unused position information for locations. This simplifies the data model and removes fields that were already absent from the location form, with minimal impact on day-to-day users.
Original PR description
These fields are completely unused, and even considering those as "purely informative", they were removed from the location form since [1]. [1] 9410e0c --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes an obsolete customization for Indian invoice report titles. Invoice titles now rely on the updated standard behavior, ensuring taxable invoices are labeled as “Tax Invoice” in line with government guidance while reducing unnecessary maintenance.
Original PR description
Follow up of commit https://github.com/odoo/odoo/commit/64c206744afc66b64571d7d125eb92914d69bf5b In this commit- we remove the method `_get_l10n_in_customer_invoice_title` because it is of no longer use and as mentioned above in the above commit it was historical mistake and now we only replace the invoice title becuase as per the government guidelines an invoice having tax would have title of `Tax Invoice` --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr