Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Leo Le Bouter
erp5
Commits
d62e03ad
Commit
d62e03ad
authored
Jul 29, 2020
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZODB Components: More modules to ignore from migration.
parent
5e11e463
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
product/ERP5/Document/BusinessTemplate.py
product/ERP5/Document/BusinessTemplate.py
+18
-0
No files found.
product/ERP5/Document/BusinessTemplate.py
View file @
d62e03ad
...
...
@@ -6505,6 +6505,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
_migrate_exception_set
=
set
([
## Bootstrap
'Products.ERP5.ERP5Defaults'
,
'Products.ERP5Type.mixin.response_header_generator'
,
'Products.ERP5.ERP5Site'
,
'Products.ERP5Type.XMLObject'
,
'Products.ERP5Type.ImmediateReindexContextManager'
,
...
...
@@ -6513,6 +6514,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.interfaces.json_representable'
,
'Products.ERP5Type.mixin.json_representable'
,
'Products.ERP5Type.XMLExportImport'
,
'Products.ERP5Type.mixin.property_translatable'
,
'Products.ERP5Type.Base'
,
'Products.ERP5Type.Tool.BaseTool'
,
'Products.ERP5Type.ERP5Type'
,
...
...
@@ -6521,6 +6523,9 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.Globals'
,
'Products.ERP5Type.TransactionalVariable'
,
'Products.ERP5Type.UnrestrictedMethod'
,
'Products.ERP5Type.ConflictFree'
,
'Products.ERP5Type.Workflow'
,
'Products.ERP5Type.TranslationProviderBase'
,
# Dynamic classes
'Products.ERP5.interfaces.property_recordable'
,
'Products.ERP5.mixin.property_recordable'
,
...
...
@@ -6556,7 +6561,10 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5.Document.BaseCategory'
,
'Products.ERP5.Document.Node'
,
'Products.ERP5.Document.MetaNode'
,
'Products.ERP5Type.mixin.matrix'
,
'Products.ERP5Type.XMLMatrix'
,
'Products.ERP5.interfaces.variated'
,
'Products.ERP5.mixin.Variated'
,
'Products.ERP5.Document.Resource'
,
'Products.ERP5.Document.MetaResource'
,
'Products.ERP5.Document.Category'
,
...
...
@@ -6601,6 +6609,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
## Unit Tests
'Products.ERP5Type.tests.custom_zodb'
,
'Products.ERP5Type.tests.ERP5TypeFunctionalTestCase'
,
'Products.ERP5Type.tests.ProcessingNodeTestCase'
,
'Products.ERP5Type.tests.ERP5TypeLiveTestCase'
,
'Products.ERP5Type.tests.ERP5TypeTestCase'
,
'Products.ERP5Type.tests.ERP5TypeTestSuite'
,
...
...
@@ -6608,6 +6617,9 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.tests.runUnitTest'
,
'Products.ERP5Type.tests.SecurityTestCase'
,
'Products.ERP5Type.tests.Sequence'
,
'Products.ERP5Type.CodingStyle'
,
'Products.ERP5Type.tests.CodingStyleTest'
,
'Products.ERP5Type.tests.CodingStyleTestCase'
,
## Classes which are not actual ERP5 objects and we do not handle that
## in ZODB Components (IOW it should be a Portal Type as class) and
## according to jp, this is not needed as everything should be Portal
...
...
@@ -6648,6 +6660,10 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Form.Interactor.FieldValueCacheInteractor'
,
## No need to migrate
'Products.ERP5Type.PsycoWrapper'
,
'Products.ERP5.tests.extractMessageCatalog'
,
'Products.ERP5.tests.erp5_url_checker'
,
'Products.ERP5Type.tests._testSQLBench'
,
'Products.ERP5Type.tests._testPystone'
,
# Deprecated and used only in SimulationTool._solveMovementOrDelivery()
'Products.ERP5.DeliverySolver.Copy'
,
'Products.ERP5.DeliverySolver.DeliverySolver'
,
...
...
@@ -6668,12 +6684,14 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5.interfaces.legacy_extensible_traversable'
,
'Products.ERP5Type.JSON'
,
'Products.ERP5Type.JSONEncoder'
,
'Products.ERP5.Variated'
,
# Monkey patches or used by monkey patches ; Restricted Python
'Products.ERP5Type.Calendar'
,
'Products.ERP5Type.Collections'
,
'Products.ERP5Type.Timeout'
,
'Products.ERP5Type.ZipFile'
,
'Products.ERP5Type.ZopePatch'
,
'Products.ERP5Type.tests.backportUnittest'
,
# Replaced by Interaction Workflow for ERP5 object
'Products.ERP5Form.Interactor.FieldValueCacheInteractor'
,
'Products.ERP5.Interactor.PortalTypeClassInteractor'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment