From 48a3444d15a45cf212472fac9969e3964f9ef939 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 28 Jun 2017 09:59:15 +0000
Subject: [PATCH] test/CodingStyle: document exceptional prefixs

---
 product/ERP5Type/CodingStyle.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Type/CodingStyle.py b/product/ERP5Type/CodingStyle.py
index 8f10ae23c5..96787a81b7 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
   ))
 
-- 
2.30.9