Thursday, November 24, 2022
3 changes · master
Features or functions removed from Odoo
This removes outdated menu entries for the Odoo Apps Store and Updates that no longer worked or were maintained. Users can still access app and theme listings through the existing Apps menu links, reducing confusion from broken options.
Original PR description
Those menus are supposed to be integrations with apps.odoo.com, but it doens't work and not maintained. Existing menus that open apps store links should be enough: * Apps >> Apps >> Theme Store --> https://apps.odoo.com/apps/themes * Apps >> Apps >> Third-Part Apps --> https://apps.odoo.com/apps/modules --- close #72902 close #74602 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 obsolete Association module has been removed because it had not been maintained for many years and only provided an unused menu item. This simplifies the product by removing clutter with minimal impact on users.
Original PR description
Association has not been updated since 2012 and only contains an useless menu item. 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 Enterprise web module no longer includes old code for App Store and Updates menus that have already been removed. This keeps the product cleaner and avoids maintaining unused functionality, with no expected impact on users.
Original PR description
Menus "Apps Store" and "Updates" are deleted in CE, so the js file is not needed anymore. See https://github.com/odoo/odoo/pull/106379