From 5bd3a15fbeef2deceaeb21faf926425575624ed3 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@nexedi.com> Date: Mon, 25 Jul 2016 11:19:30 +0000 Subject: [PATCH] erp5_payroll: allows to reference accounts in the destination field of PaySheetLine_view --- .../erp5_payroll/PaySheetLine_view/my_destination_title.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetLine_view/my_destination_title.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetLine_view/my_destination_title.xml index 71ac6cd0c9..efe8c4cdb7 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetLine_view/my_destination_title.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetLine_view/my_destination_title.xml @@ -108,6 +108,10 @@ <string>Person</string> <string>Person</string> </tuple> + <tuple> + <string>Account</string> + <string>Account</string> + </tuple> </list> </value> </item> -- 2.30.9