From 877e59252e19e387ee4ec1d18f7d725d1ad026ff Mon Sep 17 00:00:00 2001 From: Yusuke Muraoka <yusuke@nexedi.com> Date: Tue, 10 Mar 2009 03:21:11 +0000 Subject: [PATCH] 2009-03-10 yusuke * regist new payroll l10n template for Japanese git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25926 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_categories/salary_range/japan.xml | 93 +++++++++++++ .../salary_range/japan/no_limit.xml | 54 ++++++++ .../portal_skins/erp5_payroll_l10n_jp.xml | 29 ++++ .../PaySheetModelLine_getIncomeTax.xml | 127 ++++++++++++++++++ bt5/erp5_payroll_l10n_jp/bt/categories_list | 0 bt5/erp5_payroll_l10n_jp/bt/change_log | 2 + bt5/erp5_payroll_l10n_jp/bt/comment | 0 bt5/erp5_payroll_l10n_jp/bt/copyright_list | 1 + bt5/erp5_payroll_l10n_jp/bt/dependency_list | 1 + bt5/erp5_payroll_l10n_jp/bt/description | 1 + bt5/erp5_payroll_l10n_jp/bt/license | 1 + bt5/erp5_payroll_l10n_jp/bt/maintainer_list | 1 + bt5/erp5_payroll_l10n_jp/bt/provision_list | 0 bt5/erp5_payroll_l10n_jp/bt/publication_url | 1 + bt5/erp5_payroll_l10n_jp/bt/revision | 1 + bt5/erp5_payroll_l10n_jp/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 .../bt/template_path_list | 2 + ...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 .../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_payroll_l10n_jp/bt/title | 1 + bt5/erp5_payroll_l10n_jp/bt/version | 1 + 59 files changed, 321 insertions(+) create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/no_limit.xml create mode 100644 bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp.xml create mode 100644 bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp/PaySheetModelLine_getIncomeTax.xml create mode 100644 bt5/erp5_payroll_l10n_jp/bt/categories_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/change_log create mode 100644 bt5/erp5_payroll_l10n_jp/bt/comment create mode 100644 bt5/erp5_payroll_l10n_jp/bt/copyright_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/dependency_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/description create mode 100644 bt5/erp5_payroll_l10n_jp/bt/license create mode 100644 bt5/erp5_payroll_l10n_jp/bt/maintainer_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/provision_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/publication_url create mode 100644 bt5/erp5_payroll_l10n_jp/bt/revision create mode 100644 bt5/erp5_payroll_l10n_jp/bt/short_title create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_action_path_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_base_category_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_datetime_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_full_text_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_keyword_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_local_role_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_method_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_multivalue_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_related_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_request_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_table_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_role_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_scriptable_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_catalog_topic_key_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_constraint_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_document_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_extension_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_format_version create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_local_roles_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_message_translation_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_module_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_path_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_allowed_content_type_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_base_category_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_hidden_content_type_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_property_sheet_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_roles_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_portal_type_workflow_chain_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_preference_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_product_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_property_sheet_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_role_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_site_property_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_skin_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_test_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_tool_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_update_business_template_workflow create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_update_tool create mode 100644 bt5/erp5_payroll_l10n_jp/bt/template_workflow_id_list create mode 100644 bt5/erp5_payroll_l10n_jp/bt/title create mode 100644 bt5/erp5_payroll_l10n_jp/bt/version diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan.xml new file mode 100644 index 0000000000..875a66461c --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan.xml @@ -0,0 +1,93 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Category" module="Products.ERP5Type.Document.Category"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_count</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>_folder_handler</string> </key> + <value> <string>CMFBTreeFolderHandler</string> </value> + </item> + <item> + <key> <string>_mt_index</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> + </value> + </item> + <item> + <key> <string>_tree</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> + </value> + </item> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>salary_range/japan</string> + </tuple> + </value> + </item> + <item> + <key> <string>codification</string> </key> + <value> <string>jp</string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>japan</string> </value> + </item> + <item> + <key> <string>last_id</string> </key> + <value> <string>10</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Japan</string> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <global name="Length" module="BTrees.Length"/> + </pickle> + <pickle> <int>0</int> </pickle> + </record> + <record id="3" aka="AAAAAAAAAAM="> + <pickle> + <global name="OOBTree" module="BTrees._OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> + <record id="4" aka="AAAAAAAAAAQ="> + <pickle> + <global name="OOBTree" module="BTrees._OOBTree"/> + </pickle> + <pickle> + <none/> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/no_limit.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/no_limit.xml new file mode 100644 index 0000000000..8aaf371e6d --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/no_limit.xml @@ -0,0 +1,54 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="Category" module="Products.ERP5Type.Document.Category"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>categories</string> </key> + <value> + <tuple> + <string>salary_range/japan/no_limit</string> + <string>salary_range/japan/no_limit</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>no_limit</string> </value> + </item> + <item> + <key> <string>int_index</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>short_title</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>No Limit</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp.xml b/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp.xml new file mode 100644 index 0000000000..1bdb224d1b --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp.xml @@ -0,0 +1,29 @@ +<?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>_objects</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>erp5_payroll_l10n_jp</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string></string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp/PaySheetModelLine_getIncomeTax.xml b/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp/PaySheetModelLine_getIncomeTax.xml new file mode 100644 index 0000000000..656546e448 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/SkinTemplateItem/portal_skins/erp5_payroll_l10n_jp/PaySheetModelLine_getIncomeTax.xml @@ -0,0 +1,127 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="PythonScript" module="Products.PythonScripts.PythonScript"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>Script_magic</string> </key> + <value> <int>3</int> </value> + </item> + <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_container</string> </key> + <value> <string>container</string> </value> + </item> + <item> + <key> <string>name_context</string> </key> + <value> <string>context</string> </value> + </item> + <item> + <key> <string>name_m_self</string> </key> + <value> <string>script</string> </value> + </item> + <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>_body</string> </key> + <value> <string>result={}\n +result[\'quantity\'] = 1000\n +result[\'price\'] = 0.05\n +return result\n +</string> </value> + </item> + <item> + <key> <string>_code</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>_params</string> </key> + <value> <string>base_amount_dict, cell</string> </value> + </item> + <item> + <key> <string>errors</string> </key> + <value> + <tuple/> + </value> + </item> + <item> + <key> <string>func_code</string> </key> + <value> + <object> + <klass> + <global name="FuncCode" module="Shared.DC.Scripts.Signature"/> + </klass> + <tuple/> + <state> + <dictionary> + <item> + <key> <string>co_argcount</string> </key> + <value> <int>2</int> </value> + </item> + <item> + <key> <string>co_varnames</string> </key> + <value> + <tuple> + <string>base_amount_dict</string> + <string>cell</string> + <string>result</string> + <string>_write_</string> + </tuple> + </value> + </item> + </dictionary> + </state> + </object> + </value> + </item> + <item> + <key> <string>func_defaults</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>PaySheetModelLine_getIncomeTax</string> </value> + </item> + <item> + <key> <string>warnings</string> </key> + <value> + <tuple/> + </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/bt/categories_list b/bt5/erp5_payroll_l10n_jp/bt/categories_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/change_log b/bt5/erp5_payroll_l10n_jp/bt/change_log new file mode 100644 index 0000000000..fff007826c --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/change_log @@ -0,0 +1,2 @@ +2009-03-10 yusuke +* Initial revision \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/comment b/bt5/erp5_payroll_l10n_jp/bt/comment new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/copyright_list b/bt5/erp5_payroll_l10n_jp/bt/copyright_list new file mode 100644 index 0000000000..fee2c4a899 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/copyright_list @@ -0,0 +1 @@ +Copyright (c) 2009 Nexedi KK \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/dependency_list b/bt5/erp5_payroll_l10n_jp/bt/dependency_list new file mode 100644 index 0000000000..2403ca2765 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/dependency_list @@ -0,0 +1 @@ +erp5_payroll \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/description b/bt5/erp5_payroll_l10n_jp/bt/description new file mode 100644 index 0000000000..da6efd0539 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/description @@ -0,0 +1 @@ +Japanese localization for payroll module. It contains categories to generate report according under Japanese laws. \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/license b/bt5/erp5_payroll_l10n_jp/bt/license new file mode 100644 index 0000000000..3a3e12bcad --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/license @@ -0,0 +1 @@ +GPL \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/maintainer_list b/bt5/erp5_payroll_l10n_jp/bt/maintainer_list new file mode 100644 index 0000000000..226ecc7ff5 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/maintainer_list @@ -0,0 +1 @@ +yusuke \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/provision_list b/bt5/erp5_payroll_l10n_jp/bt/provision_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/publication_url b/bt5/erp5_payroll_l10n_jp/bt/publication_url new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/publication_url @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/revision b/bt5/erp5_payroll_l10n_jp/bt/revision new file mode 100644 index 0000000000..c147342cbe --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/revision @@ -0,0 +1 @@ +81 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/short_title b/bt5/erp5_payroll_l10n_jp/bt/short_title new file mode 100644 index 0000000000..4af18322e3 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/short_title @@ -0,0 +1 @@ +None \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_action_path_list b/bt5/erp5_payroll_l10n_jp/bt/template_action_path_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_base_category_list b/bt5/erp5_payroll_l10n_jp/bt/template_base_category_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_datetime_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_datetime_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_full_text_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_full_text_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_keyword_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_keyword_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_local_role_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_local_role_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_method_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_method_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_multivalue_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_multivalue_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_related_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_related_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_request_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_request_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_table_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_result_table_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_role_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_role_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_scriptable_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_scriptable_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_catalog_topic_key_list b/bt5/erp5_payroll_l10n_jp/bt/template_catalog_topic_key_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_constraint_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_constraint_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_document_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_document_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_extension_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_extension_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_format_version b/bt5/erp5_payroll_l10n_jp/bt/template_format_version new file mode 100644 index 0000000000..56a6051ca2 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/template_format_version @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_local_roles_list b/bt5/erp5_payroll_l10n_jp/bt/template_local_roles_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_message_translation_list b/bt5/erp5_payroll_l10n_jp/bt/template_message_translation_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_module_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_module_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_path_list b/bt5/erp5_payroll_l10n_jp/bt/template_path_list new file mode 100644 index 0000000000..4933601921 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/template_path_list @@ -0,0 +1,2 @@ +portal_categories/salary_range/japan +portal_categories/salary_range/japan/no_limit \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_allowed_content_type_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_base_category_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_base_category_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_hidden_content_type_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_property_sheet_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_property_sheet_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_roles_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_roles_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_workflow_chain_list b/bt5/erp5_payroll_l10n_jp/bt/template_portal_type_workflow_chain_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_preference_list b/bt5/erp5_payroll_l10n_jp/bt/template_preference_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_product_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_product_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_property_sheet_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_property_sheet_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_role_list b/bt5/erp5_payroll_l10n_jp/bt/template_role_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_site_property_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_site_property_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_skin_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_skin_id_list new file mode 100644 index 0000000000..6d8ef027bc --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/template_skin_id_list @@ -0,0 +1 @@ +erp5_payroll_l10n_jp \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_test_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_test_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_tool_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_tool_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_update_business_template_workflow b/bt5/erp5_payroll_l10n_jp/bt/template_update_business_template_workflow new file mode 100644 index 0000000000..c227083464 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/template_update_business_template_workflow @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_update_tool b/bt5/erp5_payroll_l10n_jp/bt/template_update_tool new file mode 100644 index 0000000000..c227083464 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/template_update_tool @@ -0,0 +1 @@ +0 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_workflow_id_list b/bt5/erp5_payroll_l10n_jp/bt/template_workflow_id_list new file mode 100644 index 0000000000..e69de29bb2 diff --git a/bt5/erp5_payroll_l10n_jp/bt/title b/bt5/erp5_payroll_l10n_jp/bt/title new file mode 100644 index 0000000000..6d8ef027bc --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/title @@ -0,0 +1 @@ +erp5_payroll_l10n_jp \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/version b/bt5/erp5_payroll_l10n_jp/bt/version new file mode 100644 index 0000000000..ceab6e11ec --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/bt/version @@ -0,0 +1 @@ +0.1 \ No newline at end of file -- 2.30.9