odoo-addon-openupgrade-scripts 17.0.1.0.1.50__py3-none-any.whl → 17.0.1.0.1.52__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/sms/17.0.3.0/upgrade_analysis_work.txt +38 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.50.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.50.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/RECORD +5 -4
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.50.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.50.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,38 @@
|
|
1
|
+
---Models in module 'sms'---
|
2
|
+
obsolete model sms.api [abstract]
|
3
|
+
# NOTHING TO DO
|
4
|
+
|
5
|
+
new model sms.tracker
|
6
|
+
---Fields in module 'sms'---
|
7
|
+
sms / hr.contract / message_has_sms_error (boolean): module is now 'hr_contract' ('sms')
|
8
|
+
sms / hr.leave / message_has_sms_error (boolean): module is now 'hr_holidays' ('sms')
|
9
|
+
sms / hr.leave.allocation / message_has_sms_error (boolean): module is now 'hr_holidays' ('sms')
|
10
|
+
# NOTHING TO DO
|
11
|
+
|
12
|
+
sms / ir.actions.server / state (False) : selection_keys is now '['code', 'followers', 'mail_post', 'multi', 'next_activity', 'object_create', 'object_write', 'remove_followers', 'sms', 'webhook']' ('['code', 'followers', 'mail_post', 'multi', 'next_activity', 'object_create', 'object_write', 'sms']')
|
13
|
+
# NOTHING TO DO: new features
|
14
|
+
|
15
|
+
sms / mail.message / message_type (False) : selection_keys is now '['auto_comment', 'comment', 'email', 'email_outgoing', 'notification', 'sms', 'user_notification']' ('['auto_comment', 'comment', 'email', 'notification', 'sms', 'user_notification']')
|
16
|
+
# NOTHING TO DO: new features
|
17
|
+
|
18
|
+
sms / mail.notification / failure_type (False) : selection_keys is now '['mail_bounce', 'mail_email_invalid', 'mail_email_missing', 'mail_from_invalid', 'mail_from_missing', 'mail_smtp', 'sms_acc', 'sms_country_not_supported', 'sms_credit', 'sms_expired', 'sms_invalid_destination', 'sms_not_allowed', 'sms_not_delivered', 'sms_number_format', 'sms_number_missing', 'sms_registration_needed', 'sms_rejected', 'sms_server', 'unknown']' ('['mail_email_invalid', 'mail_email_missing', 'mail_smtp', 'sms_acc', 'sms_credit', 'sms_number_format', 'sms_number_missing', 'sms_server', 'unknown']')
|
19
|
+
sms / mail.notification / sms_id (many2one) : not stored anymore
|
20
|
+
sms / mail.notification / sms_id (many2one) : now a function
|
21
|
+
sms / mail.notification / sms_id_int (integer) : NEW
|
22
|
+
sms / mail.notification / sms_tracker_ids (one2many) : NEW relation: sms.tracker
|
23
|
+
# NOTHING TO DO: new features
|
24
|
+
|
25
|
+
sms / sms.sms / failure_type (selection) : selection_keys is now '['sms_acc', 'sms_blacklist', 'sms_country_not_supported', 'sms_credit', 'sms_duplicate', 'sms_number_format', 'sms_number_missing', 'sms_optout', 'sms_registration_needed', 'sms_server', 'unknown']' ('['sms_acc', 'sms_blacklist', 'sms_credit', 'sms_duplicate', 'sms_number_format', 'sms_number_missing', 'sms_optout', 'sms_server']')
|
26
|
+
sms / sms.sms / state (selection) : selection_keys is now '['canceled', 'error', 'outgoing', 'pending', 'process', 'sent']' ('['canceled', 'error', 'outgoing', 'sent']')
|
27
|
+
sms / sms.sms / to_delete (boolean) : NEW hasdefault: default
|
28
|
+
sms / sms.sms / uuid (char) : NEW
|
29
|
+
sms / sms.tracker / mail_notification_id (many2one): NEW relation: mail.notification
|
30
|
+
sms / sms.tracker / sms_uuid (char) : NEW required
|
31
|
+
# NOTHING TO DO: new features
|
32
|
+
|
33
|
+
---XML records in module 'sms'---
|
34
|
+
NEW ir.model.access: sms.access_sms_tracker_all
|
35
|
+
NEW ir.model.access: sms.access_sms_tracker_system
|
36
|
+
NEW ir.model.constraint: sms.constraint_sms_sms_uuid_unique
|
37
|
+
NEW ir.model.constraint: sms.constraint_sms_tracker_sms_uuid_unique
|
38
|
+
# NOTHING TO DO: new features
|
@@ -443,6 +443,7 @@ odoo/addons/openupgrade_scripts/scripts/sale_timesheet/17.0.1.0/noupdate_changes
|
|
443
443
|
odoo/addons/openupgrade_scripts/scripts/sale_timesheet/17.0.1.0/upgrade_analysis.txt,sha256=A_nXJBOM1ztD2XR9xKvGGl97GTTaR8wswLJGKpY0yWA,1150
|
444
444
|
odoo/addons/openupgrade_scripts/scripts/sales_team/17.0.1.1/upgrade_analysis.txt,sha256=VMb2vV6ZCh2oqJEOMAaS2O_2MSF9V_O_E5vb3UHIXGI,579
|
445
445
|
odoo/addons/openupgrade_scripts/scripts/sms/17.0.3.0/upgrade_analysis.txt,sha256=Y_8Hs8o6T5rlTnFlXiRFXK11NhP1V4NH4_-r1mqYeKI,3309
|
446
|
+
odoo/addons/openupgrade_scripts/scripts/sms/17.0.3.0/upgrade_analysis_work.txt,sha256=pnFrwvFgT1OylmVIhNAnDTmbkOMOOkV80wG6MHk_VOo,3497
|
446
447
|
odoo/addons/openupgrade_scripts/scripts/snailmail/17.0.0.4/upgrade_analysis.txt,sha256=DcixjzZMn2A0eGYcgIHBt9mPexQ7764YamSkARZx-Js,1626
|
447
448
|
odoo/addons/openupgrade_scripts/scripts/snailmail_account/17.0.0.1/upgrade_analysis.txt,sha256=2X6KuuAqhblfZlcMDpqkn9LJCyVniu2kXxgKdtRdZvc,412
|
448
449
|
odoo/addons/openupgrade_scripts/scripts/social_media/17.0.0.1/upgrade_analysis.txt,sha256=o56bAP5vcYlwtDp-xJocqYHfOUU8mQ0ct6Gl0GQPG-8,197
|
@@ -523,7 +524,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
523
524
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
524
525
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
525
526
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
526
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
527
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
528
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
529
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
527
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info/METADATA,sha256=9e22IJcOYB9JmdObGUzGok7xtQ2nvB0udgDoiEqwfoA,3785
|
528
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
529
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
530
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info/RECORD,,
|
File without changes
|