Wednesday, October 22, 2025
1 change · saas-18.4
Features or functions removed from Odoo
An obsolete setup component for advance invoicing in external tax sales was removed because it is no longer used. This reduces maintenance overhead while keeping the process aligned with Odoo's standard behavior.
Original PR description
The `wizard/` folder contained only `sale_make_invoice_advance.py`, which overrode `_prepare_down_payment_lines_values` but is no longer used. All functionality now relies on Odoo's standard implementation. Forward-Port-Of: odoo/enterprise#95608