diff --git a/product/ERP5Type/CodingStyle.py b/product/ERP5Type/CodingStyle.py
index 8f10ae23c5f65c7a67f6c9fd2f2d04972bf2b7f9..96787a81b7a17f0de375ceb1b2b344a397465a92 100644
--- a/product/ERP5Type/CodingStyle.py
+++ b/product/ERP5Type/CodingStyle.py
@@ -75,10 +75,11 @@ def getSkinPrefixList(self):
   # Add other prefix
   skin_prefix_list.extend((
     'Base',
-    'Entity',
     'NotificationTool',
     'ERP5Site',
     'ERP5Type',
+
+    'Entity', # A base class for Person / Organisation
     'Form', # Acceptable for ERP5 Forms which will soon become portal types too
   ))