From 2c1d49f78d4c83f0ea59333d426337f6253c2c24 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 20 Apr 2009 10:01:14 +0000 Subject: [PATCH] initial prototype. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26519 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_mobile_ui_test.xml | 50 +++++++++ .../Zuite_CommonTemplate.xml | 101 ++++++++++++++++++ bt5/erp5_mobile_ui_test/bt/categories_list | 0 bt5/erp5_mobile_ui_test/bt/change_log | 2 + bt5/erp5_mobile_ui_test/bt/comment | 0 bt5/erp5_mobile_ui_test/bt/copyright_list | 1 + bt5/erp5_mobile_ui_test/bt/dependency_list | 1 + bt5/erp5_mobile_ui_test/bt/description | 1 + bt5/erp5_mobile_ui_test/bt/license | 1 + bt5/erp5_mobile_ui_test/bt/maintainer_list | 2 + bt5/erp5_mobile_ui_test/bt/provision_list | 0 bt5/erp5_mobile_ui_test/bt/publication_url | 1 + bt5/erp5_mobile_ui_test/bt/revision | 1 + bt5/erp5_mobile_ui_test/bt/short_title | 1 + .../bt/template_action_path_list | 0 .../bt/template_base_category_list | 0 .../bt/template_catalog_datetime_key_list | 0 .../bt/template_catalog_full_text_key_list | 0 .../bt/template_catalog_keyword_key_list | 0 .../bt/template_catalog_local_role_key_list | 0 .../bt/template_catalog_method_id_list | 0 .../bt/template_catalog_multivalue_key_list | 0 .../bt/template_catalog_related_key_list | 0 .../bt/template_catalog_request_key_list | 0 .../bt/template_catalog_result_key_list | 0 .../bt/template_catalog_result_table_list | 0 .../bt/template_catalog_role_key_list | 0 .../bt/template_catalog_scriptable_key_list | 0 .../bt/template_catalog_topic_key_list | 0 .../bt/template_constraint_id_list | 0 .../bt/template_document_id_list | 0 .../bt/template_extension_id_list | 0 .../bt/template_format_version | 1 + .../bt/template_local_roles_list | 0 .../bt/template_message_translation_list | 0 .../bt/template_module_id_list | 0 bt5/erp5_mobile_ui_test/bt/template_path_list | 0 ...late_portal_type_allowed_content_type_list | 0 .../template_portal_type_base_category_list | 0 ...plate_portal_type_hidden_content_type_list | 0 .../bt/template_portal_type_id_list | 0 .../template_portal_type_property_sheet_list | 0 .../bt/template_portal_type_roles_list | 0 .../template_portal_type_workflow_chain_list | 0 .../bt/template_preference_list | 0 .../bt/template_product_id_list | 0 .../bt/template_property_sheet_id_list | 0 bt5/erp5_mobile_ui_test/bt/template_role_list | 0 .../bt/template_site_property_id_list | 0 .../bt/template_skin_id_list | 1 + .../bt/template_test_id_list | 0 .../bt/template_tool_id_list | 0 ...template_update_business_template_workflow | 1 + .../bt/template_update_tool | 1 + .../bt/template_workflow_id_list | 0 bt5/erp5_mobile_ui_test/bt/title | 1 + bt5/erp5_mobile_ui_test/bt/version | 1 + 57 files changed, 168 insertions(+) create mode 100644 bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml create mode 100644 bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml create mode 100644 bt5/erp5_mobile_ui_test/bt/categories_list create mode 100644 bt5/erp5_mobile_ui_test/bt/change_log create mode 100644 bt5/erp5_mobile_ui_test/bt/comment create mode 100644 bt5/erp5_mobile_ui_test/bt/copyright_list create mode 100644 bt5/erp5_mobile_ui_test/bt/dependency_list create mode 100644 bt5/erp5_mobile_ui_test/bt/description create mode 100644 bt5/erp5_mobile_ui_test/bt/license create mode 100644 bt5/erp5_mobile_ui_test/bt/maintainer_list create mode 100644 bt5/erp5_mobile_ui_test/bt/provision_list create mode 100644 bt5/erp5_mobile_ui_test/bt/publication_url create mode 100644 bt5/erp5_mobile_ui_test/bt/revision create mode 100644 bt5/erp5_mobile_ui_test/bt/short_title create mode 100644 bt5/erp5_mobile_ui_test/bt/template_action_path_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_base_category_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_datetime_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_full_text_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_keyword_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_local_role_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_method_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_multivalue_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_related_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_request_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_result_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_result_table_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_role_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_scriptable_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_catalog_topic_key_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_constraint_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_document_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_extension_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_format_version create mode 100644 bt5/erp5_mobile_ui_test/bt/template_local_roles_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_message_translation_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_module_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_path_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_allowed_content_type_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_base_category_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_hidden_content_type_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_property_sheet_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_roles_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_portal_type_workflow_chain_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_preference_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_product_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_property_sheet_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_role_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_site_property_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_skin_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_test_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_tool_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow create mode 100644 bt5/erp5_mobile_ui_test/bt/template_update_tool create mode 100644 bt5/erp5_mobile_ui_test/bt/template_workflow_id_list create mode 100644 bt5/erp5_mobile_ui_test/bt/title create mode 100644 bt5/erp5_mobile_ui_test/bt/version diff --git a/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml new file mode 100644 index 0000000000..c85973ce90 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test.xml @@ -0,0 +1,50 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Folder" module="OFS.Folder"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>business_template_skin_layer_priority</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>float</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>business_template_skin_layer_priority</string> </key> + <value> <float>100.0</float> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_mobile_ui_test</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml new file mode 100644 index 0000000000..6d82065f9b --- /dev/null +++ b/bt5/erp5_mobile_ui_test/SkinTemplateItem/portal_skins/erp5_mobile_ui_test/Zuite_CommonTemplate.xml @@ -0,0 +1,101 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_bind_names</string> </key> + <value> + <object> + <klass> + <global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>_asgns</string> </key> + <value> + <dictionary> + <item> + <key> <string>name_subpath</string> </key> + <value> <string>traverse_subpath</string> </value> + </item> + </dictionary> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>_local_properties</string> </key> + <value> + <tuple> + <dictionary> + <item> + <key> <string>id</string> </key> + <value> <string>description</string> </value> + </item> + <item> + <key> <string>type</string> </key> + <value> <string>text</string> </value> + </item> + </dictionary> + </tuple> + </value> + </item> + <item> + <key> <string>_text</string> </key> + <value> <string encoding="cdata"><![CDATA[ + +<tal:block xmlns:tal="http://xml.zope.org/namespaces/tal"\n + xmlns:metal="http://xml.zope.org/namespaces/metal">\n + <tal:block metal:define-macro="init">\n + <tr>\n + <td>store</td>\n + <td tal:content="python:here.getPortalObject().absolute_url()">http://example.com/erp5</td>\n + <td>base_url</td>\n + </tr>\n + <tr>\n + <td>open</td>\n + <td>${base_url}/TestTool_setSkinNameCookie?skin_name=Mobile</td>\n + <td></td>\n + </tr>\n + </tal:block>\n +</tal:block>\n + + +]]></string> </value> + </item> + <item> + <key> <string>content_type</string> </key> + <value> <string>text/html</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string>Common Template for PTZuite, it will reuse parts of the Listbox Zuite</string> </value> + </item> + <item> + <key> <string>expand</string> </key> + <value> <int>0</int> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>Zuite_CommonTemplate</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Common Template for All Zuite</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_mobile_ui_test/bt/categories_list b/bt5/erp5_mobile_ui_test/bt/categories_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/change_log b/bt5/erp5_mobile_ui_test/bt/change_log new file mode 100644 index 0000000000..3f128d3362 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/change_log @@ -0,0 +1,2 @@ +2009-04-20 Kazuhiko +* initial prototype. \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/comment b/bt5/erp5_mobile_ui_test/bt/comment new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/copyright_list b/bt5/erp5_mobile_ui_test/bt/copyright_list new file mode 100644 index 0000000000..6d266cca6d --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/copyright_list @@ -0,0 +1 @@ +Copyright (C) 2009 Nexedi SA \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/dependency_list b/bt5/erp5_mobile_ui_test/bt/dependency_list new file mode 100644 index 0000000000..65d338641c --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/dependency_list @@ -0,0 +1 @@ +erp5_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/description b/bt5/erp5_mobile_ui_test/bt/description new file mode 100644 index 0000000000..4d41dbc923 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/description @@ -0,0 +1 @@ +Installing this business template will switch to Mobile skin layer in functional tests. \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/license b/bt5/erp5_mobile_ui_test/bt/license new file mode 100644 index 0000000000..3a3e12bcad --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/license @@ -0,0 +1 @@ +GPL \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/maintainer_list b/bt5/erp5_mobile_ui_test/bt/maintainer_list new file mode 100644 index 0000000000..c90074ab84 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/maintainer_list @@ -0,0 +1,2 @@ +Kazuhiko +Mohamadou \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/provision_list b/bt5/erp5_mobile_ui_test/bt/provision_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/publication_url b/bt5/erp5_mobile_ui_test/bt/publication_url new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/publication_url @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/revision b/bt5/erp5_mobile_ui_test/bt/revision new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/revision @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/short_title b/bt5/erp5_mobile_ui_test/bt/short_title new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_action_path_list b/bt5/erp5_mobile_ui_test/bt/template_action_path_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_base_category_list b/bt5/erp5_mobile_ui_test/bt/template_base_category_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_datetime_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_datetime_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_full_text_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_full_text_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_keyword_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_keyword_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_local_role_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_local_role_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_method_id_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_method_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_multivalue_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_multivalue_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_related_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_related_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_request_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_request_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_result_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_result_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_result_table_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_result_table_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_role_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_role_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_scriptable_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_scriptable_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_catalog_topic_key_list b/bt5/erp5_mobile_ui_test/bt/template_catalog_topic_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_constraint_id_list b/bt5/erp5_mobile_ui_test/bt/template_constraint_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_document_id_list b/bt5/erp5_mobile_ui_test/bt/template_document_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_extension_id_list b/bt5/erp5_mobile_ui_test/bt/template_extension_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_format_version b/bt5/erp5_mobile_ui_test/bt/template_format_version new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_format_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_local_roles_list b/bt5/erp5_mobile_ui_test/bt/template_local_roles_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_message_translation_list b/bt5/erp5_mobile_ui_test/bt/template_message_translation_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_module_id_list b/bt5/erp5_mobile_ui_test/bt/template_module_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_path_list b/bt5/erp5_mobile_ui_test/bt/template_path_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_allowed_content_type_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_base_category_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_base_category_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_hidden_content_type_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_id_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_property_sheet_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_property_sheet_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_roles_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_roles_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_portal_type_workflow_chain_list b/bt5/erp5_mobile_ui_test/bt/template_portal_type_workflow_chain_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_preference_list b/bt5/erp5_mobile_ui_test/bt/template_preference_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_product_id_list b/bt5/erp5_mobile_ui_test/bt/template_product_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_property_sheet_id_list b/bt5/erp5_mobile_ui_test/bt/template_property_sheet_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_role_list b/bt5/erp5_mobile_ui_test/bt/template_role_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_site_property_id_list b/bt5/erp5_mobile_ui_test/bt/template_site_property_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_skin_id_list b/bt5/erp5_mobile_ui_test/bt/template_skin_id_list new file mode 100644 index 0000000000..6ec5ebf6e9 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_skin_id_list @@ -0,0 +1 @@ +erp5_mobile_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_test_id_list b/bt5/erp5_mobile_ui_test/bt/template_test_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_tool_id_list b/bt5/erp5_mobile_ui_test/bt/template_tool_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow b/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow new file mode 100644 index 0000000000..c227083464 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_update_business_template_workflow @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_update_tool b/bt5/erp5_mobile_ui_test/bt/template_update_tool new file mode 100644 index 0000000000..c227083464 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/template_update_tool @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/template_workflow_id_list b/bt5/erp5_mobile_ui_test/bt/template_workflow_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_mobile_ui_test/bt/title b/bt5/erp5_mobile_ui_test/bt/title new file mode 100644 index 0000000000..6ec5ebf6e9 --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/title @@ -0,0 +1 @@ +erp5_mobile_ui_test \ No newline at end of file diff --git a/bt5/erp5_mobile_ui_test/bt/version b/bt5/erp5_mobile_ui_test/bt/version new file mode 100644 index 0000000000..ceab6e11ec --- /dev/null +++ b/bt5/erp5_mobile_ui_test/bt/version @@ -0,0 +1 @@ +0.1 \ No newline at end of file -- 2.30.9