diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index b76903329a5a36414b2257d0ceefba6efc9bfa65..f6eeda8c61c6e3d9e62126abf320e488500ea758 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -4117,8 +4117,6 @@ Business Template is a set of definitions, such as skins, portal types and categ id = prop['id'] if id in ('id', 'uid', 'rid', 'sid', 'id_group', 'last_id', 'install_object_list_list'): continue - if id in ('template_update_business_template_workflow', 'template_update_tool') and self.getTitle() != 'erp5_core': - continue value = self.getProperty(id) if prop_type in ('text', 'string', 'int', 'boolean'): bta.addObject(obj=value, name=id, path=path+os.sep+'bt', ext='')