diff --git a/master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Software%20Installation.xml b/master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Software%20Installation.xml index a75a06cfedd7d0f849b4c0366d70f8d248e8be2b..5e2abed6f8941216b3e325038a193110437671b4 100644 --- a/master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Software%20Installation.xml +++ b/master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Software%20Installation.xml @@ -5,6 +5,14 @@ <multi_property id='categories'>local_role_group/computer</multi_property> <multi_property id='base_category'>aggregate</multi_property> </role> + <role id='Auditor'> + <property id='title'>Project Customer</property> + <property id='description'>XXX add local role group</property> + <property id='condition'>python: context.getFollowUp("") != ""</property> + <property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property> + <multi_property id='category'>function/customer</multi_property> + <multi_property id='base_category'>follow_up</multi_property> + </role> <role id='Assignee'> <property id='title'>Project Production Agent</property> <property id='description'>XXX project local role group</property>