From bbed42386fb767cdbb737f702e7341781d8a2073 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 4 Feb 2009 14:01:23 +0000 Subject: [PATCH] add some proxy listbox ids git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25446 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_source_title.xml | 12 ++++++++++++ .../my_specialise_title_list.xml | 12 ++++++++++++ .../my_destination_section_title.xml | 12 ++++++++++++ .../my_resource_title.xml | 12 ++++++++++++ .../my_source_section_title.xml | 12 ++++++++++++ .../my_specialise_title.xml | 12 ++++++++++++ bt5/erp5_payroll/bt/change_log | 1 + bt5/erp5_payroll/bt/revision | 2 +- 8 files changed, 74 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/AnnotationLine_viewFieldLibrary/my_source_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/AnnotationLine_viewFieldLibrary/my_source_title.xml index 36e7452560..83a57f2c51 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/AnnotationLine_viewFieldLibrary/my_source_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/AnnotationLine_viewFieldLibrary/my_source_title.xml @@ -18,6 +18,7 @@ <string>base_category</string> <string>portal_type</string> <string>catalog_index</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -129,6 +130,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>OrganisationModule_viewOrganisationList/listbox</string> + <string>Organisations</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetModel_viewFieldLibrary/my_specialise_title_list.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetModel_viewFieldLibrary/my_specialise_title_list.xml index 2135fbb376..6c4be8e251 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetModel_viewFieldLibrary/my_specialise_title_list.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetModel_viewFieldLibrary/my_specialise_title_list.xml @@ -18,6 +18,7 @@ <string>base_category</string> <string>portal_type</string> <string>catalog_index</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -109,6 +110,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>PaySheetModelModule_viewPaySheetModelList/listbox</string> + <string>Pay Sheet Models</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>target</string> </key> <value> <string>Click to edit the target</string> </value> diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_destination_section_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_destination_section_title.xml index 9fb3cecae6..9d7dc44fe9 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_destination_section_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_destination_section_title.xml @@ -18,6 +18,7 @@ <string>base_category</string> <string>portal_type</string> <string>catalog_index</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -129,6 +130,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>OrganisationModule_viewOrganisationList/listbox</string> + <string>Organisations</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_resource_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_resource_title.xml index 0ee949123b..cae3d5e21a 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_resource_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_resource_title.xml @@ -18,6 +18,7 @@ <string>base_category</string> <string>portal_type</string> <string>catalog_index</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -129,6 +130,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>PayrollServiceModule_viewPayrollServiceList/listbox</string> + <string>Payroll Services</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_source_section_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_source_section_title.xml index 8b86264dd1..646bc9a563 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_source_section_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_source_section_title.xml @@ -18,6 +18,7 @@ <string>base_category</string> <string>portal_type</string> <string>catalog_index</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -129,6 +130,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>PersonModule_viewPersonList/listbox</string> + <string>Persons</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_specialise_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_specialise_title.xml index f73d1461e5..e4ed613979 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_specialise_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_viewFieldLibrary/my_specialise_title.xml @@ -19,6 +19,7 @@ <string>portal_type</string> <string>catalog_index</string> <string>relation_setter_id</string> + <string>proxy_listbox_ids</string> </list> </value> </item> @@ -130,6 +131,17 @@ </list> </value> </item> + <item> + <key> <string>proxy_listbox_ids</string> </key> + <value> + <list> + <tuple> + <string>PaySheetModelModule_viewPaySheetModelList/listbox</string> + <string>Pay Sheet Models</string> + </tuple> + </list> + </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> diff --git a/bt5/erp5_payroll/bt/change_log b/bt5/erp5_payroll/bt/change_log index 234bb9b0f4..69950d7914 100644 --- a/bt5/erp5_payroll/bt/change_log +++ b/bt5/erp5_payroll/bt/change_log @@ -1,6 +1,7 @@ 2009-02-04 fabien * when a specialise model is defined on a paysheet, apply it automatically * rewrite the apply model script +* add some proxy listbox ids 2009-01-28 fabien * remove some unused script and refeactor some very similar scripts in a generic one diff --git a/bt5/erp5_payroll/bt/revision b/bt5/erp5_payroll/bt/revision index 6ffe0d0bf6..235adf8bd8 100644 --- a/bt5/erp5_payroll/bt/revision +++ b/bt5/erp5_payroll/bt/revision @@ -1 +1 @@ -348 \ No newline at end of file +349 \ No newline at end of file -- 2.30.9