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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mikolaï Krol
erp5
Commits
21c0c204
Commit
21c0c204
authored
Mar 31, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ods_style: comply with naming conventions
parent
aeaee08d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/ListBox_getEditableFieldDict.py
...rtal_skins/erp5_ods_style/ListBox_getEditableFieldDict.py
+0
-0
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/ListBox_getEditableFieldDict.xml
...tal_skins/erp5_ods_style/ListBox_getEditableFieldDict.xml
+1
-1
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/ListBox_getReportTreeStructure.py
...al_skins/erp5_ods_style/ListBox_getReportTreeStructure.py
+0
-0
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/ListBox_getReportTreeStructure.xml
...l_skins/erp5_ods_style/ListBox_getReportTreeStructure.xml
+1
-1
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/listbox_ods_macro.zpt
...ateItem/portal_skins/erp5_ods_style/listbox_ods_macro.zpt
+2
-2
No files found.
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
b
ox_getEditableFieldDict.py
→
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
B
ox_getEditableFieldDict.py
View file @
21c0c204
File moved
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
b
ox_getEditableFieldDict.xml
→
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
B
ox_getEditableFieldDict.xml
View file @
21c0c204
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
List
b
ox_getEditableFieldDict
</string>
</value>
<value>
<string>
List
B
ox_getEditableFieldDict
</string>
</value>
</item>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
...
...
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
b
ox_getReportTreeStructure.py
→
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
B
ox_getReportTreeStructure.py
View file @
21c0c204
File moved
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
b
ox_getReportTreeStructure.xml
→
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/List
B
ox_getReportTreeStructure.xml
View file @
21c0c204
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
List
b
ox_getReportTreeStructure
</string>
</value>
<value>
<string>
List
B
ox_getReportTreeStructure
</string>
</value>
</item>
</item>
</dictionary>
</dictionary>
</pickle>
</pickle>
...
...
bt5/erp5_ods_style/SkinTemplateItem/portal_skins/erp5_ods_style/listbox_ods_macro.zpt
View file @
21c0c204
...
@@ -16,12 +16,12 @@
...
@@ -16,12 +16,12 @@
selection_name python: listbox.get_value('selection_name', REQUEST=request);
selection_name python: listbox.get_value('selection_name', REQUEST=request);
editable_columns python: listbox.get_value('editable_columns', REQUEST=request);
editable_columns python: listbox.get_value('editable_columns', REQUEST=request);
untranslatable_columns python: [x[0] for x in listbox.get_value('untranslatable_columns', REQUEST=request)];
untranslatable_columns python: [x[0] for x in listbox.get_value('untranslatable_columns', REQUEST=request)];
editable_fields listbox/List
b
ox_getEditableFieldDict;
editable_fields listbox/List
B
ox_getEditableFieldDict;
selection python: here.portal_selections.getSelectionFor(selection_name, REQUEST=request);
selection python: here.portal_selections.getSelectionFor(selection_name, REQUEST=request);
is_report_tree_mode selection/report_tree_mode | python: 0;
is_report_tree_mode selection/report_tree_mode | python: 0;
is_domain_tree_mode selection/domain_tree_mode | python: 0;
is_domain_tree_mode selection/domain_tree_mode | python: 0;
max_section_depth python: max([x.getSectionDepth() for x in listboxline_list]) + int(is_report_tree_mode);
max_section_depth python: max([x.getSectionDepth() for x in listboxline_list]) + int(is_report_tree_mode);
listbox_line_structure python: here.List
b
ox_getReportTreeStructure(listbox_line_list=listboxline_list[1:], is_report_tree_mode=is_report_tree_mode, is_domain_tree_mode=is_domain_tree_mode, max_section_depth=max_section_depth);
listbox_line_structure python: here.List
B
ox_getReportTreeStructure(listbox_line_list=listboxline_list[1:], is_report_tree_mode=is_report_tree_mode, is_domain_tree_mode=is_domain_tree_mode, max_section_depth=max_section_depth);
listboxline python:listboxline_list[0];
listboxline python:listboxline_list[0];
first first | nothing;
first first | nothing;
global merge_report_section_list python: request.get('merge_report_section_list', False);
global merge_report_section_list python: request.get('merge_report_section_list', False);
...
...
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