Commit b0c0b70a authored by Arnaud Fontaine's avatar Arnaud Fontaine

meta_type and portal_type of SynchronizationTool class have been removed by mistake (291fafc5).

parent 02169995
...@@ -126,6 +126,9 @@ class SynchronizationTool(BaseTool): ...@@ -126,6 +126,9 @@ class SynchronizationTool(BaseTool):
new synchronization new data is compared with the one stored in signature new synchronization new data is compared with the one stored in signature
to detect changes. to detect changes.
""" """
meta_type = 'ERP5 Synchronizations'
portal_type = 'Synchronization Tool'
id = "portal_synchronizations" id = "portal_synchronizations"
security = ClassSecurityInfo() security = ClassSecurityInfo()
......
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