Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
8ef8b9a7
Commit
8ef8b9a7
authored
Jun 04, 2024
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_erp5: give view permission to sale people on all instance trees
parent
6b8fb89f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
master/bt5/slapos_erp5/LocalRolesTemplateItem/instance_tree_module.xml
...apos_erp5/LocalRolesTemplateItem/instance_tree_module.xml
+4
-0
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Instance%20Tree%20Module.xml
.../PortalTypeRolesTemplateItem/Instance%20Tree%20Module.xml
+6
-0
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Instance%20Tree.xml
...apos_erp5/PortalTypeRolesTemplateItem/Instance%20Tree.xml
+6
-0
No files found.
master/bt5/slapos_erp5/LocalRolesTemplateItem/instance_tree_module.xml
View file @
8ef8b9a7
...
...
@@ -7,6 +7,9 @@
<role
id=
'F-PRODUCTION*'
>
<item>
Auditor
</item>
</role>
<role
id=
'F-SALE*'
>
<item>
Auditor
</item>
</role>
<role
id=
'R-COMPUTER'
>
<item>
Auditor
</item>
</role>
...
...
@@ -23,6 +26,7 @@
<principal
id=
'F-CUSTOMER'
>
Auditor
</principal>
<principal
id=
'F-CUSTOMER'
>
Author
</principal>
<principal
id=
'F-PRODUCTION*'
>
Auditor
</principal>
<principal
id=
'F-SALE*'
>
Auditor
</principal>
</local_role_group_id>
</local_role_group_ids>
</local_roles_item>
\ No newline at end of file
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Instance%20Tree%20Module.xml
View file @
8ef8b9a7
...
...
@@ -23,4 +23,10 @@
<multi_property
id=
'category'
>
function/customer
</multi_property>
<multi_property
id=
'base_category'
>
function
</multi_property>
</role>
<role
id=
'Auditor'
>
<property
id=
'title'
>
Sale
</property>
<multi_property
id=
'categories'
>
local_role_group/function
</multi_property>
<multi_property
id=
'category'
>
function/sale*
</multi_property>
<multi_property
id=
'base_category'
>
function
</multi_property>
</role>
</type_roles>
\ No newline at end of file
master/bt5/slapos_erp5/PortalTypeRolesTemplateItem/Instance%20Tree.xml
View file @
8ef8b9a7
...
...
@@ -29,4 +29,10 @@
<multi_property
id=
'categories'
>
local_role_group/subscription
</multi_property>
<multi_property
id=
'base_category'
>
aggregate
</multi_property>
</role>
<role
id=
'Auditor'
>
<property
id=
'title'
>
Sale
</property>
<multi_property
id=
'categories'
>
local_role_group/function
</multi_property>
<multi_property
id=
'category'
>
function/sale*
</multi_property>
<multi_property
id=
'base_category'
>
function
</multi_property>
</role>
</type_roles>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment