Skip to content

Commit dca4c46

Browse files
[OU-ADD] portal
1 parent d2a6e55 commit dca4c46

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

docsource/modules170-180.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)