Monday, August 24, 2026
1 change · saas-18.4
Code cleanup and technical improvements
This update removes redundant internal logic from the Gulf invoice localization module. It does not change invoice behavior, but helps keep the system easier to maintain and reduces the risk of future inconsistencies.
Original PR description
Remove create() and _compute_narration() method overrides from l10n_gcc_invoice as they only existed to call _load_narration_translation(), which has already been disabled. The parent class implementations handle all required functionality. Keeps the codebase clean by removing unnecessary method overrides. Forward-Port-Of: odoo/odoo#281565 Forward-Port-Of: odoo/odoo#281395