Commit 6ec414fc authored by Romain Courteaud's avatar Romain Courteaud

slapos_erp5: give Role for source_project on Sale Supply

parent cd6aeb11
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<multi_property id='base_category'>destination</multi_property> <multi_property id='base_category'>destination</multi_property>
</role> </role>
<role id='Auditor'> <role id='Auditor'>
<property id='title'>Project Customer</property> <property id='title'>Destination Project Customer</property>
<property id='description'>XXX add local role group <property id='description'>XXX add local role group
Only show to all project customer if it is not specific to a dedicated user</property> Only show to all project customer if it is not specific to a dedicated user</property>
...@@ -18,7 +18,7 @@ Only show to all project customer if it is not specific to a dedicated user</pro ...@@ -18,7 +18,7 @@ Only show to all project customer if it is not specific to a dedicated user</pro
<multi_property id='base_category'>destination_project</multi_property> <multi_property id='base_category'>destination_project</multi_property>
</role> </role>
<role id='Assignee'> <role id='Assignee'>
<property id='title'>Project Production Agent</property> <property id='title'>Destination Project Production Agent</property>
<property id='description'>XXX add local role group</property> <property id='description'>XXX add local role group</property>
<property id='condition'>python: context.getDestinationProject("") != ""</property> <property id='condition'>python: context.getDestinationProject("") != ""</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property> <property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property>
...@@ -26,11 +26,37 @@ Only show to all project customer if it is not specific to a dedicated user</pro ...@@ -26,11 +26,37 @@ Only show to all project customer if it is not specific to a dedicated user</pro
<multi_property id='base_category'>destination_project</multi_property> <multi_property id='base_category'>destination_project</multi_property>
</role> </role>
<role id='Assignor'> <role id='Assignor'>
<property id='title'>Project Production Manager</property> <property id='title'>Destination Project Production Manager</property>
<property id='description'>XXX add local role group</property> <property id='description'>XXX add local role group</property>
<property id='condition'>python: context.getDestinationProject("") != ""</property> <property id='condition'>python: context.getDestinationProject("") != ""</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property> <property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property>
<multi_property id='category'>function/production/manager</multi_property> <multi_property id='category'>function/production/manager</multi_property>
<multi_property id='base_category'>destination_project</multi_property> <multi_property id='base_category'>destination_project</multi_property>
</role> </role>
<role id='Auditor'>
<property id='title'>Source Project Customer</property>
<property id='description'>XXX add local role group
Only show to all project customer if it is not specific to a dedicated user</property>
<property id='condition'>python: (context.getSourceProject("") != "") and (context.getSource(None) is None) and (context.getValidationState() == 'validated')</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property>
<multi_property id='category'>function/customer</multi_property>
<multi_property id='base_category'>source_project</multi_property>
</role>
<role id='Assignee'>
<property id='title'>Source Project Production Agent</property>
<property id='description'>XXX add local role group</property>
<property id='condition'>python: context.getSourceProject("") != ""</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property>
<multi_property id='category'>function/production/agent</multi_property>
<multi_property id='base_category'>source_project</multi_property>
</role>
<role id='Assignor'>
<property id='title'>Source Project Production Manager</property>
<property id='description'>XXX add local role group</property>
<property id='condition'>python: context.getSourceProject("") != ""</property>
<property id='base_category_script'>ERP5Type_getSecurityCategoryFromContent</property>
<multi_property id='category'>function/production/manager</multi_property>
<multi_property id='base_category'>source_project</multi_property>
</role>
</type_roles> </type_roles>
\ No newline at end of file
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
<value> <value>
<tuple> <tuple>
<string>_setDestination.*</string> <string>_setDestination.*</string>
<string>_setSource.*</string>
<string>validate</string> <string>validate</string>
<string>invalidate</string> <string>invalidate</string>
</tuple> </tuple>
......
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