Daily updates from Odoo
Tuesday, August 12, 2025
2 changes
1 change
Code cleanup and technical improvements
This update reorganizes internal tests so the HTML builder can be tested without pulling in website-related dependencies. It also standardizes how test snippets are prepared, making future maintenance easier and reducing the chance of test instability.
Original PR description
**Description of the issue/feature this PR addresses** The `block_tab` test module was previously located within the `website/builder` test suite, causing unnecessary dependencies when testing `html_builder`. Additionally, test snippet setups within `block_tab` were inconsistent across the suite and difficult to read or maintain. **Current behavior before PR** - `block_tab` tests are part of the `website/builder` test suite. - Running `html_builder` tests requires loading website-related dependencies. - Test snippet setup varies between tests and is harder to follow. **Desired behavior after PR is merged** - `block_tab` tests are moved into the `html_builder` test suite. - `html_builder` can be tested independently without `website` dependencies. - Test snippet setup is standardized via a flexible helper, making it easier to implement and read. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Code cleanup and technical improvements
The Italian EDI withholding reporting functionality has been folded into its parent Italian EDI module, removing the need for a separate backport-specific module. This simplifies maintenance and keeps the same functionality available from the main localization package.
Original PR description
This commit integrates the functionality from the `l10n_it_edi_withholding` module into its parent, `l10n_it_edi`. The separate module was originally created to backport this feature to a stable version (16.0), making it obsolete now. Original commit: https://github.com/odoo/odoo/commit/90f9f9f23478bd54625c152c7f5ab2d0c18e3780 See odoo/odoo#221365 See odoo/upgrade#8147 Task [link](https://www.odoo.com/odoo/project/967/tasks/4988044) task-4988044