Commit c28cbd16 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalog: clean up SQLCatalog.py

parent b62c0aca
...@@ -293,8 +293,7 @@ class Catalog(Folder, ...@@ -293,8 +293,7 @@ class Catalog(Folder,
Persistent, Persistent,
Acquisition.Implicit, Acquisition.Implicit,
ActiveObject, ActiveObject,
OFS.History.Historical, OFS.History.Historical):
):
""" An Object Catalog """ An Object Catalog
An Object Catalog maintains a table of object metadata, and a An Object Catalog maintains a table of object metadata, and a
...@@ -352,7 +351,7 @@ class Catalog(Folder, ...@@ -352,7 +351,7 @@ class Catalog(Folder,
'help': ('OFSP','Security.stx')}, 'help': ('OFSP','Security.stx')},
{'label': 'Ownership', # TAB: Ownership {'label': 'Ownership', # TAB: Ownership
'action': 'manage_owner', 'action': 'manage_owner',
'help': ('OFSP','Ownership.stx')}, 'help': ('OFSP','Ownership.stx'),}
) + OFS.History.Historical.manage_options ) + OFS.History.Historical.manage_options
__ac_permissions__= ( __ac_permissions__= (
......
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