From 1dc3ed1d7897766458820950e8fcb7ae729cc4d5 Mon Sep 17 00:00:00 2001 From: Luis Felipe Mileo Date: Thu, 11 Mar 2021 02:37:32 -0300 Subject: [PATCH] [NEW] Report > Contract Forecast Menu --- contract_forecast/__manifest__.py | 2 +- .../views/contract_line_forecast_period.xml | 30 ++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/contract_forecast/__manifest__.py b/contract_forecast/__manifest__.py index b2cc9ac8a..328c0c5f6 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"], + "depends": ["base", "account", "contract", "queue_job"], "data": [ "security/contract_line_forecast_period.xml", "views/contract_line_forecast_period.xml", diff --git a/contract_forecast/views/contract_line_forecast_period.xml b/contract_forecast/views/contract_line_forecast_period.xml index 2f1559165..0e046f7e8 100644 --- a/contract_forecast/views/contract_line_forecast_period.xml +++ b/contract_forecast/views/contract_line_forecast_period.xml @@ -44,7 +44,7 @@ - contract.line.forecast.period.tree (in + contract.line.forecast.period.pivot (in contract_forecast) contract.line.forecast.period @@ -57,4 +57,32 @@ + + contract.line.forecast.period.graph (in + contract_forecast) + + contract.line.forecast.period + + + + + + + + + + + Contract Forecast + contract.line.forecast.period + form + graph,pivot,tree + [] + + + +