Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
61746025
Commit
61746025
authored
Jul 11, 2016
by
Ayush Tiwari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_catalg: Fix typos in extension
parent
95318202
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
product/ERP5/bootstrap/erp5_catalog_transition/ExtensionTemplateItem/portal_components/extension.erp5.UnrestrictedCallToCatalog.py
...al_components/extension.erp5.UnrestrictedCallToCatalog.py
+6
-6
No files found.
product/ERP5/bootstrap/erp5_catalog_transition/ExtensionTemplateItem/portal_components/extension.erp5.UnrestrictedCallToCatalog.py
View file @
61746025
def
getTableIdsUnrestricted
(
self
):
"""
This fucntion calls getTableIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getTableIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
@@ -18,7 +18,7 @@ def getTableIdsUnrestricted(self):
def
getCatalogMethodIdsUnrestricted
(
self
):
"""
This fucntion calls getCatalogMethodIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getCatalogMethodIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
@@ -36,7 +36,7 @@ def getCatalogMethodIdsUnrestricted(self):
def
getResultColumnIdsUnrestricted
(
self
):
"""
This fucntion calls getResultColumnIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getResultColumnIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
@@ -54,7 +54,7 @@ def getResultColumnIdsUnrestricted(self):
def
getColumnIdsUnrestricted
(
self
):
"""
This fucntion calls getCOlumnIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getCOlumnIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
@@ -72,7 +72,7 @@ def getColumnIdsUnrestricted(self):
def
getSortColumnIdsUnrestricted
(
self
):
"""
This fucntion calls getSortColumnIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getSortColumnIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
@@ -90,7 +90,7 @@ def getSortColumnIdsUnrestricted(self):
def
getPythonMethodIdsUnrestricted
(
self
):
"""
This fucntion calls getPythonMethodIds function from Catalog Class in ZSQLCatalg.
This fucntion calls getPythonMethodIds function from Catalog Class in ZSQLCatal
o
g.
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.
...
...
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