odoo-addon-openupgrade-scripts 17.0.1.0.1.49__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/iap/17.0.1.1/upgrade_analysis_work.txt +14 -0
- 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.49.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.49.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/RECORD +6 -4
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.49.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.49.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.52.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
---Models in module 'iap'---
|
2
|
+
new model iap.account.info [transient]
|
3
|
+
# NOTHING TO DO
|
4
|
+
|
5
|
+
---Fields in module 'iap'---
|
6
|
+
iap / iap.account / account_info_ids (one2many) : NEW relation: iap.account.info
|
7
|
+
iap / iap.account / name (char) : NEW
|
8
|
+
iap / iap.account / show_token (boolean) : NEW
|
9
|
+
# NOTHING TO DO
|
10
|
+
|
11
|
+
---XML records in module 'iap'---
|
12
|
+
DEL ir.actions.server: iap.open_iap_account
|
13
|
+
NEW ir.model.access: iap.access_iap_account_info
|
14
|
+
# NOTHING TO DO
|
@@ -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
|
@@ -129,6 +129,7 @@ odoo/addons/openupgrade_scripts/scripts/hr_work_entry/17.0.1.0/upgrade_analysis.
|
|
129
129
|
odoo/addons/openupgrade_scripts/scripts/hr_work_entry_contract/17.0.1.0/upgrade_analysis.txt,sha256=ci4PEjbKpDZr4lAikNgyQSjrVYKMRw-bXpm7DeZZJ6Y,189
|
130
130
|
odoo/addons/openupgrade_scripts/scripts/hr_work_entry_holidays/17.0.1.0/upgrade_analysis.txt,sha256=xiIE52fmSt8O6Eas8502Dg-Rb1ht_MPZZuifH2wuJyY,220
|
131
131
|
odoo/addons/openupgrade_scripts/scripts/iap/17.0.1.1/upgrade_analysis.txt,sha256=AvYS4Q0MRIMGV99LTKJdHZLv6qN8ItMupPDQCOLB8LQ,485
|
132
|
+
odoo/addons/openupgrade_scripts/scripts/iap/17.0.1.1/upgrade_analysis_work.txt,sha256=R3HVGCvxYey0MBbdjElIel-86kMfaNCiEEzaSSk067U,535
|
132
133
|
odoo/addons/openupgrade_scripts/scripts/iap_crm/17.0.1.0/upgrade_analysis.txt,sha256=Qxdh9V6HQd4HpmXsmxEMxN3Vu7y8Q6v0NWL3ZrRK1oA,144
|
133
134
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/17.0.1.0/noupdate_changes.xml,sha256=-372YONcPdPXb_gO-f__yMRXgt8inppIexZSzTip_z0,6371
|
134
135
|
odoo/addons/openupgrade_scripts/scripts/im_livechat/17.0.1.0/upgrade_analysis.txt,sha256=AcJuXqDSUAnuAn_BRAmBYSR5LGBaHuAG_4EgD7DEzsE,5505
|
@@ -442,6 +443,7 @@ odoo/addons/openupgrade_scripts/scripts/sale_timesheet/17.0.1.0/noupdate_changes
|
|
442
443
|
odoo/addons/openupgrade_scripts/scripts/sale_timesheet/17.0.1.0/upgrade_analysis.txt,sha256=A_nXJBOM1ztD2XR9xKvGGl97GTTaR8wswLJGKpY0yWA,1150
|
443
444
|
odoo/addons/openupgrade_scripts/scripts/sales_team/17.0.1.1/upgrade_analysis.txt,sha256=VMb2vV6ZCh2oqJEOMAaS2O_2MSF9V_O_E5vb3UHIXGI,579
|
444
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
|
445
447
|
odoo/addons/openupgrade_scripts/scripts/snailmail/17.0.0.4/upgrade_analysis.txt,sha256=DcixjzZMn2A0eGYcgIHBt9mPexQ7764YamSkARZx-Js,1626
|
446
448
|
odoo/addons/openupgrade_scripts/scripts/snailmail_account/17.0.0.1/upgrade_analysis.txt,sha256=2X6KuuAqhblfZlcMDpqkn9LJCyVniu2kXxgKdtRdZvc,412
|
447
449
|
odoo/addons/openupgrade_scripts/scripts/social_media/17.0.0.1/upgrade_analysis.txt,sha256=o56bAP5vcYlwtDp-xJocqYHfOUU8mQ0ct6Gl0GQPG-8,197
|
@@ -522,7 +524,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
522
524
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
523
525
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
524
526
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
525
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
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.
|
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
|