Commit 8e7fe49c authored by Ivan Tyagov's avatar Ivan Tyagov Committed by Ayush Tiwari

Rename according to conventions.

Improve UI (sorting).
parent 14abcd52
<property_sheet_list>
<portal_type id="Data Notebook">
<item>Jupyter Notebook</item>
<item>JupyterNotebook</item>
<item>Reference</item>
</portal_type>
<portal_type id="Data Notebook Line">
......
......@@ -32,7 +32,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Jupyter Notebook</string> </value>
<value> <string>JupyterNotebook</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
......@@ -11,8 +11,6 @@
<value>
<list>
<string>columns</string>
<string>search_columns</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
......@@ -86,6 +84,10 @@
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
</list>
</value>
</item>
......@@ -108,25 +110,6 @@
</list>
</value>
</item>
<item>
<key> <string>search_columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>data_notebook_module_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......
......@@ -11,8 +11,7 @@
<value>
<list>
<string>columns</string>
<string>count_method</string>
<string>list_method</string>
<string>sort</string>
<string>title</string>
</list>
</value>
......@@ -94,13 +93,13 @@
<string>notebook_code_result</string>
<string>Output</string>
</tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
......@@ -110,9 +109,14 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>sort</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
<list>
<tuple>
<string>modification_date</string>
<string>ASC</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -129,17 +133,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>contentValues</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2015-10-16 Ivan
* Initial import of Ayush Tiwari's work
\ No newline at end of file
Copyright (c) 2015-2020 Nexedi SA
\ No newline at end of file
Interaction between Jupyter(IPython Notebook) and ERP5.
This business template is unsafe to install on a public server as one of the extensions uses eval.
\ No newline at end of file
!WARNING!
This business template is unsafe to install on a public server as one of the extensions uses eval and allows remote code execution. Proper security should be taken into account.
!WARNING!
\ No newline at end of file
GPL
\ No newline at end of file
Data Notebook Line | XMLObject
Data Notebook | Jupyter Notebook
Data Notebook | JupyterNotebook
Data Notebook | Reference
\ No newline at end of file
Jupyter Notebook
\ No newline at end of file
JupyterNotebook
\ No newline at end of file
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