Commit fd5eed0e authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Override for availability of these functions during tests

parent 0948130e
......@@ -327,6 +327,12 @@ class ERP5TypeInformation(XMLObject,
# Acquisition editing interface
#
def getTypeFilterContentType(self):
return
def getTypeInitScriptId(self):
return
security.declarePrivate('_guessMethodAliases')
def _guessMethodAliases(self):
""" Override this method to disable Method Aliases in ERP5.
......
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