Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
2776852c
Commit
2776852c
authored
Aug 16, 2016
by
Ayush Tiwari
Committed by
Ayush Tiwari
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_catalog: Create ERP5 SQL Method everywhere in Archive tool and testArchive
parent
2b08461c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
product/ERP5Catalog/tests/testArchive.py
product/ERP5Catalog/tests/testArchive.py
+3
-4
No files found.
product/ERP5Catalog/tests/testArchive.py
View file @
2776852c
...
...
@@ -88,14 +88,13 @@ class TestArchive(InventoryAPITestCase):
portal_skins_custom
=
portal
.
portal_skins
.
custom
zsql_method
=
getattr
(
portal_skins_custom
,
zsql_method_id
,
None
)
if
zsql_method
is
None
:
portal_skins_custom
.
manage_addProduct
[
'ZSQLMethods'
]
\
.
manage_addZSQLMethod
(
zsql_method
=
portal_skins_custom
.
newContent
(
\
portal_type
=
'SQL Method'
,
id
=
zsql_method_id
,
title
=
''
,
connection_id
=
connection_id
,
arguments
=
""
,
template
=
"select path from catalog"
)
zsql_method
=
portal_skins_custom
[
zsql_method_id
]
src
=
"select path from catalog"
)
zsql_method
.
max_rows_
=
0
# it is mandatory to provide connection_id, or the
# zsql method will look at preference and use the one
...
...
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