Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Messaging Group
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Messaging Group
Merge requests
!2
block more discuss features
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
block more discuss features
topic/17.0/more
into
branch/17.0
Overview
0
Commits
1
Pipelines
1
Changes
15
Merged
Vincent Hatakeyama
requested to merge
topic/17.0/more
into
branch/17.0
3 weeks ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
version 3
version 3
ee20b1aa
3 weeks ago
version 2
f6e5bbca
3 weeks ago
version 1
2ed9681c
3 weeks ago
branch/17.0 (base)
and
latest version
latest version
831e1897
1 commit,
3 weeks ago
version 3
ee20b1aa
1 commit,
3 weeks ago
version 2
f6e5bbca
1 commit,
3 weeks ago
version 1
2ed9681c
1 commit,
3 weeks ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
_hook.py
+
2
−
2
Options
@@ -26,10 +26,10 @@
env
.
ref
(
"
mail.menu_root_discuss
"
).
groups_id
=
[
Command
.
clear
()]
env
.
ref
(
"
mail.access_discuss_channel_user
"
).
active
=
True
env
.
ref
(
"
mail.channel_all_employees
"
).
group_ids
=
[
Command
.
set
(
env
.
ref
(
"
base.group_user
"
).
id
)
Command
.
set
(
[
env
.
ref
(
"
base.group_user
"
).
id
]
)
]
def
_post_init_hook
(
env
:
Environment
):
"""
Change some noupdate data
"""
env
.
ref
(
"
mail.channel_all_employees
"
).
group_ids
=
[
@@ -30,8 +30,8 @@
]
def
_post_init_hook
(
env
:
Environment
):
"""
Change some noupdate data
"""
env
.
ref
(
"
mail.channel_all_employees
"
).
group_ids
=
[
Command
.
set
(
env
.
ref
(
"
mail_messaging_group.group_messaging
"
).
id
)
Command
.
set
(
[
env
.
ref
(
"
mail_messaging_group.group_messaging
"
).
id
]
)
]
Loading