From 7baa2d306bd1ad94668f6b052641a16ffcd8ae72 Mon Sep 17 00:00:00 2001 From: Yusuke Muraoka <yusuke@nexedi.com> Date: Thu, 20 Aug 2009 08:29:12 +0000 Subject: [PATCH] 2009-08-20 yusuke * add Japan standard remuneration categories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28480 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_categories/salary_range/japan.xml | 4 +- .../japan/standard_remuneration.xml | 81 +++++++++++++++++++ .../japan/standard_remuneration/1.xml | 33 ++++++++ .../japan/standard_remuneration/10.xml | 33 ++++++++ .../japan/standard_remuneration/11.xml | 33 ++++++++ .../japan/standard_remuneration/12.xml | 33 ++++++++ .../japan/standard_remuneration/13.xml | 33 ++++++++ .../japan/standard_remuneration/14.xml | 33 ++++++++ .../japan/standard_remuneration/15.xml | 33 ++++++++ .../japan/standard_remuneration/16.xml | 33 ++++++++ .../japan/standard_remuneration/17.xml | 33 ++++++++ .../japan/standard_remuneration/18.xml | 33 ++++++++ .../japan/standard_remuneration/19.xml | 33 ++++++++ .../japan/standard_remuneration/2.xml | 33 ++++++++ .../japan/standard_remuneration/20.xml | 33 ++++++++ .../japan/standard_remuneration/21.xml | 33 ++++++++ .../japan/standard_remuneration/22.xml | 33 ++++++++ .../japan/standard_remuneration/23.xml | 33 ++++++++ .../japan/standard_remuneration/24.xml | 33 ++++++++ .../japan/standard_remuneration/25.xml | 33 ++++++++ .../japan/standard_remuneration/26.xml | 33 ++++++++ .../japan/standard_remuneration/27.xml | 33 ++++++++ .../japan/standard_remuneration/28.xml | 33 ++++++++ .../japan/standard_remuneration/29.xml | 33 ++++++++ .../japan/standard_remuneration/3.xml | 33 ++++++++ .../japan/standard_remuneration/30.xml | 33 ++++++++ .../japan/standard_remuneration/4.xml | 33 ++++++++ .../japan/standard_remuneration/5.xml | 33 ++++++++ .../japan/standard_remuneration/6.xml | 33 ++++++++ .../japan/standard_remuneration/7.xml | 33 ++++++++ .../japan/standard_remuneration/8.xml | 33 ++++++++ .../japan/standard_remuneration/9.xml | 33 ++++++++ bt5/erp5_payroll_l10n_jp/bt/change_log | 3 + bt5/erp5_payroll_l10n_jp/bt/revision | 2 +- .../bt/template_path_list | 3 +- 35 files changed, 1079 insertions(+), 4 deletions(-) create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/1.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/10.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/11.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/12.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/13.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/14.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/15.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/16.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/17.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/18.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/19.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/2.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/20.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/21.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/22.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/23.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/24.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/25.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/26.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/27.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/28.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/29.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/3.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/30.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/4.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/5.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/6.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/7.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/8.xml create mode 100644 bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/9.xml 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 index 875a66461c..66fc271494 100644 --- 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 @@ -55,7 +55,7 @@ </item> <item> <key> <string>last_id</string> </key> - <value> <string>10</string> </value> + <value> <string>12</string> </value> </item> <item> <key> <string>portal_type</string> </key> @@ -63,7 +63,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Japan</string> </value> + <value> <string>日本</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration.xml new file mode 100644 index 0000000000..820ada15a6 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration.xml @@ -0,0 +1,81 @@ +<?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>_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/standard_remuneration</string> + </tuple> + </value> + </item> + <item> + <key> <string>description</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>standard_remuneration</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>æ¨™æº–å ±é…¬</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/standard_remuneration/1.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/1.xml new file mode 100644 index 0000000000..7aba5798da --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/1.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>1</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 1</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/10.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/10.xml new file mode 100644 index 0000000000..37adf97265 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/10.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>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>ç‰ç´š 10</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/11.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/11.xml new file mode 100644 index 0000000000..12713b810d --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/11.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>11</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 11</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/12.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/12.xml new file mode 100644 index 0000000000..4aba8b7613 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/12.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>12</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 12</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/13.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/13.xml new file mode 100644 index 0000000000..3e83a7295c --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/13.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>13</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 13</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/14.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/14.xml new file mode 100644 index 0000000000..8f1e6566de --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/14.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>14</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 14</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/15.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/15.xml new file mode 100644 index 0000000000..b66b9cd3c1 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/15.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>15</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 15</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/16.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/16.xml new file mode 100644 index 0000000000..255bcb45b3 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/16.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>16</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 16</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/17.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/17.xml new file mode 100644 index 0000000000..e0490b5ce9 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/17.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>17</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 17</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/18.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/18.xml new file mode 100644 index 0000000000..609a08dc68 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/18.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>18</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 18</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/19.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/19.xml new file mode 100644 index 0000000000..b0a6c5576a --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/19.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>19</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 19</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/2.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/2.xml new file mode 100644 index 0000000000..1cea15bcf0 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/2.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>2</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 2</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/20.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/20.xml new file mode 100644 index 0000000000..8c0248718f --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/20.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>20</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 20</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/21.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/21.xml new file mode 100644 index 0000000000..314df017cf --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/21.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>21</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 21</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/22.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/22.xml new file mode 100644 index 0000000000..6dae640cb5 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/22.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>22</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 22</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/23.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/23.xml new file mode 100644 index 0000000000..0d0876cbdc --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/23.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>23</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 23</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/24.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/24.xml new file mode 100644 index 0000000000..277635bc16 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/24.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>24</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 24</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/25.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/25.xml new file mode 100644 index 0000000000..f0226e8153 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/25.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>25</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 25</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/26.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/26.xml new file mode 100644 index 0000000000..f9fc921ee2 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/26.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>26</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 26</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/27.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/27.xml new file mode 100644 index 0000000000..c002da9b41 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/27.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>27</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 27</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/28.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/28.xml new file mode 100644 index 0000000000..f9729d5e6e --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/28.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>28</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 28</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/29.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/29.xml new file mode 100644 index 0000000000..cc44e20eb8 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/29.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>29</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 29</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/3.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/3.xml new file mode 100644 index 0000000000..5bff15fa2a --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/3.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>3</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 3</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/30.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/30.xml new file mode 100644 index 0000000000..87e4c35414 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/30.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>30</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 30</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/4.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/4.xml new file mode 100644 index 0000000000..5cb533ed62 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/4.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>4</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 4</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/5.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/5.xml new file mode 100644 index 0000000000..e6d2bde8ca --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/5.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>5</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 5</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/6.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/6.xml new file mode 100644 index 0000000000..fcebf50d62 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/6.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>6</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 6</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/7.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/7.xml new file mode 100644 index 0000000000..fc192ab4a7 --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/7.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>7</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 7</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/8.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/8.xml new file mode 100644 index 0000000000..550808836a --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/8.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>8</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 8</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/9.xml b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/9.xml new file mode 100644 index 0000000000..8e03716e3a --- /dev/null +++ b/bt5/erp5_payroll_l10n_jp/PathTemplateItem/portal_categories/salary_range/japan/standard_remuneration/9.xml @@ -0,0 +1,33 @@ +<?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>codification</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>9</string> </value> + </item> + <item> + <key> <string>portal_type</string> </key> + <value> <string>Category</string> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>ç‰ç´š 9</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_payroll_l10n_jp/bt/change_log b/bt5/erp5_payroll_l10n_jp/bt/change_log index 7fcba6e293..6656e64940 100644 --- a/bt5/erp5_payroll_l10n_jp/bt/change_log +++ b/bt5/erp5_payroll_l10n_jp/bt/change_log @@ -1,3 +1,6 @@ +2009-08-20 yusuke +* add Japan standard remuneration categories + 2009-08-19 yusuke * Minimum package for manual input diff --git a/bt5/erp5_payroll_l10n_jp/bt/revision b/bt5/erp5_payroll_l10n_jp/bt/revision index eaf7a13d15..0fd0714a51 100644 --- a/bt5/erp5_payroll_l10n_jp/bt/revision +++ b/bt5/erp5_payroll_l10n_jp/bt/revision @@ -1 +1 @@ -87 \ No newline at end of file +103 \ No newline at end of file diff --git a/bt5/erp5_payroll_l10n_jp/bt/template_path_list b/bt5/erp5_payroll_l10n_jp/bt/template_path_list index 77c4e91781..fb92ea650b 100644 --- a/bt5/erp5_payroll_l10n_jp/bt/template_path_list +++ b/bt5/erp5_payroll_l10n_jp/bt/template_path_list @@ -1 +1,2 @@ -portal_categories/salary_range/japan \ No newline at end of file +portal_categories/salary_range/japan +portal_categories/salary_range/japan/** \ No newline at end of file -- 2.30.9