Monday, May 6, 2024
1 change
Code cleanup and technical improvements
This update removes a leftover initialization file from the l10n_generic_coa module, which was already removed in version 17.0. The file appears to have been accidentally left behind and is no longer needed. This cleanup helps keep the codebase organized and prevents confusion about which modules are actually active.
Original PR description
Description of the issue/feature this PR addresses: The module l10n_generic_coa was removed from version 17.0 but the __init__.py file is still there. I am not sure if this file is necessary or not, maybe for migration, but it looks like a mistake leaving it. Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr