Daily updates from Odoo
Tuesday, November 14, 2023
1 change · master
Features or functions removed from Odoo
This update removes older compatibility paths and deprecated testing helpers across multiple Odoo Enterprise modules. It helps keep the codebase aligned with current platform requirements and reduces maintenance risk without introducing expected user-facing changes.
Original PR description
### [REM] *: change deprecated `odoo.tests.common.Form` import In the community PR, we have now properly deprecated `odoo.tests.common.Form` to remove the backwards compatibility one day. Then fix all of those imports. ### [REM] web_studio: use no-deprecated method for testing `write_company_and_print_report` was deprecated and now removed, use another method of `res.company` for `test_07_forbidden_record`. ### [REM] sale_ebay: remove unnecessary Python version check Since https://github.com/odoo/odoo/pull/136904, we only accept Python version greater than or equal to 3.10. Remove unnecessary Python version check. https://github.com/odoo/odoo/pull/140861 https://github.com/odoo/upgrade/pull/5359