diff --git a/account_budget_forecast/__manifest__.py b/account_budget_forecast/__manifest__.py index e8034dd..36b4b4a 100644 --- a/account_budget_forecast/__manifest__.py +++ b/account_budget_forecast/__manifest__.py @@ -81,6 +81,7 @@ This module is maintained by ELABORE. "views/budget_coefficient.xml", "views/budget_coefficient_model.xml", "views/product_template_form.xml", + "views/project_views.xml", "views/hr_employee.xml", "views/actions.xml", "views/assets.xml", diff --git a/account_budget_forecast/views/project_views.xml b/account_budget_forecast/views/project_views.xml new file mode 100644 index 0000000..9d33407 --- /dev/null +++ b/account_budget_forecast/views/project_views.xml @@ -0,0 +1,13 @@ + + + + project.task.form.budget.forecast + project.task + + + + + + + + \ No newline at end of file