diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.xml
index 0be9f11e8f6fc8f09af76a0b2d6f7be546601c92..7252e8ba958cc2c4e4ba955eb70268698bdf84b1 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_checkNamingConventions.xml
@@ -81,7 +81,7 @@
 # - Check skin names.\n
 # - Check script names (from skin folders and workflows).\n
 \n
-ABBRIVIATION_WORD_LIST = ( \'ID\', \'URL\', \'VAT\', \'FAX\', \'GAP\', \'IBAN\', \'BBAN\', \'EAN\', \'BOM\', \'BIC\'\n
+ABBRIVIATION_WORD_LIST = ( \'ID\', \'URL\', \'URI\', \'VAT\', \'FAX\', \'GAP\', \'IBAN\', \'BBAN\', \'EAN\', \'BOM\', \'BIC\'\n
                          , \'CSV\', \'SVN\', \'UBM\', \'VPN\', \'CAD\', \'ERP5\'\n
                          )\n
 ABBRIVIATION_WORD_DICT = dict([(word, 1) for word in ABBRIVIATION_WORD_LIST])\n
@@ -237,6 +237,12 @@ return ("%d problems found :\\n\\n" % len(message_list)) + \'\\n\'.join(message_
               <none/>
             </value>
         </item>
+        <item>
+            <key> <string>_owner</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
         <item>
             <key> <string>_params</string> </key>
             <value> <string>html_output=1</string> </value>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log
index b9943c2258321053ff1b3945593e0636586837a3..0f74a9aee3e4d9c2527ecf5d69c3d7192bfd8932 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/change_log
+++ b/product/ERP5/bootstrap/erp5_core/bt/change_log
@@ -1,3 +1,6 @@
+2006-08-25 Stefan
+* Update naming convention script.
+
 2006-08-23 jerome
 * remove Base_TranslateString
 
diff --git a/product/ERP5/bootstrap/erp5_core/bt/id_generator b/product/ERP5/bootstrap/erp5_core/bt/id_generator
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index f70d7bba4ae1f07682e0358bd7a2068094fc023b..d2e1cefe89e17269cf846b1b537654757ac8b735 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-42
\ No newline at end of file
+44
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/bt/version b/product/ERP5/bootstrap/erp5_core/bt/version
index 0fa2d8a6af398040ab36f52957bd7bf21695c712..567044fe8440574a7aa8cc3924371c8992cd6f35 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/version
+++ b/product/ERP5/bootstrap/erp5_core/bt/version
@@ -1 +1 @@
-1.0rc9
\ No newline at end of file
+1.0rc10
\ No newline at end of file