Friday, May 16, 2025
1 change
Features or functions removed from Odoo
Unused backend methods were removed from the Sign and Sales Subscription areas. This cleanup reduces maintenance overhead without changing expected user-facing behavior.
Original PR description
This commit removes the following unused methods: **Sign module** : - `open_log`: no longer used after this PR : https://github.com/odoo/enterprise/pull/38571/files - `open_template`: no longer used after this PR : https://github.com/odoo/enterprise/pull/75291/files - Removed `_get_font`, `_get_normal_font_size`, `_get_page_size`, and `_get_preview_values` from the sign.template model because they are already defined and used in the sign.document model after this PR :https://github.com/odoo/enterprise/pull/81766/files **Sale_subscription module**: - `_get_subscription_qty_to_invoice`: no longer used after this PR : https://github.com/odoo/enterprise/pull/75150/files task:4783798