From 1e4be3b45899e845bf6cec9c59bca933d7266c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 5 Sep 2022 16:35:00 +0900 Subject: [PATCH] core: configure payment_request categories as arrow this way they will be expanded in simulation --- .../portal_categories/destination_payment_request.xml | 4 +++- .../portal_categories/source_payment_request.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment_request.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment_request.xml index 1d20edd246..c364056eb8 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment_request.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment_request.xml @@ -119,7 +119,9 @@ <item> <key> <string>category_type</string> </key> <value> - <tuple/> + <tuple> + <string>destination_arrow</string> + </tuple> </value> </item> <item> diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment_request.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment_request.xml index 51abc11f0b..98964050db 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment_request.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment_request.xml @@ -119,7 +119,9 @@ <item> <key> <string>category_type</string> </key> <value> - <tuple/> + <tuple> + <string>source_arrow</string> + </tuple> </value> </item> <item> -- 2.30.9