Commit 61746025 authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_catalg: Fix typos in extension

parent 95318202
def getTableIdsUnrestricted(self): def getTableIdsUnrestricted(self):
""" """
This fucntion calls getTableIds function from Catalog Class in ZSQLCatalg. This fucntion calls getTableIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside ERP5.
...@@ -18,7 +18,7 @@ def getTableIdsUnrestricted(self): ...@@ -18,7 +18,7 @@ def getTableIdsUnrestricted(self):
def getCatalogMethodIdsUnrestricted(self): def getCatalogMethodIdsUnrestricted(self):
""" """
This fucntion calls getCatalogMethodIds function from Catalog Class in ZSQLCatalg. This fucntion calls getCatalogMethodIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside ERP5.
...@@ -36,7 +36,7 @@ def getCatalogMethodIdsUnrestricted(self): ...@@ -36,7 +36,7 @@ def getCatalogMethodIdsUnrestricted(self):
def getResultColumnIdsUnrestricted(self): def getResultColumnIdsUnrestricted(self):
""" """
This fucntion calls getResultColumnIds function from Catalog Class in ZSQLCatalg. This fucntion calls getResultColumnIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside ERP5.
...@@ -54,7 +54,7 @@ def getResultColumnIdsUnrestricted(self): ...@@ -54,7 +54,7 @@ def getResultColumnIdsUnrestricted(self):
def getColumnIdsUnrestricted(self): def getColumnIdsUnrestricted(self):
""" """
This fucntion calls getCOlumnIds function from Catalog Class in ZSQLCatalg. This fucntion calls getCOlumnIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside ERP5.
...@@ -72,7 +72,7 @@ def getColumnIdsUnrestricted(self): ...@@ -72,7 +72,7 @@ def getColumnIdsUnrestricted(self):
def getSortColumnIdsUnrestricted(self): def getSortColumnIdsUnrestricted(self):
""" """
This fucntion calls getSortColumnIds function from Catalog Class in ZSQLCatalg. This fucntion calls getSortColumnIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside ERP5.
...@@ -90,7 +90,7 @@ def getSortColumnIdsUnrestricted(self): ...@@ -90,7 +90,7 @@ def getSortColumnIdsUnrestricted(self):
def getPythonMethodIdsUnrestricted(self): def getPythonMethodIdsUnrestricted(self):
""" """
This fucntion calls getPythonMethodIds function from Catalog Class in ZSQLCatalg. This fucntion calls getPythonMethodIds function from Catalog Class in ZSQLCatalog.
The reason we need it here is that we need to get the result from the The reason we need it here is that we need to get the result from the
restricted environment which isn't possible from inside ERP5. restricted environment which isn't possible from inside 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