You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to install the product_planned_price module in Odoo 18 Community Edition (CE), I encountered an issue related to its dependency chain.
Here is the dependency chain:
product_planned_price depends on product_replenishment_cost
product_replenishment_cost depends on account_multicompany_ux
account_multicompany_ux depends on account_reports
The problem is that account_reports is an Enterprise-only module and is not available in Odoo 18 CE. This makes the installation of product_planned_price fail in the Community Edition due to this indirect dependency.
Just reporting in case it's not intended, or if there's a suggested workaround for CE users.