Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][OU-ADD] website_hr_recruitment: Nothing to do #4079

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_google_map |Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_hr_recruitment | | |
| website_hr_recruitment | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| website_jitsi | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2024 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.logged_query(env.cr, "ALTER TABLE hr_job ADD job_details TEXT")
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---Models in module 'website_hr_recruitment'---
---Fields in module 'website_hr_recruitment'---
website_hr_recruitment / hr.job / job_details (html) : NEW hasdefault: default
# DONE: pre-migration: Pre-create column for avoiding the default

---XML records in module 'website_hr_recruitment'---
NEW ir.actions.act_window: website_hr_recruitment.action_job_pages_list
NEW ir.ui.menu: website_hr_recruitment.menu_job_pages
NEW ir.ui.view: website_hr_recruitment.hr_job_form_inherit
NEW ir.ui.view: website_hr_recruitment.hr_job_search_view_inherit
NEW ir.ui.view: website_hr_recruitment.job_filter_by_employment_type
NEW ir.ui.view: website_hr_recruitment.job_pages_kanban_view
NEW ir.ui.view: website_hr_recruitment.job_pages_tree_view
NEW ir.ui.view: website_hr_recruitment.snippet_options
DEL ir.ui.view: website_hr_recruitment.job_edit_options
DEL ir.ui.view: website_hr_recruitment.user_navbar_inherit_website_hr_recruitment
# NOTHING TO DO
Loading