From e5855c0bb7d074073e682dfb672ca32e95ea1b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= Date: Tue, 12 Nov 2019 03:38:26 +0000 Subject: [PATCH] project: make Project Cell use OrderCell class erp5_project does not depend on erp5_budget, so instanciating project cell fail unless erp5_budget is installed. Project Cell are not used by default, so it's still a bit unclear, but with erp5_budget we can directly define budgets by project / project lines in a more flexible (but also more complex). Project Line uses OrderLine, so it's consistent to use OrderCell for Project Cell. --- .../PortalTypeTemplateItem/portal_types/Project%20Cell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Cell.xml b/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Cell.xml index 4c692422e78..7d04f61d81e 100644 --- a/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Cell.xml +++ b/bt5/erp5_project/PortalTypeTemplateItem/portal_types/Project%20Cell.xml @@ -60,7 +60,7 @@ type_class - BudgetCell + OrderCell -- 2.30.9