From bee765c310f586984a8a48180d923cb6147242b5 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Thu, 24 Aug 2006 09:04:06 +0000 Subject: [PATCH] id_generator property of business templates should not be commited (this does not apply to modules stored in the business template, just to the business template object itself). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9378 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Document/BusinessTemplate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index 524a34f729..7da93bc8f0 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -4331,7 +4331,7 @@ Business Template is a set of definitions, such as skins, portal types and categ prop_type = prop['type'] id = prop['id'] if id in ('id', 'uid', 'rid', 'sid', 'id_group', 'last_id', - 'install_object_list_list'): + 'install_object_list_list', 'id_generator'): continue value = self.getProperty(id) if prop_type in ('text', 'string', 'int', 'boolean'): -- 2.30.9