Saturday, October 14, 2023
4 changes · master
Enhancements to existing features
This update removes redundant inherited tax group definitions from the Argentina, Spain, and Sweden localization modules. It simplifies accounting configuration data without changing day-to-day business workflows.
Original PR description
…groups Description of the issue/feature this PR addresses: 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
This update removes an unused Ecuador invoicing setting and adds a way to deactivate outdated or rarely used payment methods. Businesses using Ecuador localization can keep payment method lists cleaner without changing core invoicing behavior.
Original PR description
Description of the issue/feature this PR addresses: 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
The import module setup flow has been simplified to rely on a single wizard instead of maintaining a separate Studio-specific override. This reduces duplicated behavior and should make the feature easier to maintain without changing the core business process.
Original PR description
The wizard is overriden by studio, but we don't really need it so, we modify it and we'll remove the override for studio. Description of the issue/feature this PR addresses: 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
Studio no longer keeps a separate version of the module import wizard because the needed behavior has been moved into the shared base product. This reduces duplicate maintenance and lowers the chance of inconsistencies between editions, with no expected day-to-day user impact.
Original PR description
The wizard that import module is overriden to simplify the one in wommunity which is not needed, so we moved the needed changes in community and remove this override.