Commit 3637a4d5 authored by Jérome Perrin's avatar Jérome Perrin

CodingStyle: allow more prefixes

Probably we should be using interfaces instead, let's do this simple way
first and we'll improve later.
parent 265c6301
......@@ -63,19 +63,27 @@ def getSkinPrefixList(self):
# Add other prefix
skin_prefix_list.extend((
'ERP5Type',
# Modules (maybe should be interfaces)
'Module',
'OrderModule'
'DeliveryModule',
'PackingListModule',
# Base classes (maybe should be interfaces)
'Entity', # A base class for Person / Organisation
'PackingListLine',
# Catalog brains
'Brain',
'InventoryListBrain',
'TrackingListBrain',
'MovementHistoryListBrain',
# Zope classes
'DCWorkflow', # some workflow script use this, not sure it's correct.
'SkinsTool',
'MailHost',
'Entity', # A base class for Person / Organisation
'Zuite', # Products.Zelenium test suites
# ERP5Form
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment