odoo-addon-openupgrade-scripts 17.0.1.0.1.158__py3-none-any.whl → 17.0.1.0.1.160__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/hr_contract/17.0.1.0/post-migration.py +9 -0
- odoo/addons/openupgrade_scripts/scripts/hr_contract/17.0.1.0/upgrade_analysis_work.txt +24 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.158.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.158.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info}/RECORD +6 -4
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.158.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-17.0.1.0.1.158.dist-info → odoo_addon_openupgrade_scripts-17.0.1.0.1.160.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, "hr_contract", "17.0.1.0/noupdate_changes.xml")
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---Models in module 'hr_contract'---
|
2
|
+
---Fields in module 'hr_contract'---
|
3
|
+
hr_contract / hr.contract / activity_user_id (many2one) : not related anymore
|
4
|
+
hr_contract / hr.contract / activity_user_id (many2one) : now a function
|
5
|
+
hr_contract / hr.contract / message_has_sms_error (boolean): previously in module sms
|
6
|
+
hr_contract / hr.contract / message_main_attachment_id (many2one): DEL relation: ir.attachment
|
7
|
+
hr_contract / hr.contract / rating_ids (one2many) : NEW relation: rating.rating
|
8
|
+
hr_contract / hr.contract / website_message_ids (one2many): previously in module portal
|
9
|
+
# NOTHING TO DO
|
10
|
+
|
11
|
+
hr_contract / res.company / contract_expiration_notice_period (integer): NEW hasdefault: default
|
12
|
+
hr_contract / res.company / work_permit_expiration_notice_period (integer): NEW hasdefault: default
|
13
|
+
# NOTHING TO DO: new feature
|
14
|
+
|
15
|
+
---XML records in module 'hr_contract'---
|
16
|
+
NEW ir.ui.menu: hr_contract.hr_menu_contract
|
17
|
+
DEL ir.ui.menu: hr_contract.hr_menu_contract_history
|
18
|
+
NEW ir.ui.view: hr_contract.hr_employee_view_graph_inherit_hr_contract
|
19
|
+
NEW ir.ui.view: hr_contract.hr_employee_view_pivot_inherit_hr_contract
|
20
|
+
NEW ir.ui.view: hr_contract.hr_hr_employee_view_form3
|
21
|
+
NEW ir.ui.view: hr_contract.res_config_settings_view_form
|
22
|
+
NEW ir.ui.view: hr_contract.view_employee_public_form
|
23
|
+
DEL ir.ui.view: hr_contract.hr_employee_public_view_form
|
24
|
+
# NOTHING TO DO
|
@@ -134,7 +134,9 @@ odoo/addons/openupgrade_scripts/scripts/hr/17.0.1.1/upgrade_analysis.txt,sha256=
|
|
134
134
|
odoo/addons/openupgrade_scripts/scripts/hr/17.0.1.1/upgrade_analysis_work.txt,sha256=IhX4TMtbhnrPG2FrbO_otRpduBtJViyXMtBLf290aYs,9437
|
135
135
|
odoo/addons/openupgrade_scripts/scripts/hr_attendance/17.0.2.0/upgrade_analysis.txt,sha256=ktiyZgjaASUbYSnMG6OdNse9DchedxPqneC7F5W4Vjw,5377
|
136
136
|
odoo/addons/openupgrade_scripts/scripts/hr_contract/17.0.1.0/noupdate_changes.xml,sha256=1NemwLIilOOpHDoCFdWOx6FPBx4REo_Wvpe5mb1a28A,518
|
137
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/17.0.1.0/post-migration.py,sha256=w-j2Hox5aWp8r9Vyo6nufjm1CA496voFhNcpdN0VtyY,306
|
137
138
|
odoo/addons/openupgrade_scripts/scripts/hr_contract/17.0.1.0/upgrade_analysis.txt,sha256=UGFMWkoi2FdlkIYF85f5v3lhF52ahVhnU3WKiW7Figg,1400
|
139
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/17.0.1.0/upgrade_analysis_work.txt,sha256=r0MFZKDA20uLRdvD2VNyBA0xW0Gahb_wmdAd3xnVg64,1463
|
138
140
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/noupdate_changes.xml,sha256=gs_8j4Yj6l2rzPVrmc70BrWJTYzUH459vd-r9p9DZIY,2858
|
139
141
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/upgrade_analysis.txt,sha256=Yx8U6AjBBz4fleqgeEsdmhbeitPvc9YCvQl5vIxHN84,4674
|
140
142
|
odoo/addons/openupgrade_scripts/scripts/hr_fleet/17.0.1.0/upgrade_analysis.txt,sha256=AH2qC-3jaxRo-eCAnuK_WTlhVhQFCRS73OKLyyggR9U,361
|
@@ -630,7 +632,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
|
|
630
632
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
631
633
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
632
634
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
|
633
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
634
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
635
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
636
|
-
odoo_addon_openupgrade_scripts-17.0.1.0.1.
|
635
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info/METADATA,sha256=I4p4a3flKR1vK4MXQuYMRuFZH3cZBWBYKXbDkJFnabI,3786
|
636
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
637
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
638
|
+
odoo_addon_openupgrade_scripts-17.0.1.0.1.160.dist-info/RECORD,,
|
File without changes
|