odoo-addon-openupgrade-scripts 17.0.1.0.1.30__py3-none-any.whl → 17.0.1.0.1.33__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py +9 -0
- odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/upgrade_analysis_work.txt +30 -0
- odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/post-migration.py +9 -0
- odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/upgrade_analysis_work.txt +16 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info}/RECORD +8 -4
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
# Copyright 2024 Viindoo Technology Joint Stock Company (Viindoo)
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.load_data(env, "calendar", "17.0.1.1/noupdate_changes.xml")
|
@@ -0,0 +1,30 @@
|
|
1
|
+
---Models in module 'calendar'---
|
2
|
+
new model calendar.popover.delete.wizard [transient]
|
3
|
+
# NOTHING TO DO
|
4
|
+
|
5
|
+
---Fields in module 'calendar'---
|
6
|
+
calendar / calendar.event / message_main_attachment_id (many2one): DEL relation: ir.attachment
|
7
|
+
# NOTHING TO DO
|
8
|
+
|
9
|
+
calendar / calendar.event / rrule_type_ui (selection) : NEW selection_keys: ['custom', 'daily', 'monthly', 'weekly', 'yearly'], hasdefault: compute
|
10
|
+
# NOTHING TO DO: new field, compute non-store
|
11
|
+
|
12
|
+
calendar / calendar.event / videocall_channel_id (many2one): relation is now 'discuss.channel' ('mail.channel') [nothing to do]
|
13
|
+
calendar / calendar.recurrence / trigger_id (many2one) : NEW relation: ir.cron.trigger
|
14
|
+
# NOTHING TO DO
|
15
|
+
|
16
|
+
---XML records in module 'calendar'---
|
17
|
+
NEW ir.actions.act_window: calendar.action_view_start_calendar_sync
|
18
|
+
NEW ir.actions.act_window: calendar.calendar_settings_action
|
19
|
+
NEW ir.model.access: calendar.access_calendar_attendee_employee_delete_wizard
|
20
|
+
# NOTHING TO DO
|
21
|
+
|
22
|
+
NEW ir.ui.menu: calendar.calendar_event_menu
|
23
|
+
NEW ir.ui.menu: calendar.menu_calendar_settings
|
24
|
+
NEW ir.ui.view: calendar.calendar_popover_delete_view
|
25
|
+
NEW ir.ui.view: calendar.mail_activity_schedule_view_form
|
26
|
+
NEW ir.ui.view: calendar.res_config_settings_view_form
|
27
|
+
NEW ir.ui.view: calendar.view_calendar_event_form_quick_create
|
28
|
+
NEW onboarding.onboarding: calendar.onboarding_onboarding_calendar (noupdate)
|
29
|
+
NEW onboarding.onboarding.step: calendar.onboarding_onboarding_step_setup_calendar_integration (noupdate)
|
30
|
+
# NOTHING TO DO
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Copyright 2024 Viindoo Technology Joint Stock Company (Viindoo)
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.load_data(env, "portal", "17.0.1.0/noupdate_changes.xml")
|
@@ -0,0 +1,16 @@
|
|
1
|
+
---Models in module 'portal'---
|
2
|
+
---Fields in module 'portal'---
|
3
|
+
portal / discuss.channel / website_message_ids (one2many): NEW relation: mail.message
|
4
|
+
portal / hr.contract / website_message_ids (one2many): module is now 'hr_contract' ('portal')
|
5
|
+
portal / hr.leave / website_message_ids (one2many): module is now 'hr_holidays' ('portal')
|
6
|
+
portal / hr.leave.allocation / website_message_ids (one2many): module is now 'hr_holidays' ('portal')
|
7
|
+
portal / mail.channel / website_message_ids (one2many): DEL relation: mail.message
|
8
|
+
portal / note.note / website_message_ids (one2many): DEL relation: mail.message
|
9
|
+
portal / product.pricelist / website_message_ids (one2many): NEW relation: mail.message
|
10
|
+
# NOTHING TO DO
|
11
|
+
|
12
|
+
---XML records in module 'portal'---
|
13
|
+
NEW ir.ui.view: portal.message_document_unfollowed
|
14
|
+
NEW ir.ui.view: portal.side_content
|
15
|
+
NEW ir.ui.view: portal.user_sign_in_redirect
|
16
|
+
# NOTHING TO DO
|
@@ -58,7 +58,9 @@ odoo/addons/openupgrade_scripts/scripts/board/17.0.1.0/upgrade_analysis.txt,sha2
|
|
58
58
|
odoo/addons/openupgrade_scripts/scripts/bus/17.0.1.0/upgrade_analysis.txt,sha256=SPdBhavq0qsW3s3Uj-NEYd5ba_DDDwkvoVXy6NBbxfA,132
|
59
59
|
odoo/addons/openupgrade_scripts/scripts/bus/17.0.1.0/upgrade_analysis_work.txt,sha256=2SECsFgKnv-kPuyEXGOLY0blbnQkVazOxdGZxo5bHyg,146
|
60
60
|
odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/noupdate_changes.xml,sha256=QDtRQpvidkYIghSt_LecB0564FYjAiyppsfxElOSxG0,16199
|
61
|
+
odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/post-migration.py,sha256=c5FjXG_27aiiLSp4_5T5iypumNxh0J7JkkkRdNWDljE,303
|
61
62
|
odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/upgrade_analysis.txt,sha256=cDu39zIqNTZgZZPI9bWXjBkFfOa3yKd8NbuRYs9rPoQ,1395
|
63
|
+
odoo/addons/openupgrade_scripts/scripts/calendar/17.0.1.1/upgrade_analysis_work.txt,sha256=9Cs4S3AqZ0G10G4K4pSqSLMSwRRGNBTnaJEeu-dy32E,1526
|
62
64
|
odoo/addons/openupgrade_scripts/scripts/calendar_sms/17.0.1.1/upgrade_analysis.txt,sha256=ov0HAtIQqr4W1AZIQ-NMGlXb_gSZsbqm5mq-kn2Zre4,199
|
63
65
|
odoo/addons/openupgrade_scripts/scripts/crm/17.0.1.8/upgrade_analysis.txt,sha256=ZsCcp6uA15KE3LExKlK3aCCSzenNfiPoOTcVWmZh-wk,1483
|
64
66
|
odoo/addons/openupgrade_scripts/scripts/crm_iap_enrich/17.0.1.1/noupdate_changes.xml,sha256=-izWXk6Bj_LdL2MvG6TYJSV4HWy4PuI8vOLeK4ET9Q0,645
|
@@ -352,7 +354,9 @@ odoo/addons/openupgrade_scripts/scripts/phone_validation/17.0.2.1/upgrade_analys
|
|
352
354
|
odoo/addons/openupgrade_scripts/scripts/point_of_sale/17.0.1.0.1/noupdate_changes.xml,sha256=F4Kh_Yt5cGoCpZHwkEoQcYinUAA2fWVBi9caOpQ3HIM,1703
|
353
355
|
odoo/addons/openupgrade_scripts/scripts/point_of_sale/17.0.1.0.1/upgrade_analysis.txt,sha256=qG0bRjGVIvv-uwP5BJHjqZnkSeb5dwGjiQTuhAMqrpw,8862
|
354
356
|
odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/noupdate_changes.xml,sha256=C95FpUACAYgKGXgvgM_1k2M9KWQf388BMez1aezBpnM,6652
|
357
|
+
odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/post-migration.py,sha256=Mebdop5Dm2kizE6EoUJWRjNPjVeeWPZT1qoqHLXG1d8,301
|
355
358
|
odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/upgrade_analysis.txt,sha256=wVgFbe9vvSwfQ_3TLIPqg0UwuRe7DFF45cysJi2EXG8,976
|
359
|
+
odoo/addons/openupgrade_scripts/scripts/portal/17.0.1.0/upgrade_analysis_work.txt,sha256=rJR1pzNquVu2FF47sZSBJWRHtJajkpjAoIfeiJZ2LsE,1009
|
356
360
|
odoo/addons/openupgrade_scripts/scripts/portal_rating/17.0.1.0/upgrade_analysis.txt,sha256=dt8MndjuYESltTYyrh13cfmzzjrF_Brunh5zVVq9fPI,162
|
357
361
|
odoo/addons/openupgrade_scripts/scripts/pos_adyen/17.0.1.0/upgrade_analysis.txt,sha256=ioVjKoLZ5SzBZenooNNKgKwAaYLNRN1VQkOQNryoky8,150
|
358
362
|
odoo/addons/openupgrade_scripts/scripts/pos_discount/17.0.1.0/upgrade_analysis.txt,sha256=ouZ1QrOAtVH6WODXjgDIy5rkoXbI8c_PJsqLZ69pl7U,159
|
@@ -505,7 +509,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
505
509
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
506
510
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
507
511
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
508
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
509
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
510
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
511
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
512
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info/METADATA,sha256=KHJq6_sQFHVWLRQyovTzYv5sOXJRPc4rrNJCYC_FbLo,3785
|
513
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
514
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
515
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.33.dist-info/RECORD,,
|
File without changes
|