File tree Expand file tree Collapse file tree
openupgrade_scripts/scripts/portal/18.0.1.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ Module coverage 17.0 -> 18.0
774774+---------------------------------------------------+----------------------+-------------------------------------------------+
775775| point_of_sale | | |
776776+---------------------------------------------------+----------------------+-------------------------------------------------+
777- | portal | | |
777+ | portal | Done | |
778778+---------------------------------------------------+----------------------+-------------------------------------------------+
779779| portal_rating | |No DB layout changes. |
780780+---------------------------------------------------+----------------------+-------------------------------------------------+
Original file line number Diff line number Diff line change 1+ # Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
2+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+ from openupgradelib import openupgrade
4+
5+
6+ @openupgrade .migrate ()
7+ def migrate (env , version ):
8+ openupgrade .load_data (env , "portal" , "18.0.1.0/noupdate_changes.xml" )
9+ openupgrade .delete_record_translations (
10+ env .cr , "portal" , ["mail_template_data_portal_welcome" ]
11+ )
Original file line number Diff line number Diff line change 1+ ---Models in module 'portal'---
2+ ---Fields in module 'portal'---
3+ portal / fleet.vehicle.model / website_message_ids (one2many): NEW relation: mail.message
4+ portal / hr.department / website_message_ids (one2many): module is now 'hr' ('portal')
5+ portal / hr.employee / website_message_ids (one2many): module is now 'hr' ('portal')
6+ portal / hr.job / website_message_ids (one2many): module is now 'hr' ('portal')
7+ portal / iap.account / website_message_ids (one2many): NEW relation: mail.message
8+ portal / loyalty.card / website_message_ids (one2many): module is now 'loyalty' ('portal')
9+ portal / product.category / website_message_ids (one2many): NEW relation: mail.message
10+ # NOTHING TO DO: one2many
11+
12+ ---XML records in module 'portal'---
13+ NEW ir.ui.view: portal.portal_docs_entry_layout
14+ NEW ir.ui.view: portal.portal_my_contact
15+ DEL ir.ui.view: portal.portal_record_layout
16+ # NOTHING TO DO
You can’t perform that action at this time.
0 commit comments