From b356e91a75a095fb5b735c0ed7c87278a9c1d579 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Fri, 6 May 2022 16:08:31 +0200
Subject: [PATCH] fixup! base,core: move RoundingTool and RoundingModel to
 erp5_core

"template_keep_path_list" definition was wrong, the tool is uninstalled
when updating in wrong order
---
 bt5/erp5_base/bt/template_keep_path_list | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bt5/erp5_base/bt/template_keep_path_list b/bt5/erp5_base/bt/template_keep_path_list
index 5fa3381c66..2e8d8c33bc 100644
--- a/bt5/erp5_base/bt/template_keep_path_list
+++ b/bt5/erp5_base/bt/template_keep_path_list
@@ -1,5 +1,5 @@
 portal_components/document.erp5.RoundingModel
-portal_components/document.erp5.RoundingTool
+portal_components/tool.erp5.RoundingTool
 portal_components/interface.erp5.IRoundingTool
 portal_introspections
 portal_memcached/persistent_memcached_plugin
-- 
2.30.9