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
Léo-Paul Géneau
erp5
Commits
fbb41737
Commit
fbb41737
authored
Aug 03, 2020
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZODB Components: More modules to ignore from migration.
parent
308be58f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
product/ERP5/Document/BusinessTemplate.py
product/ERP5/Document/BusinessTemplate.py
+19
-0
No files found.
product/ERP5/Document/BusinessTemplate.py
View file @
fbb41737
...
@@ -6519,8 +6519,16 @@ Business Template is a set of definitions, such as skins, portal types and categ
...
@@ -6519,8 +6519,16 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.mixin.json_representable'
,
'Products.ERP5Type.mixin.json_representable'
,
'Products.ERP5Type.XMLExportImport'
,
'Products.ERP5Type.XMLExportImport'
,
'Products.ERP5Type.mixin.property_translatable'
,
'Products.ERP5Type.mixin.property_translatable'
,
'Products.ERP5Type.Error'
,
'Products.ERP5Type.Errors'
,
'Products.ERP5Type.interfaces.category_access_provider'
,
'Products.ERP5Type.interfaces.value_access_provider'
,
'Products.ERP5Type.interfaces.property_translatable'
,
'Products.ERP5Type.mixin.property_translatable.py'
,
'Products.ERP5Type.Base'
,
'Products.ERP5Type.Base'
,
'Products.ERP5Type.Tool.BaseTool'
,
'Products.ERP5Type.Tool.BaseTool'
,
'Products.ERP5Type.interfaces.local_role_generator'
,
'Products.ERP5Type.interfaces.local_role_assignor'
,
'Products.ERP5Type.ERP5Type'
,
'Products.ERP5Type.ERP5Type'
,
'Products.ERP5.mixin.expression'
,
'Products.ERP5.mixin.expression'
,
'Products.ERP5.Document.SQLMethod'
,
'Products.ERP5.Document.SQLMethod'
,
...
@@ -6549,9 +6557,11 @@ Business Template is a set of definitions, such as skins, portal types and categ
...
@@ -6549,9 +6557,11 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.Tool.PropertySheetTool'
,
'Products.ERP5Type.Tool.PropertySheetTool'
,
'Products.ERP5Type.tests.testDynamicClassGeneration'
,
'Products.ERP5Type.tests.testDynamicClassGeneration'
,
# ID generation
# ID generation
'Products.ERP5.interfaces.id_generator'
,
'Products.ERP5.Document.IdGenerator'
,
'Products.ERP5.Document.IdGenerator'
,
'Products.ERP5.Document.SQLNonContinuousIncreasingIdGenerator'
,
'Products.ERP5.Document.SQLNonContinuousIncreasingIdGenerator'
,
'Products.ERP5.Document.ZODBContinuousIncreasingIdGenerator'
,
'Products.ERP5.Document.ZODBContinuousIncreasingIdGenerator'
,
'Products.ERP5.interfaces.id_tool'
,
'Products.ERP5.Tool.IdTool'
,
'Products.ERP5.Tool.IdTool'
,
# Business Template
# Business Template
'Products.ERP5.Document.TrashBin'
,
'Products.ERP5.Document.TrashBin'
,
...
@@ -6563,6 +6573,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
...
@@ -6563,6 +6573,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
# Categories
# Categories
'Products.ERP5.Tool.CategoryTool'
,
'Products.ERP5.Tool.CategoryTool'
,
'Products.ERP5.Document.BaseCategory'
,
'Products.ERP5.Document.BaseCategory'
,
'Products.ERP5.interfaces.node'
,
'Products.ERP5.Document.Node'
,
'Products.ERP5.Document.Node'
,
'Products.ERP5.Document.MetaNode'
,
'Products.ERP5.Document.MetaNode'
,
'Products.ERP5Type.mixin.matrix'
,
'Products.ERP5Type.mixin.matrix'
,
...
@@ -6575,7 +6586,13 @@ Business Template is a set of definitions, such as skins, portal types and categ
...
@@ -6575,7 +6586,13 @@ Business Template is a set of definitions, such as skins, portal types and categ
# XXX: To split up maybe?
# XXX: To split up maybe?
'Products.ERP5Type.Utils'
,
'Products.ERP5Type.Utils'
,
# Cache Tool
# Cache Tool
'Products.ERP5Type.interfaces.cache_plugin'
,
'Products.ERP5Type.mixin.cache_provider'
,
'Products.ERP5Type.Cache'
,
'Products.ERP5Type.Cache'
,
'Products.ERP5Type.CachePlugins.BaseCache'
,
'Products.ERP5Type.CachePlugins.DistributedRamCache'
,
'Products.ERP5Type.CachePlugins.DummyCache'
,
'Products.ERP5Type.CachePlugins.RamCache'
,
'Products.ERP5Type.Tool.CacheTool'
,
'Products.ERP5Type.Tool.CacheTool'
,
# Securities
# Securities
'Products.ERP5Security.ERP5AccessTokenExtractionPlugin'
,
'Products.ERP5Security.ERP5AccessTokenExtractionPlugin'
,
...
@@ -6595,6 +6612,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
...
@@ -6595,6 +6612,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5.Document.Alarm'
,
'Products.ERP5.Document.Alarm'
,
'Products.ERP5Type.tests.testUpgradeInstanceWithOldDataFs'
,
'Products.ERP5Type.tests.testUpgradeInstanceWithOldDataFs'
,
# Any Constraints may be used by upgrader, right?
# Any Constraints may be used by upgrader, right?
'Products.ERP5.interfaces.predicate'
,
'Products.ERP5Type.Core.Predicate'
,
'Products.ERP5Type.interfaces.constraint'
,
'Products.ERP5Type.interfaces.constraint'
,
'Products.ERP5Type.mixin.constraint'
,
'Products.ERP5Type.mixin.constraint'
,
'Products.ERP5.Document.AttributeBlacklistedConstraint'
,
'Products.ERP5.Document.AttributeBlacklistedConstraint'
,
...
...
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