diff --git a/contract_forecast/__manifest__.py b/contract_forecast/__manifest__.py index d32bb87b..f801591e 100644 --- a/contract_forecast/__manifest__.py +++ b/contract_forecast/__manifest__.py @@ -9,7 +9,7 @@ "license": "AGPL-3", "author": "ACSONE SA/NV," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/contract", - "depends": ["base", "contract", "queue_job", "product_contract"], + "depends": ["base", "contract", "queue_job"], "data": [ "security/contract_line_forecast_period.xml", "views/contract_line_forecast_period.xml",