Hi,
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.
Thanks in advance!