Monday, August 21, 2023
1 change
Features or functions removed from Odoo
The separate Purchase Enterprise module has been removed because it no longer added meaningful functionality. Its remaining demo data and action settings are now handled directly in the main Purchase app, simplifying the app structure without changing day-to-day purchasing features.
Original PR description
before this commit, purchase_enterprise module is not adding any functionality to the system, other than adding few demo data records and passing a context to an existing action. initially this module is added to bring the dashboard functionality to the purchase app, but with the introduction of the new spread sheet app, the added dashboard is removed from the purchase_enterprise app in this commit: odoo/enterprise@61c8314 after this commit, this demo data and context is moved to the purchase app and remove the purchase_enterprise app. Related CE: https://github.com/odoo/odoo/pull/126335