Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
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
Eugene Shen
erp5
Commits
c6bcac5e
Commit
c6bcac5e
authored
Nov 04, 2013
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_core: use parallel list field in portal type view instead of multilistfield (fixed some tales)
parent
5fc35f66
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_base_category_list.xml
...ns/erp5_core/BaseType_view/my_type_base_category_list.xml
+1
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_group_list.xml
...rtal_skins/erp5_core/BaseType_view/my_type_group_list.xml
+1
-1
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_property_sheet_list.xml
...s/erp5_core/BaseType_view/my_type_property_sheet_list.xml
+1
-1
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_base_category_list.xml
View file @
c6bcac5e
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
here/getAvailableBaseCategoryList
</string>
</value>
<value>
<string>
python: [(x, x) for x in here.getAvailableBaseCategoryList()]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_group_list.xml
View file @
c6bcac5e
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
here/getAvailableGroupList
</string>
</value>
<value>
<string>
python: [(x, x) for x in here.getAvailableGroupList()]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BaseType_view/my_type_property_sheet_list.xml
View file @
c6bcac5e
...
...
@@ -118,7 +118,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
here/getAvailablePropertySheetList
</string>
</value>
<value>
<string>
python: [(x, x) for x in here.getAvailablePropertySheetList()]
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
c6bcac5e
41135
\ No newline at end of file
41136
\ No newline at end of file
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