Skip to content

Commit 1bb209c

Browse files
author
Milan Topuzov
committed
security: set 'Job Queue' privilege sequence to 50 (under Settings › Users)\n\n- Places the privilege below typical user/security items (e.g., OAuth providers at 30)\n- Functional change limited to manifest data (security.xml)
1 parent 81a1488 commit 1bb209c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

queue_job/security/security.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<data>
44
<record model="res.groups.privilege" id="privilege_queue_job">
55
<field name="name">Job Queue</field>
6-
<field name="sequence">20</field>
6+
<field name="sequence">50</field>
77
</record>
88
<record model="ir.module.category" id="module_category_queue_job">
99
<field name="name">Job Queue</field>

0 commit comments

Comments
 (0)