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
b29d164c
Commit
b29d164c
authored
Jun 11, 2020
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZODB Components: More modules to ignore from migration.
parent
4ca034ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
product/ERP5/Document/BusinessTemplate.py
product/ERP5/Document/BusinessTemplate.py
+13
-2
No files found.
product/ERP5/Document/BusinessTemplate.py
View file @
b29d164c
...
...
@@ -6468,6 +6468,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
_migrate_exception_set
=
set
([
## Bootstrap
'Products.ERP5.Tool.TrashTool'
,
'Products.ERP5.Document.BusinessTemplate'
,
'Products.ERP5.ERP5Site'
,
'Products.ERP5.genbt5list'
,
...
...
@@ -6492,7 +6493,12 @@ Business Template is a set of definitions, such as skins, portal types and categ
'Products.ERP5Type.Tool.ComponentTool'
,
'Products.ERP5Type.Tool.PropertySheetTool'
,
'Products.ERP5Type.tests.testDynamicClassGeneration'
,
## Used by SolverTool (TypeProvider)
# Upgrader
'Products.ERP5.Tool.AlarmTool'
,
'Products.ERP5.mixin.periodicity'
,
'Products.ERP5.Document.Alarm'
,
## TypeProvider
'Products.ERP5.Tool.SolverTool'
,
'Products.ERP5.interfaces.delivery_solver_factory'
,
## Unit Tests
'Products.ERP5Type.tests.custom_zodb'
,
...
...
@@ -6504,13 +6510,18 @@ 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'
,
# No need to migrate
#
#
No need to migrate
'Products.PloneHotfix20121106.allow_module'
,
'Products.PloneHotfix20121106.atat'
,
'Products.PloneHotfix20121106.ftp'
,
'Products.PloneHotfix20121106.get_request_var_or_attr'
,
'Products.PloneHotfix20121106.safe_html'
,
'Products.PloneHotfix20121106.setHeader'
,
'Products.MailTemplates.tests.example1'
,
'Products.MailTemplates.tests.example3'
,
'Products.MailTemplates.tests.example4'
,
# Backward compatibility
'Products.ERP5.Tool.Category'
,
])
security
.
declareProtected
(
Permissions
.
ManagePortal
,
...
...
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