-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by legalsylvain
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
openupgrade_scripts/scripts/portal/17.0.1.0/post-migration.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright 2024 Viindoo Technology Joint Stock Company (Viindoo) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from openupgradelib import openupgrade | ||
|
||
|
||
@openupgrade.migrate() | ||
def migrate(env, version): | ||
openupgrade.load_data(env, "portal", "17.0.1.0/noupdate_changes.xml") |
16 changes: 16 additions & 0 deletions
16
openupgrade_scripts/scripts/portal/17.0.1.0/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
---Models in module 'portal'--- | ||
---Fields in module 'portal'--- | ||
portal / discuss.channel / website_message_ids (one2many): NEW relation: mail.message | ||
portal / hr.contract / website_message_ids (one2many): module is now 'hr_contract' ('portal') | ||
portal / hr.leave / website_message_ids (one2many): module is now 'hr_holidays' ('portal') | ||
portal / hr.leave.allocation / website_message_ids (one2many): module is now 'hr_holidays' ('portal') | ||
portal / mail.channel / website_message_ids (one2many): DEL relation: mail.message | ||
portal / note.note / website_message_ids (one2many): DEL relation: mail.message | ||
portal / product.pricelist / website_message_ids (one2many): NEW relation: mail.message | ||
# NOTHING TO DO | ||
|
||
---XML records in module 'portal'--- | ||
NEW ir.ui.view: portal.message_document_unfollowed | ||
NEW ir.ui.view: portal.side_content | ||
NEW ir.ui.view: portal.user_sign_in_redirect | ||
# NOTHING TO DO |