Commit d67b96b3 authored by wenjie.zheng's avatar wenjie.zheng

erp5_configurator: reinstall the original version.

parent 4a5ebc6c
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Action Information</string> </value>
</item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>10.0</float> </value> <value> <float>10.0</float> </value>
......
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Action Information</string> </value>
</item>
<item> <item>
<key> <string>priority</string> </key> <key> <string>priority</string> </key>
<value> <float>10.0</float> </value> <value> <float>10.0</float> </value>
......
...@@ -72,33 +72,6 @@ ...@@ -72,33 +72,6 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>validate</string> </value> <value> <string>validate</string> </value>
</item> </item>
<item>
<key> <string>actor</string> </key>
<value> <string>ERP5TypeTestCase</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1377844466.44</float>
<string>GMT+9</string>
</tuple>
</state>
</object>
</value>
</item>
<item> <item>
<key> <string>validation_state</string> </key> <key> <string>validation_state</string> </key>
<value> <string>validated</string> </value> <value> <string>validated</string> </value>
......
...@@ -46,6 +46,9 @@ ...@@ -46,6 +46,9 @@
<item>System Preference Configurator Item</item> <item>System Preference Configurator Item</item>
<item>Workflow Security Configurator Item</item> <item>Workflow Security Configurator Item</item>
</portal_type> </portal_type>
<portal_type id="Configuration Workflow">
<item>Embedded File</item>
</portal_type>
<portal_type id="Organisation Configurator Item"> <portal_type id="Organisation Configurator Item">
<item>Address</item> <item>Address</item>
<item>Email</item> <item>Email</item>
...@@ -60,7 +63,4 @@ ...@@ -60,7 +63,4 @@
<portal_type id="Portal Type Roles Spreadsheet Configurator Item"> <portal_type id="Portal Type Roles Spreadsheet Configurator Item">
<item>Embedded File</item> <item>Embedded File</item>
</portal_type> </portal_type>
<portal_type id="Workflow">
<item>Embedded File</item>
</portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
<item>File</item> <item>File</item>
<item>Link</item> <item>Link</item>
</portal_type> </portal_type>
<portal_type id="Configuration Workflow">
<item>Embedded File</item>
</portal_type>
<portal_type id="Organisation Configurator Item"> <portal_type id="Organisation Configurator Item">
<item>Address</item> <item>Address</item>
<item>Email</item> <item>Email</item>
...@@ -15,7 +18,4 @@ ...@@ -15,7 +18,4 @@
<item>Email</item> <item>Email</item>
<item>Telephone</item> <item>Telephone</item>
</portal_type> </portal_type>
<portal_type id="Workflow">
<item>Embedded File</item>
</portal_type>
</hidden_content_type_list> </hidden_content_type_list>
\ No newline at end of file
<property_sheet_list> <property_sheet_list>
<portal_type id="Workflow"> <portal_type id="Configuration Workflow">
<item>DefaultImage</item> <item>DefaultImage</item>
<item>WorkflowConfigurator</item> <item>WorkflowConfigurator</item>
</portal_type> </portal_type>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup an Accounting Account. </string> </value> <value> <string> Setup an Accounting Account. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountConfiguratorItem</string> </value> <value> <string>addAccountConfiguratorItem</string> </value>
...@@ -30,6 +36,12 @@ ...@@ -30,6 +36,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>AccountConfiguratorItem</string> </value> <value> <string>AccountConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup an Accounting Period. </string> </value> <value> <string> Setup an Accounting Period. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountingPeriodConfiguratorItem</string> </value> <value> <string>addAccountingPeriodConfiguratorItem</string> </value>
...@@ -75,6 +81,12 @@ ...@@ -75,6 +81,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>AccountingPeriodConfiguratorItem</string> </value> <value> <string>AccountingPeriodConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -43,6 +43,12 @@ ...@@ -43,6 +43,12 @@
\n \n
BankAccount inherits from Base and from the mix-in Coordinate.</string> </value> BankAccount inherits from Base and from the mix-in Coordinate.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addBankAccount</string> </value> <value> <string>addBankAccount</string> </value>
...@@ -96,6 +102,12 @@ BankAccount inherits from Base and from the mix-in Coordinate.</string> </value> ...@@ -96,6 +102,12 @@ BankAccount inherits from Base and from the mix-in Coordinate.</string> </value>
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -43,6 +43,12 @@ ...@@ -43,6 +43,12 @@
\n \n
BankAccount inherits from Base and from the mix-in Coordinate.</string> </value> BankAccount inherits from Base and from the mix-in Coordinate.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addBankAccount</string> </value> <value> <string>addBankAccount</string> </value>
...@@ -96,6 +102,12 @@ BankAccount inherits from Base and from the mix-in Coordinate.</string> </value> ...@@ -96,6 +102,12 @@ BankAccount inherits from Base and from the mix-in Coordinate.</string> </value>
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup an Alarm</string> </value> <value> <string> Setup an Alarm</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountConfiguratorItem</string> </value> <value> <string>addAccountConfiguratorItem</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup a Bank Account</string> </value> <value> <string> Setup a Bank Account</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountConfiguratorItem</string> </value> <value> <string>addAccountConfiguratorItem</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -42,6 +42,12 @@ ...@@ -42,6 +42,12 @@
<value> <string>Folders allow to store a large number of documents (1,000,000 should not\n <value> <string>Folders allow to store a large number of documents (1,000,000 should not\n
be a problem).</string> </value> be a problem).</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addFolder</string> </value> <value> <string>addFolder</string> </value>
...@@ -78,6 +84,12 @@ be a problem).</string> </value> ...@@ -78,6 +84,12 @@ be a problem).</string> </value>
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>Folder</string> </value> <value> <string>Folder</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Business Configuration is used to represent the highest level of configuration of "something" - like ERP5 Site. Additional documents (deliveries) are used to "glue" all information together.</string> </value> <value> <string>Business Configuration is used to represent the highest level of configuration of "something" - like ERP5 Site. Additional documents (deliveries) are used to "glue" all information together.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addBusinessConfiguration</string> </value> <value> <string>addBusinessConfiguration</string> </value>
...@@ -93,6 +99,12 @@ ...@@ -93,6 +99,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Business Process Configurator Item</string> </value> <value> <string>Business Process Configurator Item</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Set up catalog keyword keys.</string> </value> <value> <string>Set up catalog keyword keys.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addCatalogKeywordKeyConfiguratorItem</string> </value> <value> <string>addCatalogKeywordKeyConfiguratorItem</string> </value>
...@@ -49,6 +55,12 @@ ...@@ -49,6 +55,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>CatalogKeywordKeyConfiguratorItem</string> </value> <value> <string>CatalogKeywordKeyConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Setup Categories Spreadsheet</string> </value> <value> <string>Setup Categories Spreadsheet</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addCategoriesSpreadsheetConfiguratorItem</string> </value> <value> <string>addCategoriesSpreadsheetConfiguratorItem</string> </value>
...@@ -91,6 +97,12 @@ ...@@ -91,6 +97,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>This class is meta build step for customization of ERP5 site.</string> </value> <value> <string>This class is meta build step for customization of ERP5 site.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addCategoryConfiguratorItem</string> </value> <value> <string>addCategoryConfiguratorItem</string> </value>
...@@ -49,6 +55,12 @@ ...@@ -49,6 +55,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>CategoryConfiguratorItem</string> </value> <value> <string>CategoryConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Save parameters entered by the user during the configurator process.</string> </value> <value> <string>Save parameters entered by the user during the configurator process.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addConfigurationSave</string> </value> <value> <string>addConfigurationSave</string> </value>
...@@ -91,6 +97,12 @@ ...@@ -91,6 +97,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addFolder</string> </value> <value> <string>addFolder</string> </value>
...@@ -81,6 +87,12 @@ ...@@ -81,6 +87,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup currency. </string> </value> <value> <string> Setup currency. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addCurrencyConfiguratorItem</string> </value> <value> <string>addCurrencyConfiguratorItem</string> </value>
...@@ -30,6 +36,12 @@ ...@@ -30,6 +36,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>CurrencyConfiguratorItem</string> </value> <value> <string>CurrencyConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Create a new bt5 for customer configuration. </string> </value> <value> <string> Create a new bt5 for customer configuration. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addCustomerBT5ConfiguratorItem</string> </value> <value> <string>addCustomerBT5ConfiguratorItem</string> </value>
...@@ -49,6 +55,12 @@ ...@@ -49,6 +55,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>CustomerBT5ConfiguratorItem</string> </value> <value> <string>CustomerBT5ConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> This class install a Organisation.</string> </value> <value> <string> This class install a Organisation.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addOrganisationConfiguratorItem</string> </value> <value> <string>addOrganisationConfiguratorItem</string> </value>
...@@ -75,6 +81,12 @@ ...@@ -75,6 +81,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>OrganisationConfiguratorItem</string> </value> <value> <string>OrganisationConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Set permission matrix on module.</string> </value> <value> <string> Set permission matrix on module.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addPermissionConfiguratorItem</string> </value> <value> <string>addPermissionConfiguratorItem</string> </value>
...@@ -30,6 +36,12 @@ ...@@ -30,6 +36,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>PermissionConfiguratorItem</string> </value> <value> <string>PermissionConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup user. </string> </value> <value> <string> Setup user. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addPersonConfiguratorItem</string> </value> <value> <string>addPersonConfiguratorItem</string> </value>
...@@ -56,6 +62,12 @@ ...@@ -56,6 +62,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>PersonConfiguratorItem</string> </value> <value> <string>PersonConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Configure Portal Type.</string> </value> <value> <string>Configure Portal Type.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addPortalTypeConfiguratorItem</string> </value> <value> <string>addPortalTypeConfiguratorItem</string> </value>
...@@ -56,6 +62,12 @@ ...@@ -56,6 +62,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>PortalTypeConfiguratorItem</string> </value> <value> <string>PortalTypeConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -23,6 +23,12 @@ ...@@ -23,6 +23,12 @@
<value> <string>Import a portal type roles spreadsheet.\n <value> <string>Import a portal type roles spreadsheet.\n
</string> </value> </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addPortalTypeRolesSpreadsheetConfiguratorItem</string> </value> <value> <string>addPortalTypeRolesSpreadsheetConfiguratorItem</string> </value>
...@@ -73,6 +79,12 @@ ...@@ -73,6 +79,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -38,6 +38,12 @@ ...@@ -38,6 +38,12 @@
<value> <string> Setup preference. \n <value> <string> Setup preference. \n
XXX: also configure oood </string> </value> XXX: also configure oood </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addPreferenceConfiguratorItem</string> </value> <value> <string>addPreferenceConfiguratorItem</string> </value>
...@@ -50,6 +56,12 @@ ...@@ -50,6 +56,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>PreferenceConfiguratorItem</string> </value> <value> <string>PreferenceConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Purchase Trade Condition Configurator Item</string> </value> <value> <string>Purchase Trade Condition Configurator Item</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup role per module basis. </string> </value> <value> <string> Setup role per module basis. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addRoleConfiguratorItem</string> </value> <value> <string>addRoleConfiguratorItem</string> </value>
...@@ -30,6 +36,12 @@ ...@@ -30,6 +36,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>RoleConfiguratorItem</string> </value> <value> <string>RoleConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Rule Configurator Item</string> </value> <value> <string>Rule Configurator Item</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Sale Trade Condition Configurator Item</string> </value> <value> <string>Sale Trade Condition Configurator Item</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup an Alarm</string> </value> <value> <string> Setup an Alarm</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountConfiguratorItem</string> </value> <value> <string>addAccountConfiguratorItem</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Set up default service documents.</string> </value> <value> <string>Set up default service documents.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addServiceConfiguratorItem</string> </value> <value> <string>addServiceConfiguratorItem</string> </value>
...@@ -75,6 +81,12 @@ ...@@ -75,6 +81,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>ServiceConfiguratorItem</string> </value> <value> <string>ServiceConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>Set up site properties.</string> </value> <value> <string>Set up site properties.</string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addSitePropertyConfiguratorItem</string> </value> <value> <string>addSitePropertyConfiguratorItem</string> </value>
...@@ -75,6 +81,12 @@ ...@@ -75,6 +81,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>SitePropertyConfiguratorItem</string> </value> <value> <string>SitePropertyConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Solver Configurator Item</string> </value> <value> <string>Solver Configurator Item</string> </value>
...@@ -54,6 +60,12 @@ ...@@ -54,6 +60,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -38,6 +38,12 @@ ...@@ -38,6 +38,12 @@
<value> <string> This class will install standard ERP5 template from a repository to\n <value> <string> This class will install standard ERP5 template from a repository to\n
fake site. </string> </value> fake site. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addStandardBT5ConfiguratorItem</string> </value> <value> <string>addStandardBT5ConfiguratorItem</string> </value>
...@@ -50,6 +56,12 @@ ...@@ -50,6 +56,12 @@
<key> <string>type_class</string> </key> <key> <string>type_class</string> </key>
<value> <string>StandardBT5ConfiguratorItem</string> </value> <value> <string>StandardBT5ConfiguratorItem</string> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup an Accounting Account. </string> </value> <value> <string> Setup an Accounting Account. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addAccountConfiguratorItem</string> </value> <value> <string>addAccountConfiguratorItem</string> </value>
...@@ -48,6 +54,12 @@ ...@@ -48,6 +54,12 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string> Setup workflow for different roles. Use passed OO file. </string> </value> <value> <string> Setup workflow for different roles. Use passed OO file. </string> </value>
</item> </item>
<item>
<key> <string>erp5workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addWorkflowSecurityConfiguratorItem</string> </value> <value> <string>addWorkflowSecurityConfiguratorItem</string> </value>
...@@ -26,6 +32,16 @@ ...@@ -26,6 +32,16 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Workflow Security Configurator Item</string> </value> <value> <string>Workflow Security Configurator Item</string> </value>
</item> </item>
<item>
<key> <string>type_class</string> </key>
<value> <string>WorkflowSecurityConfiguratorItem</string> </value>
</item>
<item>
<key> <string>workflow_list</string> </key>
<value>
<tuple/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>columns</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -69,6 +71,37 @@ ...@@ -69,6 +71,37 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>Reference</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>Resource</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
<tuple>
<string>translated_validation_state_title</string>
<string>State</string>
</tuple>
<tuple>
<string>translated_simulation_state_title</string>
<string>Installation State</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_view_mode_listbox_business_configuration</string> </value> <value> <string>my_view_mode_listbox_business_configuration</string> </value>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -103,9 +103,9 @@ return 1\n ...@@ -103,9 +103,9 @@ return 1\n
<value> <value>
<tuple> <tuple>
<string>Manager</string> <string>Manager</string>
</tuple> </tuple>
</value> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>BusinessConfiguration_validateCustomerUsername</string> </value> <value> <string>BusinessConfiguration_validateCustomerUsername</string> </value>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -104,8 +104,8 @@ ...@@ -104,8 +104,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>Workflow</string> <string>Configuration Workflow</string>
<string>Workflow</string> <string>Configuration Workflow</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<global name="ERP5Form" module="Products.ERP5Form.Form"/> <global name="ERP5 Form" module="erp5.portal_type"/>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
...@@ -8,6 +8,8 @@ Catalog Keyword Key Configurator Item | view ...@@ -8,6 +8,8 @@ Catalog Keyword Key Configurator Item | view
Categories Spreadsheet Configurator Item | view Categories Spreadsheet Configurator Item | view
Category Configurator Item | view Category Configurator Item | view
Configuration Save | view Configuration Save | view
Configuration Workflow | configurator_settings
Configuration Workflow | launch_configuration
Configurator Tool | view Configurator Tool | view
Currency Configurator Item | view Currency Configurator Item | view
Customer BT5 Configurator Item | view Customer BT5 Configurator Item | view
...@@ -28,6 +30,4 @@ Solver Configurator Item | view ...@@ -28,6 +30,4 @@ Solver Configurator Item | view
Standard BT5 Configurator Item | view Standard BT5 Configurator Item | view
System Preference Configurator Item | view System Preference Configurator Item | view
Workflow Security Configurator Item | view Workflow Security Configurator Item | view
Workflow | configurator_settings
Workflow | launch_configuration
portal_actions | use_configurator portal_actions | use_configurator
\ No newline at end of file
...@@ -35,6 +35,7 @@ Configuration Save | Solver Configurator Item ...@@ -35,6 +35,7 @@ Configuration Save | Solver Configurator Item
Configuration Save | Standard BT5 Configurator Item Configuration Save | Standard BT5 Configurator Item
Configuration Save | System Preference Configurator Item Configuration Save | System Preference Configurator Item
Configuration Save | Workflow Security Configurator Item Configuration Save | Workflow Security Configurator Item
Configuration Workflow | Embedded File
Organisation Configurator Item | Address Organisation Configurator Item | Address
Organisation Configurator Item | Email Organisation Configurator Item | Email
Organisation Configurator Item | Telephone Organisation Configurator Item | Telephone
...@@ -42,5 +43,4 @@ Person Configurator Item | Address ...@@ -42,5 +43,4 @@ Person Configurator Item | Address
Person Configurator Item | Career Person Configurator Item | Career
Person Configurator Item | Email Person Configurator Item | Email
Person Configurator Item | Telephone Person Configurator Item | Telephone
Portal Type Roles Spreadsheet Configurator Item | Embedded File Portal Type Roles Spreadsheet Configurator Item | Embedded File
Workflow | Embedded File \ No newline at end of file
\ No newline at end of file
Business Configuration | Configuration Save Business Configuration | Configuration Save
Business Configuration | File Business Configuration | File
Business Configuration | Link Business Configuration | Link
Configuration Workflow | Embedded File
Organisation Configurator Item | Address Organisation Configurator Item | Address
Organisation Configurator Item | Email Organisation Configurator Item | Email
Organisation Configurator Item | Telephone Organisation Configurator Item | Telephone
Person Configurator Item | Address Person Configurator Item | Address
Person Configurator Item | Career Person Configurator Item | Career
Person Configurator Item | Email Person Configurator Item | Email
Person Configurator Item | Telephone Person Configurator Item | Telephone
Workflow | Embedded File \ No newline at end of file
\ No newline at end of file
Workflow | DefaultImage Configuration Workflow | DefaultImage
Workflow | WorkflowConfigurator Configuration Workflow | WorkflowConfigurator
\ No newline at end of file \ 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