Commit 1a5492ee authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: update Instance Node local roles

parent 30302390
<type_roles>
<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 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/production/agent</multi_property>
<multi_property id='base_category'>follow_up</multi_property>
</role>
<role id='Assignor'>
<property id='title'>Project Production Manager</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/production/manager</multi_property>
<multi_property id='base_category'>follow_up</multi_property>
</role>
</type_roles>
\ No newline at end of file
......@@ -27,6 +27,10 @@
<type>Delivery Cell</type>
<workflow>-immobilisation_movement_interaction_workflow</workflow>
</chain>
<chain>
<type>Instance Node</type>
<workflow>local_permission_slapos_interaction_workflow</workflow>
</chain>
<chain>
<type>Instance Tree</type>
<workflow>local_permission_slapos_interaction_workflow</workflow>
......
......@@ -33,6 +33,7 @@
<value>
<tuple>
<string>Compute Node</string>
<string>Instance Node</string>
</tuple>
</value>
</item>
......
......@@ -41,6 +41,7 @@ Fax Message
Google Login
Incident Response
Incident Response Module
Instance Node
Instance Tree
Instance Tree Module
Integration Site
......
......@@ -7,6 +7,7 @@ Computer Network | local_permission_slapos_interaction_workflow
Contract Invitation Token | edit_workflow
Contract Invitation Token | validation_workflow
Delivery Cell | -immobilisation_movement_interaction_workflow
Instance Node | local_permission_slapos_interaction_workflow
Instance Tree | local_permission_slapos_interaction_workflow
Integration Site | local_permission_slapos_interaction_workflow
Internal Packing List Line | -immobilisation_movement_interaction_workflow
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment