Skip to content

Commit

Permalink
[IMP] website_livechat,website_hr_recruitment: make them Apps
Browse files Browse the repository at this point in the history
Since we add those on the "New Content" menu, it's better if they are Apps,
so they can be found more easily.

PR: #27110
task-1885419
  • Loading branch information
seb-odoo committed Sep 25, 2018
1 parent e4aa8ec commit d2ba705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/website_hr_recruitment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
'data/hr_job_demo.xml',
],
'installable': True,
'application': True,
}
1 change: 1 addition & 0 deletions addons/website_livechat/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
""",
'depends': ['website', 'im_livechat'],
'installable': True,
'application': True,
'auto_install': True,
'data': [
'views/website_livechat.xml',
Expand Down

0 comments on commit d2ba705

Please sign in to comment.