odoo-addon-openupgrade-scripts 18.0.1.0.0.184__py3-none-any.whl → 18.0.1.0.0.200__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/apriori.py +2 -0
- odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/noupdate_changes_work.xml +9 -0
- odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/post-migration.py +8 -0
- odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/pre-migration.py +11 -0
- odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/upgrade_analysis_work.txt +8 -0
- odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/post-migration.py +16 -0
- odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/pre-migration.py +9 -0
- odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/upgrade_analysis_work.txt +69 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_dk/18.0.1.3/post-migration.py +43 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_dk/18.0.1.3/upgrade_analysis_work.txt +34 -0
- odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi_pos/18.0.0.2/upgrade_analysis.txt +4 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes_work.xml +6 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/post-migrate.py +8 -0
- odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis_work.txt +19 -0
- odoo/addons/openupgrade_scripts/scripts/portal_rating/18.0.1.0/upgrade_analysis_work.txt +5 -0
- odoo/addons/openupgrade_scripts/scripts/social_media/18.0.0.1/upgrade_analysis_work.txt +5 -0
- odoo/addons/openupgrade_scripts/scripts/website/18.0.1.0/pre-migration.py +25 -0
- odoo/addons/openupgrade_scripts/scripts/website/18.0.1.0/upgrade_analysis_work.txt +206 -0
- odoo/addons/openupgrade_scripts/scripts/website_partner/18.0.0.1/upgrade_analysis_work.txt +5 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.184.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.184.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info}/RECORD +26 -8
- /odoo/addons/openupgrade_scripts/scripts/l10n_ca/{18.0.1.0 → 18.0.1.1}/upgrade_analysis.txt +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.184.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-18.0.1.0.0.184.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info}/top_level.txt +0 -0
@@ -17,6 +17,8 @@ renamed_modules = {
|
|
17
17
|
# OCA/product-attribute
|
18
18
|
"product_packaging_type_vendor": "product_packaging_level_vendor",
|
19
19
|
"product_supplierinfo_for_customer": "product_customerinfo",
|
20
|
+
"product_supplierinfo_import_by_barcode": "product_supplierinfo_import",
|
21
|
+
"product_supplierinfo_import_by_barcode_margin": "product_supplierinfo_import_margin", # noqa: E501
|
20
22
|
"product_template_tags_code": "product_tags_code",
|
21
23
|
"stock_packaging_calculator": "product_packaging_calculator",
|
22
24
|
# OCA/project
|
@@ -3,7 +3,7 @@
|
|
3
3
|
account_edi_ubl_cii / res.company / invoice_is_ubl_cii (boolean) : DEL
|
4
4
|
account_edi_ubl_cii / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung'], mode: modify
|
5
5
|
account_edi_ubl_cii / res.partner / is_peppol_edi_format (boolean): previously in module account_peppol
|
6
|
-
account_edi_ubl_cii / res.partner / peppol_eas (selection) : selection_keys removed: [0212, 0215, 9901]
|
6
|
+
account_edi_ubl_cii / res.partner / peppol_eas (selection) : selection_keys added: [0218, 0225, 0235, 0240], removed: [0212, 0215, 9901]
|
7
7
|
account_edi_ubl_cii / res.partner / ubl_cii_format (selection) : DEL selection_keys: ['facturx', 'nlcius', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'xrechnung']
|
8
8
|
account_edi_ubl_cii / res.users / is_peppol_edi_format (boolean): previously in module account_peppol
|
9
9
|
---XML records in module 'account_edi_ubl_cii'---
|
@@ -125,7 +125,7 @@ new model website.page.properties.base [module website]
|
|
125
125
|
# Found in other module: 92
|
126
126
|
# Found with different type: 8
|
127
127
|
# In obsolete models: 34
|
128
|
-
# New columns:
|
128
|
+
# New columns: 1643
|
129
129
|
# Not matched: 825
|
130
130
|
---XML records in module 'general'---
|
131
131
|
ERROR: module not in list of installed modules:
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version='1.0' encoding='utf-8' ?>
|
2
|
+
<odoo>
|
3
|
+
<record id="group_hr_contract_manager" model="res.groups">
|
4
|
+
<!-- For maximum compatibility, we extract only the new command to be loaded. Original line:
|
5
|
+
<field name="implied_ids" eval="[(4, ref('hr_contract.group_hr_contract_employee_manager')), (4, ref('hr.group_hr_user'))]"/>
|
6
|
+
-->
|
7
|
+
<field name="implied_ids" eval="[(4, ref('hr.group_hr_user'))]" />
|
8
|
+
</record>
|
9
|
+
</odoo>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
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, "hr_contract", "18.0.1.0/noupdate_changes_work.xml")
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
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.add_columns(env, [(False, "legal_name", "char", None, "hr_employee")])
|
9
|
+
openupgrade.logged_query(
|
10
|
+
env.cr, "UPDATE hr_employee SET legal_name = name WHERE legal_name IS NULL"
|
11
|
+
)
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---Models in module 'hr_contract'---
|
2
|
+
---Fields in module 'hr_contract'---
|
3
|
+
hr_contract / hr.employee / legal_name (char) : NEW hasdefault: compute
|
4
|
+
# DONE: pre-migration: Pre-created and fast filled.
|
5
|
+
|
6
|
+
---XML records in module 'hr_contract'---
|
7
|
+
NEW ir.ui.menu: hr_contract.menu_hr_employee_contracts
|
8
|
+
# NOTHING TO DO: New ir stuff
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.convert_field_to_html(
|
10
|
+
env.cr,
|
11
|
+
"hr_resume_line",
|
12
|
+
openupgrade.get_legacy_name("description"),
|
13
|
+
"description",
|
14
|
+
verbose=False,
|
15
|
+
translate=True,
|
16
|
+
)
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Pedro M. Baeza
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.rename_columns(env.cr, {"hr_resume_line": [("description", None)]})
|
@@ -0,0 +1,69 @@
|
|
1
|
+
---Models in module 'hr_skills'---
|
2
|
+
---Fields in module 'hr_skills'---
|
3
|
+
hr_skills / hr.resume.line / description (text) : type is now 'html' ('text')
|
4
|
+
# DONE: pre-migration: Renamed column for preserving old contents
|
5
|
+
# DONE: post-migration: Converted to HTML
|
6
|
+
|
7
|
+
hr_skills / hr.skill.type / active (boolean) : NEW hasdefault: default
|
8
|
+
hr_skills / hr.skill.type / color (integer) : NEW hasdefault: default
|
9
|
+
# NOTHING TO DO: Default values are acceptable
|
10
|
+
|
11
|
+
---XML records in module 'hr_skills'---
|
12
|
+
NEW hr.resume.line.type: hr_skills.resume_type_social_media
|
13
|
+
NEW hr.skill: hr_skills.hr_skill_adaptability (noupdate)
|
14
|
+
NEW hr.skill: hr_skills.hr_skill_arabic (noupdate)
|
15
|
+
NEW hr.skill: hr_skills.hr_skill_bengali (noupdate)
|
16
|
+
NEW hr.skill: hr_skills.hr_skill_communication (noupdate)
|
17
|
+
NEW hr.skill: hr_skills.hr_skill_conflict_management (noupdate)
|
18
|
+
NEW hr.skill: hr_skills.hr_skill_creativity (noupdate)
|
19
|
+
NEW hr.skill: hr_skills.hr_skill_critical_thinking (noupdate)
|
20
|
+
NEW hr.skill: hr_skills.hr_skill_decision_making (noupdate)
|
21
|
+
NEW hr.skill: hr_skills.hr_skill_english (noupdate)
|
22
|
+
NEW hr.skill: hr_skills.hr_skill_filipino (noupdate)
|
23
|
+
NEW hr.skill: hr_skills.hr_skill_french (noupdate)
|
24
|
+
NEW hr.skill: hr_skills.hr_skill_german (noupdate)
|
25
|
+
NEW hr.skill: hr_skills.hr_skill_hindi (noupdate)
|
26
|
+
NEW hr.skill: hr_skills.hr_skill_indonesian (noupdate)
|
27
|
+
NEW hr.skill: hr_skills.hr_skill_japanese (noupdate)
|
28
|
+
NEW hr.skill: hr_skills.hr_skill_javanese (noupdate)
|
29
|
+
NEW hr.skill: hr_skills.hr_skill_korean (noupdate)
|
30
|
+
NEW hr.skill: hr_skills.hr_skill_leadership (noupdate)
|
31
|
+
NEW hr.skill: hr_skills.hr_skill_mandarin_chinese (noupdate)
|
32
|
+
NEW hr.skill: hr_skills.hr_skill_marathi (noupdate)
|
33
|
+
NEW hr.skill: hr_skills.hr_skill_openness_to_criticism (noupdate)
|
34
|
+
NEW hr.skill: hr_skills.hr_skill_organizational (noupdate)
|
35
|
+
NEW hr.skill: hr_skills.hr_skill_persuasion (noupdate)
|
36
|
+
NEW hr.skill: hr_skills.hr_skill_portuguese (noupdate)
|
37
|
+
NEW hr.skill: hr_skills.hr_skill_problem_solving (noupdate)
|
38
|
+
NEW hr.skill: hr_skills.hr_skill_punjabi (noupdate)
|
39
|
+
NEW hr.skill: hr_skills.hr_skill_resourcefulness (noupdate)
|
40
|
+
NEW hr.skill: hr_skills.hr_skill_russian (noupdate)
|
41
|
+
NEW hr.skill: hr_skills.hr_skill_spanish (noupdate)
|
42
|
+
NEW hr.skill: hr_skills.hr_skill_stress_management (noupdate)
|
43
|
+
NEW hr.skill: hr_skills.hr_skill_teamwork (noupdate)
|
44
|
+
NEW hr.skill: hr_skills.hr_skill_telugu (noupdate)
|
45
|
+
NEW hr.skill: hr_skills.hr_skill_time_management (noupdate)
|
46
|
+
NEW hr.skill: hr_skills.hr_skill_turkish (noupdate)
|
47
|
+
NEW hr.skill: hr_skills.hr_skill_urdu (noupdate)
|
48
|
+
NEW hr.skill: hr_skills.hr_skill_wu_chinese (noupdate)
|
49
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_a1 (noupdate)
|
50
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_a2 (noupdate)
|
51
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_advanced_softskill (noupdate)
|
52
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_b1 (noupdate)
|
53
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_b2 (noupdate)
|
54
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_beginner_softskill (noupdate)
|
55
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_c1 (noupdate)
|
56
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_c2 (noupdate)
|
57
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_elementary_softskill (noupdate)
|
58
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_expert_softskill (noupdate)
|
59
|
+
NEW hr.skill.level: hr_skills.hr_skill_level_intermediate_softskill (noupdate)
|
60
|
+
NEW hr.skill.type: hr_skills.hr_skill_type_softskill (noupdate)
|
61
|
+
NEW ir.model.access: hr_skills.access_hr_employee_skill_log_manager
|
62
|
+
NEW ir.model.access: hr_skills.access_hr_employee_skill_report_manager
|
63
|
+
NEW ir.model.access: hr_skills.access_hr_employee_skill_report_user
|
64
|
+
DEL ir.model.access: hr_skills.access_hr_employee_skill_report
|
65
|
+
NEW ir.rule: hr_skills.hr_employee_skill_report_hr_user (noupdate)
|
66
|
+
NEW ir.rule: hr_skills.hr_employee_skill_report_manager (noupdate)
|
67
|
+
NEW ir.ui.view: hr_skills.hr_employee_skill_report_view_graph
|
68
|
+
NEW ir.ui.view: hr_skills.hr_skill_type_view_search
|
69
|
+
# NOTHING TO DO: new stuff or removed noupdate=0 ir stuff
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.delete_records_safely_by_xml_id(
|
10
|
+
env,
|
11
|
+
[
|
12
|
+
"l10n_dk.account_tag_Goodwill_licenses_etc",
|
13
|
+
"l10n_dk.account_tag_Payroll_related_liabilities",
|
14
|
+
"l10n_dk.account_tag_administration_costs",
|
15
|
+
"l10n_dk.account_tag_bank_loans",
|
16
|
+
"l10n_dk.account_tag_cars_equipment_costs",
|
17
|
+
"l10n_dk.account_tag_credit_institutions",
|
18
|
+
"l10n_dk.account_tag_depreciation",
|
19
|
+
"l10n_dk.account_tag_direct_costs",
|
20
|
+
"l10n_dk.account_tag_equity_corporations",
|
21
|
+
"l10n_dk.account_tag_equity_individual_enterprises",
|
22
|
+
"l10n_dk.account_tag_extraordinary_expenses",
|
23
|
+
"l10n_dk.account_tag_extraordinary_income",
|
24
|
+
"l10n_dk.account_tag_financial_expenses",
|
25
|
+
"l10n_dk.account_tag_financial_income",
|
26
|
+
"l10n_dk.account_tag_inventories",
|
27
|
+
"l10n_dk.account_tag_land_buildings",
|
28
|
+
"l10n_dk.account_tag_liquidity",
|
29
|
+
"l10n_dk.account_tag_other_current_liabilities",
|
30
|
+
"l10n_dk.account_tag_other_equipment_tools_inventory",
|
31
|
+
"l10n_dk.account_tag_other_receivables",
|
32
|
+
"l10n_dk.account_tag_payable",
|
33
|
+
"l10n_dk.account_tag_prepayments",
|
34
|
+
"l10n_dk.account_tag_prepayments_from_customers",
|
35
|
+
"l10n_dk.account_tag_receivable",
|
36
|
+
"l10n_dk.account_tag_revenue",
|
37
|
+
"l10n_dk.account_tag_rooms_costs",
|
38
|
+
"l10n_dk.account_tag_sales_promotions_costs",
|
39
|
+
"l10n_dk.account_tag_staff_costs",
|
40
|
+
"l10n_dk.account_tag_vat_taxes",
|
41
|
+
"l10n_dk.account_tag_work_in_progress",
|
42
|
+
],
|
43
|
+
)
|
@@ -0,0 +1,34 @@
|
|
1
|
+
---Models in module 'l10n_dk'---
|
2
|
+
---Fields in module 'l10n_dk'---
|
3
|
+
---XML records in module 'l10n_dk'---
|
4
|
+
DEL account.account.tag: l10n_dk.account_tag_Goodwill_licenses_etc (noupdate)
|
5
|
+
DEL account.account.tag: l10n_dk.account_tag_Payroll_related_liabilities (noupdate)
|
6
|
+
DEL account.account.tag: l10n_dk.account_tag_administration_costs (noupdate)
|
7
|
+
DEL account.account.tag: l10n_dk.account_tag_bank_loans (noupdate)
|
8
|
+
DEL account.account.tag: l10n_dk.account_tag_cars_equipment_costs (noupdate)
|
9
|
+
DEL account.account.tag: l10n_dk.account_tag_credit_institutions (noupdate)
|
10
|
+
DEL account.account.tag: l10n_dk.account_tag_depreciation (noupdate)
|
11
|
+
DEL account.account.tag: l10n_dk.account_tag_direct_costs (noupdate)
|
12
|
+
DEL account.account.tag: l10n_dk.account_tag_equity_corporations (noupdate)
|
13
|
+
DEL account.account.tag: l10n_dk.account_tag_equity_individual_enterprises (noupdate)
|
14
|
+
DEL account.account.tag: l10n_dk.account_tag_extraordinary_expenses (noupdate)
|
15
|
+
DEL account.account.tag: l10n_dk.account_tag_extraordinary_income (noupdate)
|
16
|
+
DEL account.account.tag: l10n_dk.account_tag_financial_expenses (noupdate)
|
17
|
+
DEL account.account.tag: l10n_dk.account_tag_financial_income (noupdate)
|
18
|
+
DEL account.account.tag: l10n_dk.account_tag_inventories (noupdate)
|
19
|
+
DEL account.account.tag: l10n_dk.account_tag_land_buildings (noupdate)
|
20
|
+
DEL account.account.tag: l10n_dk.account_tag_liquidity (noupdate)
|
21
|
+
DEL account.account.tag: l10n_dk.account_tag_other_current_liabilities (noupdate)
|
22
|
+
DEL account.account.tag: l10n_dk.account_tag_other_equipment_tools_inventory (noupdate)
|
23
|
+
DEL account.account.tag: l10n_dk.account_tag_other_receivables (noupdate)
|
24
|
+
DEL account.account.tag: l10n_dk.account_tag_payable (noupdate)
|
25
|
+
DEL account.account.tag: l10n_dk.account_tag_prepayments (noupdate)
|
26
|
+
DEL account.account.tag: l10n_dk.account_tag_prepayments_from_customers (noupdate)
|
27
|
+
DEL account.account.tag: l10n_dk.account_tag_receivable (noupdate)
|
28
|
+
DEL account.account.tag: l10n_dk.account_tag_revenue (noupdate)
|
29
|
+
DEL account.account.tag: l10n_dk.account_tag_rooms_costs (noupdate)
|
30
|
+
DEL account.account.tag: l10n_dk.account_tag_sales_promotions_costs (noupdate)
|
31
|
+
DEL account.account.tag: l10n_dk.account_tag_staff_costs (noupdate)
|
32
|
+
DEL account.account.tag: l10n_dk.account_tag_vat_taxes (noupdate)
|
33
|
+
DEL account.account.tag: l10n_dk.account_tag_work_in_progress (noupdate)
|
34
|
+
# DONE: post-migration: deleted safely
|
@@ -0,0 +1,8 @@
|
|
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, "mass_mailing", "18.0.2.7/noupdate_changes_work.xml")
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---Models in module 'mass_mailing'---
|
2
|
+
---Fields in module 'mass_mailing'---
|
3
|
+
mass_mailing / mailing.contact / first_name (char) : NEW
|
4
|
+
mass_mailing / mailing.contact / last_name (char) : NEW
|
5
|
+
# NOTHING TO DO: new functionality
|
6
|
+
|
7
|
+
---XML records in module 'mass_mailing'---
|
8
|
+
DEL ir.actions.act_window.view: mass_mailing.mailing_mailing_action_mail_fullwidth_form
|
9
|
+
DEL ir.actions.act_window.view: mass_mailing.mailing_mailing_action_mail_fullwidth_graph
|
10
|
+
NEW ir.ui.view: mass_mailing.email_designer_themes
|
11
|
+
NEW ir.ui.view: mass_mailing.mailing_contact_view_form_split_name (noupdate)
|
12
|
+
NEW ir.ui.view: mass_mailing.mailing_contact_view_tree_split_name (noupdate)
|
13
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_graph
|
14
|
+
NEW ir.ui.view: mass_mailing.mailing_subscription_view_pivot
|
15
|
+
NEW ir.ui.view: mass_mailing.mailing_view_generic
|
16
|
+
DEL ir.ui.view: mass_mailing.mailing_mailing_view_form_full_width
|
17
|
+
DEL ir.ui.view: mass_mailing.view_mail_mass_mailing_graph
|
18
|
+
NEW web_tour.tour: mass_mailing.mass_mailing_tour
|
19
|
+
# NOTHING TO DO
|
@@ -0,0 +1,25 @@
|
|
1
|
+
# Copyright 2025 ForgeFlow S.L. (https://www.forgeflow.com)
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
_column_renames = {
|
7
|
+
"website_controller_page": [("page_name", "name")],
|
8
|
+
}
|
9
|
+
|
10
|
+
_new_columns = [
|
11
|
+
("website.controller.page", "record_view_id", "many2one"),
|
12
|
+
]
|
13
|
+
|
14
|
+
|
15
|
+
@openupgrade.migrate()
|
16
|
+
def migrate(env, version):
|
17
|
+
openupgrade.rename_columns(env.cr, _column_renames)
|
18
|
+
openupgrade.add_columns(env, _new_columns)
|
19
|
+
openupgrade.logged_query(
|
20
|
+
env.cr,
|
21
|
+
"""
|
22
|
+
UPDATE website_controller_page
|
23
|
+
SET record_view_id = view_id
|
24
|
+
WHERE page_type = 'single'""",
|
25
|
+
)
|
@@ -0,0 +1,206 @@
|
|
1
|
+
---Models in module 'website'---
|
2
|
+
new model website.custom_blocked_third_party_domains [transient]
|
3
|
+
new model website.page.properties [transient]
|
4
|
+
new model website.page.properties.base [transient]
|
5
|
+
# NOTHING TO DO
|
6
|
+
|
7
|
+
---Fields in module 'website'---
|
8
|
+
website / theme.website.page / is_new_page_template (boolean): NEW
|
9
|
+
website / website.page / is_new_page_template (boolean): NEW
|
10
|
+
# NOTHING TO DO: new functionality
|
11
|
+
|
12
|
+
website / website / block_third_party_domains (boolean): NEW hasdefault: default
|
13
|
+
website / website / custom_blocked_third_party_domains (text): NEW
|
14
|
+
# NOTHING TO DO: new functionality
|
15
|
+
|
16
|
+
website / website.controller.page / _order : _order is now 'website_id, id DESC' ('website_id')
|
17
|
+
# NOTHING TO DO
|
18
|
+
|
19
|
+
website / website.controller.page / name (char) : is now stored
|
20
|
+
website / website.controller.page / name (char) : not related anymore
|
21
|
+
website / website.controller.page / name (char) : now a function
|
22
|
+
website / website.controller.page / page_name (char) : DEL required
|
23
|
+
# DONE: pre-migration: renamed column
|
24
|
+
|
25
|
+
website / website.controller.page / page_type (selection) : DEL selection_keys: ['listing', 'single']
|
26
|
+
website / website.controller.page / record_view_id (many2one) : NEW relation: ir.ui.view
|
27
|
+
# DONE: pre-migration: fill record_view_id if page_type = 'single'
|
28
|
+
|
29
|
+
website / website.menu / group_ids (many2many) : NEW relation: res.groups
|
30
|
+
# NOTHING TO DO: new functionality
|
31
|
+
|
32
|
+
---XML records in module 'website'---
|
33
|
+
NEW ir.actions.client: website.open_custom_menu
|
34
|
+
NEW ir.asset: website.s_accordion_000_scss
|
35
|
+
NEW ir.asset: website.s_blockquote_001_scss
|
36
|
+
NEW ir.asset: website.s_carousel_000_scss
|
37
|
+
NEW ir.asset: website.s_carousel_001_scss
|
38
|
+
NEW ir.asset: website.s_carousel_intro_000_scss
|
39
|
+
NEW ir.asset: website.s_embed_code_000_js
|
40
|
+
NEW ir.asset: website.s_faq_horizontal_000_js
|
41
|
+
NEW ir.asset: website.s_features_000_scss
|
42
|
+
NEW ir.asset: website.s_features_grid_001_scss
|
43
|
+
NEW ir.asset: website.s_image_gallery_001_xml
|
44
|
+
NEW ir.asset: website.s_image_gallery_002_scss
|
45
|
+
NEW ir.asset: website.s_mega_menu_big_icons_subtitles_000_scss
|
46
|
+
NEW ir.asset: website.s_pricelist_cafe_000_scss
|
47
|
+
NEW ir.asset: website.s_process_steps_002_scss
|
48
|
+
NEW ir.asset: website.s_progress_bar_001_scss
|
49
|
+
NEW ir.asset: website.s_quadrant_000_scss
|
50
|
+
NEW ir.asset: website.s_quotes_carousel_002_scss
|
51
|
+
NEW ir.asset: website.s_showcase_003_scss
|
52
|
+
NEW ir.asset: website.s_tabs_002_scss
|
53
|
+
NEW ir.asset: website.s_timeline_001_scss
|
54
|
+
NEW ir.asset: website.s_timeline_002_scss
|
55
|
+
NEW ir.asset: website.s_timeline_list_000_scss
|
56
|
+
NEW ir.attachment: website.s_accordion_image_default_image
|
57
|
+
NEW ir.attachment: website.s_adventure_default_image
|
58
|
+
NEW ir.attachment: website.s_card_default_image_1
|
59
|
+
NEW ir.attachment: website.s_card_offset_default_image
|
60
|
+
NEW ir.attachment: website.s_carousel_intro_default_image_1
|
61
|
+
NEW ir.attachment: website.s_carousel_intro_default_image_2
|
62
|
+
NEW ir.attachment: website.s_carousel_intro_default_image_3
|
63
|
+
NEW ir.attachment: website.s_closer_look_default_image
|
64
|
+
NEW ir.attachment: website.s_company_team_image_5
|
65
|
+
NEW ir.attachment: website.s_company_team_image_6
|
66
|
+
NEW ir.attachment: website.s_cta_box_default_image
|
67
|
+
NEW ir.attachment: website.s_cta_mockups_default_image
|
68
|
+
NEW ir.attachment: website.s_cta_mockups_default_image_1
|
69
|
+
NEW ir.attachment: website.s_empowerment_default_image
|
70
|
+
NEW ir.attachment: website.s_faq_horizontal_default_image_1
|
71
|
+
NEW ir.attachment: website.s_framed_intro_default_image
|
72
|
+
NEW ir.attachment: website.s_image_frame_default_image
|
73
|
+
NEW ir.attachment: website.s_image_hexagonal_default_image
|
74
|
+
NEW ir.attachment: website.s_image_hexagonal_default_image_1
|
75
|
+
NEW ir.attachment: website.s_image_punchy_default_image
|
76
|
+
NEW ir.attachment: website.s_image_title_default_image
|
77
|
+
NEW ir.attachment: website.s_images_constellation_default_image
|
78
|
+
NEW ir.attachment: website.s_images_constellation_default_image_1
|
79
|
+
NEW ir.attachment: website.s_images_constellation_default_image_2
|
80
|
+
NEW ir.attachment: website.s_images_mosaic_default_image_1
|
81
|
+
NEW ir.attachment: website.s_images_mosaic_default_image_2
|
82
|
+
NEW ir.attachment: website.s_images_mosaic_default_image_3
|
83
|
+
NEW ir.attachment: website.s_images_mosaic_default_image_4
|
84
|
+
NEW ir.attachment: website.s_images_mosaic_default_image_5
|
85
|
+
NEW ir.attachment: website.s_intro_pill_default_image
|
86
|
+
NEW ir.attachment: website.s_intro_pill_default_image_2
|
87
|
+
NEW ir.attachment: website.s_key_images_default_image_1
|
88
|
+
NEW ir.attachment: website.s_key_images_default_image_2
|
89
|
+
NEW ir.attachment: website.s_key_images_default_image_3
|
90
|
+
NEW ir.attachment: website.s_key_images_default_image_4
|
91
|
+
NEW ir.attachment: website.s_kickoff_default_image
|
92
|
+
NEW ir.attachment: website.s_mockup_image_default_image
|
93
|
+
NEW ir.attachment: website.s_pricelist_boxed_default_background
|
94
|
+
NEW ir.attachment: website.s_pricelist_cafe_default_image
|
95
|
+
NEW ir.attachment: website.s_quadrant_default_image_1
|
96
|
+
NEW ir.attachment: website.s_quadrant_default_image_2
|
97
|
+
NEW ir.attachment: website.s_quadrant_default_image_3
|
98
|
+
NEW ir.attachment: website.s_quadrant_default_image_4
|
99
|
+
NEW ir.attachment: website.s_shape_image_default_image
|
100
|
+
NEW ir.attachment: website.s_showcase_default_image
|
101
|
+
NEW ir.attachment: website.s_sidegrid_default_image_1
|
102
|
+
NEW ir.attachment: website.s_sidegrid_default_image_2
|
103
|
+
NEW ir.attachment: website.s_sidegrid_default_image_3
|
104
|
+
NEW ir.attachment: website.s_sidegrid_default_image_4
|
105
|
+
NEW ir.attachment: website.s_striped_top_default_image
|
106
|
+
NEW ir.attachment: website.s_wavy_grid_default_image_1
|
107
|
+
NEW ir.attachment: website.s_wavy_grid_default_image_2
|
108
|
+
NEW ir.attachment: website.s_wavy_grid_default_image_3
|
109
|
+
NEW ir.attachment: website.s_wavy_grid_default_image_4
|
110
|
+
NEW ir.model.access: website.access_website_custom_blocked_third_party_domains
|
111
|
+
NEW ir.model.access: website.access_website_page_properties_base_designer
|
112
|
+
NEW ir.model.access: website.access_website_page_properties_base_employee
|
113
|
+
NEW ir.model.access: website.access_website_page_properties_base_portal
|
114
|
+
NEW ir.model.access: website.access_website_page_properties_base_public
|
115
|
+
NEW ir.model.access: website.access_website_page_properties_designer
|
116
|
+
NEW ir.model.access: website.access_website_page_properties_employee
|
117
|
+
NEW ir.model.access: website.access_website_page_properties_portal
|
118
|
+
NEW ir.model.access: website.access_website_page_properties_public
|
119
|
+
NEW ir.model.constraint: website.constraint_website_controller_page_unique_name_slugified
|
120
|
+
NEW ir.rule: website.website_menu (noupdate)
|
121
|
+
NEW ir.ui.view: website.s_accordion
|
122
|
+
NEW ir.ui.view: website.s_accordion_image
|
123
|
+
NEW ir.ui.view: website.s_accordion_options
|
124
|
+
NEW ir.ui.view: website.s_adventure
|
125
|
+
NEW ir.ui.view: website.s_big_number
|
126
|
+
NEW ir.ui.view: website.s_card_offset
|
127
|
+
NEW ir.ui.view: website.s_card_options
|
128
|
+
NEW ir.ui.view: website.s_card_options_apply
|
129
|
+
NEW ir.ui.view: website.s_cards_grid
|
130
|
+
NEW ir.ui.view: website.s_cards_soft
|
131
|
+
NEW ir.ui.view: website.s_carousel_intro
|
132
|
+
NEW ir.ui.view: website.s_carousel_intro_options
|
133
|
+
NEW ir.ui.view: website.s_closer_look
|
134
|
+
NEW ir.ui.view: website.s_company_team_basic
|
135
|
+
NEW ir.ui.view: website.s_company_team_detail
|
136
|
+
NEW ir.ui.view: website.s_company_team_shapes
|
137
|
+
NEW ir.ui.view: website.s_contact_info
|
138
|
+
NEW ir.ui.view: website.s_cta_badge
|
139
|
+
NEW ir.ui.view: website.s_cta_badge_options
|
140
|
+
NEW ir.ui.view: website.s_cta_box
|
141
|
+
NEW ir.ui.view: website.s_cta_card
|
142
|
+
NEW ir.ui.view: website.s_cta_mockups
|
143
|
+
NEW ir.ui.view: website.s_discovery
|
144
|
+
NEW ir.ui.view: website.s_empowerment
|
145
|
+
NEW ir.ui.view: website.s_faq_horizontal
|
146
|
+
NEW ir.ui.view: website.s_faq_horizontal_options
|
147
|
+
NEW ir.ui.view: website.s_faq_list
|
148
|
+
NEW ir.ui.view: website.s_features_wall
|
149
|
+
NEW ir.ui.view: website.s_features_wave
|
150
|
+
NEW ir.ui.view: website.s_framed_intro
|
151
|
+
NEW ir.ui.view: website.s_freegrid
|
152
|
+
NEW ir.ui.view: website.s_image_frame
|
153
|
+
NEW ir.ui.view: website.s_image_hexagonal
|
154
|
+
NEW ir.ui.view: website.s_image_options
|
155
|
+
NEW ir.ui.view: website.s_image_punchy
|
156
|
+
NEW ir.ui.view: website.s_image_text_box
|
157
|
+
NEW ir.ui.view: website.s_image_text_overlap
|
158
|
+
NEW ir.ui.view: website.s_image_title
|
159
|
+
NEW ir.ui.view: website.s_images_constellation
|
160
|
+
NEW ir.ui.view: website.s_images_mosaic
|
161
|
+
NEW ir.ui.view: website.s_intro_pill
|
162
|
+
NEW ir.ui.view: website.s_key_benefits
|
163
|
+
NEW ir.ui.view: website.s_key_images
|
164
|
+
NEW ir.ui.view: website.s_kickoff
|
165
|
+
NEW ir.ui.view: website.s_mockup_image
|
166
|
+
NEW ir.ui.view: website.s_motto
|
167
|
+
NEW ir.ui.view: website.s_numbers_charts
|
168
|
+
NEW ir.ui.view: website.s_numbers_grid
|
169
|
+
NEW ir.ui.view: website.s_numbers_list
|
170
|
+
NEW ir.ui.view: website.s_numbers_showcase
|
171
|
+
NEW ir.ui.view: website.s_opening_hours
|
172
|
+
NEW ir.ui.view: website.s_pricelist_boxed
|
173
|
+
NEW ir.ui.view: website.s_pricelist_boxed_add_product_widget
|
174
|
+
NEW ir.ui.view: website.s_pricelist_boxed_item
|
175
|
+
NEW ir.ui.view: website.s_pricelist_boxed_options
|
176
|
+
NEW ir.ui.view: website.s_pricelist_cafe
|
177
|
+
NEW ir.ui.view: website.s_pricelist_cafe_add_product_widget
|
178
|
+
NEW ir.ui.view: website.s_pricelist_cafe_item
|
179
|
+
NEW ir.ui.view: website.s_pricelist_cafe_options
|
180
|
+
NEW ir.ui.view: website.s_quadrant
|
181
|
+
NEW ir.ui.view: website.s_quadrant_options
|
182
|
+
NEW ir.ui.view: website.s_quotes_carousel_minimal
|
183
|
+
NEW ir.ui.view: website.s_references_grid
|
184
|
+
NEW ir.ui.view: website.s_references_social
|
185
|
+
NEW ir.ui.view: website.s_shape_image
|
186
|
+
NEW ir.ui.view: website.s_sidegrid
|
187
|
+
NEW ir.ui.view: website.s_snippet_group
|
188
|
+
NEW ir.ui.view: website.s_striped
|
189
|
+
NEW ir.ui.view: website.s_striped_center_top
|
190
|
+
NEW ir.ui.view: website.s_striped_top
|
191
|
+
NEW ir.ui.view: website.s_timeline_list
|
192
|
+
NEW ir.ui.view: website.s_timeline_list_options
|
193
|
+
NEW ir.ui.view: website.s_title_form
|
194
|
+
NEW ir.ui.view: website.s_unveil
|
195
|
+
NEW ir.ui.view: website.s_wavy_grid
|
196
|
+
NEW ir.ui.view: website.snippet_options_carousel
|
197
|
+
NEW ir.ui.view: website.snippet_options_carousel_intro
|
198
|
+
NEW ir.ui.view: website.template_header_additional_color_primary
|
199
|
+
NEW ir.ui.view: website.template_header_additional_color_secondary
|
200
|
+
NEW ir.ui.view: website.vertical_alignment_option
|
201
|
+
NEW ir.ui.view: website.view_edit_third_party_domains
|
202
|
+
NEW ir.ui.view: website.website_controller_pages_kanban_view
|
203
|
+
NEW ir.ui.view: website.website_controller_pages_search_view
|
204
|
+
NEW ir.ui.view: website.website_page_properties_base_view_form
|
205
|
+
DEL ir.ui.view: website.s_faq_collapse_options
|
206
|
+
# NOTHING TO DO
|
@@ -1,7 +1,7 @@
|
|
1
1
|
odoo/addons/openupgrade_scripts/README.rst,sha256=RuTBUdBI9hVP6kr2WJenFV-0J5l2tgUfzuOEtG9MyKQ,3179
|
2
2
|
odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=fZVzjupYlcmfrTQtiBu7wlaAqO4JWQncNAdQPEnpaCY,614
|
4
|
-
odoo/addons/openupgrade_scripts/apriori.py,sha256=
|
4
|
+
odoo/addons/openupgrade_scripts/apriori.py,sha256=4rNlYBBriTPwpvadYwIYdw0YG6jusGCZIRFIXxlLsXM,3809
|
5
5
|
odoo/addons/openupgrade_scripts/readme/CONFIGURE.md,sha256=rnx8ADTYzVUB93PIG3Lib0iWBrphSfVRs6RMikklf3M,238
|
6
6
|
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.md,sha256=6hwHccovmE9cfaV7PQPvKUvNJa-f_Uc1wgXyL_SrYck,86
|
7
7
|
odoo/addons/openupgrade_scripts/readme/INSTALL.md,sha256=NDKVZRv0J8BTqcSTD7JwUXL_AY-cDJoegn5IUTbEOFk,113
|
@@ -18,7 +18,7 @@ odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis.tx
|
|
18
18
|
odoo/addons/openupgrade_scripts/scripts/account_edi/18.0.1.0/upgrade_analysis_work.txt,sha256=PrVxXIPDX-g2kBxstg2GSHY6IU-dFU0fp2seVu2gUZk,172
|
19
19
|
odoo/addons/openupgrade_scripts/scripts/account_edi_proxy_client/18.0.1.0/upgrade_analysis.txt,sha256=H9U9Nkn05WkI7C6e9u9Q7XE8b4ZwxDN7t91AM12pWKg,409
|
20
20
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/pre-migration.py,sha256=YtIqcS02A8UApImRd6EHxfHDQ6GlyQOfKvNCtN66uwo,361
|
21
|
-
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=
|
21
|
+
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis.txt,sha256=MNFVkY3P7RREhdjunluC9xQuQ8YXFhs01bRbpht6KXc,1498
|
22
22
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii/18.0.1.0/upgrade_analysis_work.txt,sha256=KJlhf73oFXfr6iWobBCezXXgq5tBPkt6wL7gf-UhBt0,3199
|
23
23
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis.txt,sha256=rcCuXHU-maa0y4sBG1MYAvfXxjQq8MTzxIDcAxyKJTc,222
|
24
24
|
odoo/addons/openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/18.0.1.0/upgrade_analysis_work.txt,sha256=rbbyPbKfc6M5eNJ9a1GKA9huTfTgwTOeQx_RybYTy3s,238
|
@@ -55,7 +55,7 @@ odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=f
|
|
55
55
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/pre-migration.py,sha256=BBq8w1NIPEtpQ6mM6E88DaZD_56oiqCbyb6RLAN2bqg,2166
|
56
56
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis.txt,sha256=zn2pp5rMSMiAoUgIgLEZ8DivttarkojVX1v3xZY2Ry8,22324
|
57
57
|
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis_work.txt,sha256=DtjRkyr9Xu9MZt-NvAOmUYdd9kgJErm-KOfzZOriBXc,23232
|
58
|
-
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=
|
58
|
+
odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=aBOa-F4RXfdeATu3Gpde-9s4yAK-AkBd1zbOHot991E,12053
|
59
59
|
odoo/addons/openupgrade_scripts/scripts/base/tests/data_base_migration.py,sha256=G4qE5if25WvkEBxDp3S9QfVRFiD4MV7bZFeagvp5qL8,302
|
60
60
|
odoo/addons/openupgrade_scripts/scripts/base/tests/test_base_migration.py,sha256=jj1GMmV4SX_5q9t-PvIlD1pSR6_swUcpcKKe3r2ZT4E,703
|
61
61
|
odoo/addons/openupgrade_scripts/scripts/base_address_extended/18.0.1.1/upgrade_analysis.txt,sha256=ZOyM6AVCXejBYRawvroMqOMDKsira10CnD6UG46UG7U,186
|
@@ -139,7 +139,11 @@ odoo/addons/openupgrade_scripts/scripts/hr/18.0.1.1/upgrade_analysis_work.txt,sh
|
|
139
139
|
odoo/addons/openupgrade_scripts/scripts/hr_attendance/18.0.2.0/upgrade_analysis.txt,sha256=a86KX65Zq9_-1t5vEoS9PlS-eOT_YL61vwI9N0DEHh4,2303
|
140
140
|
odoo/addons/openupgrade_scripts/scripts/hr_calendar/18.0.1.0/upgrade_analysis.txt,sha256=dV6653kOoWySkXPgHvodW1MBxFJdvX-ABxneZaJGm6Y,361
|
141
141
|
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/noupdate_changes.xml,sha256=PkV4DydJ8vfXgFiRWKfxyy4NouAUSO32YafYq4MGLjw,257
|
142
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/noupdate_changes_work.xml,sha256=TCqmpiZIFHHdZWXYXLg2c1lgPrPb6OLM0E7CEFAjInU,435
|
143
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/post-migration.py,sha256=K54C29K8PWZIWsA-KpjEpSOPoIC13tcTmES_5YRz7Bk,284
|
144
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/pre-migration.py,sha256=7IeL_5aDtAwZIF2FEMhDHHKHxvuyfSe9bNaJ54lw4xs,407
|
142
145
|
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/upgrade_analysis.txt,sha256=n6IPILHhNAkvIuAwW0sjNcRo3a5bBWxkysmbUIxnlMU,269
|
146
|
+
odoo/addons/openupgrade_scripts/scripts/hr_contract/18.0.1.0/upgrade_analysis_work.txt,sha256=kVfgRa07Oa4BXTT7N-RUvIkZ1LGGTWL-k1umk3ZLgGw,352
|
143
147
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/18.0.2.0/noupdate_changes.xml,sha256=B1R3eHyEgj3x0gNwAHElwxynRluImb-aoA0N60t2soY,1426
|
144
148
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/18.0.2.0/post-migration.py,sha256=jBZXNvmmM3ij2A_ApFNjxfqIkykMW--UOXyx9UQgQTc,478
|
145
149
|
odoo/addons/openupgrade_scripts/scripts/hr_expense/18.0.2.0/pre-migration.py,sha256=aQulC3OamDXfSEv1G-uRlwZn3e3l9k31CK9UzWhQWUk,337
|
@@ -167,7 +171,10 @@ odoo/addons/openupgrade_scripts/scripts/hr_recruitment_skills/18.0.1.0/upgrade_a
|
|
167
171
|
odoo/addons/openupgrade_scripts/scripts/hr_recruitment_sms/18.0.1.0/upgrade_analysis.txt,sha256=FJI1P9IcBHW7GjFk1x8zkxu1yfA99EiujiWfva0QWxc,212
|
168
172
|
odoo/addons/openupgrade_scripts/scripts/hr_recruitment_survey/18.0.1.0/noupdate_changes.xml,sha256=cfrhcI415EqNbAoWuR36rd77cmbKyJKAOxCbKnRs3a0,503
|
169
173
|
odoo/addons/openupgrade_scripts/scripts/hr_recruitment_survey/18.0.1.0/upgrade_analysis.txt,sha256=aPNHVDFQ2Kqf4vwA_j7ZqyWrs85MIzte97F6gaNydIU,3081
|
174
|
+
odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/post-migration.py,sha256=ETyBTgUrVnpXDJfqNPQcYxduWl4kIRcb3_UM8ZcMbIQ,410
|
175
|
+
odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/pre-migration.py,sha256=FEVhsx34mxMFD2mz0-_krKfvBzQLVpGmtJXvMBTweBU,285
|
170
176
|
odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/upgrade_analysis.txt,sha256=CaDTiFS5E04Wiy3b-qbUCYVe8BCWciRf8H-4igaXQh8,3772
|
177
|
+
odoo/addons/openupgrade_scripts/scripts/hr_skills/18.0.1.0/upgrade_analysis_work.txt,sha256=91csETWYsGOLmwHZZVO0fy6EKuhEOrh4PColS5bJQhA,3987
|
171
178
|
odoo/addons/openupgrade_scripts/scripts/hr_skills_slides/18.0.1.0/upgrade_analysis.txt,sha256=oQB8tjhHAghJ25JskMaQEBVgDe2p4uz0qvWqX-QBuwQ,171
|
172
179
|
odoo/addons/openupgrade_scripts/scripts/hr_skills_survey/18.0.1.0/upgrade_analysis.txt,sha256=62_iV0pHw5oxzbG1mv3_Ek0d1o7aMypWyCTtFnJ26LU,279
|
173
180
|
odoo/addons/openupgrade_scripts/scripts/hr_timesheet/18.0.1.0/noupdate_changes.xml,sha256=u1LW9PIW7z-rnmCQe9Z6Oogyv4ncATE6KHe2MLNHr1M,1328
|
@@ -201,7 +208,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_be/18.0.2.0/upgrade_analysis.txt,sh
|
|
201
208
|
odoo/addons/openupgrade_scripts/scripts/l10n_bg_ledger/18.0.1.0/upgrade_analysis.txt,sha256=HudZFYQE7om411ehJ6FR6b50GR2_eU8MVYMI4nUDQKg,983
|
202
209
|
odoo/addons/openupgrade_scripts/scripts/l10n_br/18.0.1.0/upgrade_analysis.txt,sha256=cLj-ay5oCdPGuY_Ccd1VvNbVWb0C7qMBZkvb8kufrlE,451335
|
203
210
|
odoo/addons/openupgrade_scripts/scripts/l10n_br_website_sale/18.0.1.0/upgrade_analysis.txt,sha256=CzDNj9GAx0CaLpytsxWEYGcWs_7XRUWAi6icIGKyJ0w,186
|
204
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_ca/18.0.1.
|
211
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_ca/18.0.1.1/upgrade_analysis.txt,sha256=-HfsFeNq8ccZr46ZkJRuDbxoBA_3wTXtyQHIn8z_p0k,311
|
205
212
|
odoo/addons/openupgrade_scripts/scripts/l10n_ch/18.0.11.3/upgrade_analysis.txt,sha256=SovczTFy3tfLHWG_4CgiJ3RjfetUVFZHXDqI9JVAXW0,242
|
206
213
|
odoo/addons/openupgrade_scripts/scripts/l10n_cl/18.0.3.1/noupdate_changes.xml,sha256=Lx-4sdX2Rh05_US7OdWO9qiNQ6bnKPXKNJeHPLBySl4,172
|
207
214
|
odoo/addons/openupgrade_scripts/scripts/l10n_cl/18.0.3.1/upgrade_analysis.txt,sha256=fozzpJSrpft2m--D8ILVxE_1SWx2DYPHZeNfl-KFXTw,144
|
@@ -214,7 +221,9 @@ odoo/addons/openupgrade_scripts/scripts/l10n_din5008_purchase/18.0.1.0/upgrade_a
|
|
214
221
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008_repair/18.0.1.0/upgrade_analysis.txt,sha256=S-EqkGgUCLoLorJ5fqoQKN2J6MnYTuNld0Iw9k1595c,318
|
215
222
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008_sale/18.0.1.0/upgrade_analysis.txt,sha256=sja0PR76FO3U1ZUoXbpUufapC9u0xjSPEFUHs5O5e8g,194
|
216
223
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008_stock/18.0.1.0/upgrade_analysis.txt,sha256=z9CQj-1As0ynZ1YtkZ4w4k0AkG-DkvcHiDKwxWQFnK8,197
|
224
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_dk/18.0.1.3/post-migration.py,sha256=UIU5mD7ePr1QhB_H63kisbzi24th810h6WH99kQZIzI,1888
|
217
225
|
odoo/addons/openupgrade_scripts/scripts/l10n_dk/18.0.1.3/upgrade_analysis.txt,sha256=ux8rkz_iT8PDyJWT8k36GGVGp6UBdlDlz5prkdwQnsY,2316
|
226
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_dk/18.0.1.3/upgrade_analysis_work.txt,sha256=0TAu4hL9AaFQ_Flf1zsVKX7TyuT5ITrkI4mA9WGSxFc,2355
|
218
227
|
odoo/addons/openupgrade_scripts/scripts/l10n_dk_oioubl/18.0.0.1/upgrade_analysis.txt,sha256=0B8EnhRIr1EabvvzBhgG1Nmsg_RH_P1qSXXv9jDoDRU,599
|
219
228
|
odoo/addons/openupgrade_scripts/scripts/l10n_ec/18.0.3.9/upgrade_analysis.txt,sha256=plDiRJzBMA3pjTvgy6zTJiunYDX-mfNbn2dQ059lBH0,144
|
220
229
|
odoo/addons/openupgrade_scripts/scripts/l10n_ec_website_sale/18.0.1.0/upgrade_analysis.txt,sha256=r9qpaxwclYPxjBd-X6SW93Aa18ci7LzdvQ1jB4h-AqQ,248
|
@@ -306,6 +315,7 @@ odoo/addons/openupgrade_scripts/scripts/l10n_rs_edi/18.0.1.0/upgrade_analysis.tx
|
|
306
315
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa/18.0.2.0/noupdate_changes.xml,sha256=RMvN5KadQtMee2knz8wc4Zc5Hkk-PXPCGkNzhpESTD0,297
|
307
316
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa/18.0.2.0/upgrade_analysis.txt,sha256=22d0It7ko1mTyQgoU03pgs_cQ60LBsZEMSYTpvRdpJA,267
|
308
317
|
odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi/18.0.0.2/upgrade_analysis.txt,sha256=cucezUyCuhxTPam6_IDRJN9isOiQTFuOfrESfP7Db7w,947
|
318
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_sa_edi_pos/18.0.0.2/upgrade_analysis.txt,sha256=CynlJ2MzFjanw_gmbVOuvsVEDvi_z3eWAFUJFlgKRxc,168
|
309
319
|
odoo/addons/openupgrade_scripts/scripts/l10n_se/18.0.1.1/upgrade_analysis.txt,sha256=0YcSpwh9MVP1NB4LIFtfaM5TWkyKvSYJamiQUpOFZGs,144
|
310
320
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg/18.0.2.2/upgrade_analysis.txt,sha256=9XUQPbP8I_MDcuAv-woGCOWH9mApY7D5GYWkVN_6fK4,144
|
311
321
|
odoo/addons/openupgrade_scripts/scripts/l10n_sg_ubl_pint/18.0.1.0/upgrade_analysis.txt,sha256=l9g43rS-nAe4MVo8oPzUGDWrig9QGxkIod4Q-g6vrDE,680
|
@@ -343,7 +353,10 @@ odoo/addons/openupgrade_scripts/scripts/maintenance/18.0.1.0/upgrade_analysis.tx
|
|
343
353
|
odoo/addons/openupgrade_scripts/scripts/maintenance/18.0.1.0/upgrade_analysis_work.txt,sha256=d9dGdjAqJlF38Q4c5Rb73MBw3jntJ43VaphfyD7KmdA,362
|
344
354
|
odoo/addons/openupgrade_scripts/scripts/marketing_card/18.0.1.1/upgrade_analysis.txt,sha256=m8TxANJGWhgDpRT2DBfTp64bB-CQguIRVbRJOnfoTHc,9129
|
345
355
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes.xml,sha256=iplLvMzz5iDJ8TWdLyR8KGk_HGxz0K-177RJwrlR9mk,162
|
356
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/noupdate_changes_work.xml,sha256=jbX5f8oUedXvXvWQGGslRX7kGu7gU9pqOBJ0BI_aZqc,163
|
357
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/post-migrate.py,sha256=_Xp26euGs0ybDCGjLOVggr_IimAhrmZwqUvH52qzkn8,301
|
346
358
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis.txt,sha256=9duD8Gm0FhcRLihIODYdb8lmc3CS2xM5WJkUioQhaXk,1003
|
359
|
+
odoo/addons/openupgrade_scripts/scripts/mass_mailing/18.0.2.7/upgrade_analysis_work.txt,sha256=Y_Z6myP8zlchjIfJWCyDNHbCMABG8QawCF7MNEPiZiU,1055
|
347
360
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm/18.0.1.0/upgrade_analysis.txt,sha256=BVrq7-HrrvKTT70fOrzoLLJcKJE9l0ha0pQFQCxIraw,171
|
348
361
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_crm_sms/18.0.1.0/upgrade_analysis.txt,sha256=d0q6azg3QaDVK3BUFFU2oezpoAroXvP86cy9MfBG0nQ,183
|
349
362
|
odoo/addons/openupgrade_scripts/scripts/mass_mailing_sale/18.0.1.0/upgrade_analysis.txt,sha256=n8hHiyB7ic-SLmZiXuIF6aJCwvHKMz0DvSI9-6BgmO8,174
|
@@ -413,6 +426,7 @@ odoo/addons/openupgrade_scripts/scripts/portal/18.0.1.0/post-migration.py,sha256
|
|
413
426
|
odoo/addons/openupgrade_scripts/scripts/portal/18.0.1.0/upgrade_analysis.txt,sha256=7O30PHT9l9Td7LxfMio-JerP-3PwiLKtSnACDV9DyPk,958
|
414
427
|
odoo/addons/openupgrade_scripts/scripts/portal/18.0.1.0/upgrade_analysis_work.txt,sha256=1ZYs_XEuR4Ey7GPyp-Hh6tTEhblJ_sm4jg50G2yOg3Q,1001
|
415
428
|
odoo/addons/openupgrade_scripts/scripts/portal_rating/18.0.1.0/upgrade_analysis.txt,sha256=dt8MndjuYESltTYyrh13cfmzzjrF_Brunh5zVVq9fPI,162
|
429
|
+
odoo/addons/openupgrade_scripts/scripts/portal_rating/18.0.1.0/upgrade_analysis_work.txt,sha256=d14ymzBLUqemo3ogGtPC4RFMWhNCW0XAp1LpeFq8L2E,178
|
416
430
|
odoo/addons/openupgrade_scripts/scripts/pos_adyen/18.0.1.0/upgrade_analysis.txt,sha256=BAaRFoBjLCG4xzOohz_vQ3eUREF0u6NNSeiU2jzOP5s,280
|
417
431
|
odoo/addons/openupgrade_scripts/scripts/pos_discount/18.0.1.0/upgrade_analysis.txt,sha256=5eEufUSmb5oAOgmggtWzh0WuXK-XzcKq-qWBETPiL58,227
|
418
432
|
odoo/addons/openupgrade_scripts/scripts/pos_epson_printer/18.0.1.0/upgrade_analysis.txt,sha256=NEH1v3SEpIueE7tNZfWGXTMYg6UuK_r35ngjViWX-ps,174
|
@@ -533,6 +547,7 @@ odoo/addons/openupgrade_scripts/scripts/snailmail/18.0.0.4/upgrade_analysis_work
|
|
533
547
|
odoo/addons/openupgrade_scripts/scripts/snailmail_account/18.0.0.1/upgrade_analysis.txt,sha256=9iD5-yBeS3c2mMOmYuCWpk_U1tR8qxa2IEWe6KQjCEc,433
|
534
548
|
odoo/addons/openupgrade_scripts/scripts/snailmail_account/18.0.0.1/upgrade_analysis_work.txt,sha256=devN8s5uFs_FKGCE0uSX0v57h1_lvNZJ2UZ8Xs4Q0o8,479
|
535
549
|
odoo/addons/openupgrade_scripts/scripts/social_media/18.0.0.1/upgrade_analysis.txt,sha256=NXtUgjhcmewMU1Smf3vbdHu3Xo6AkvfB15sNgJenwkQ,159
|
550
|
+
odoo/addons/openupgrade_scripts/scripts/social_media/18.0.0.1/upgrade_analysis_work.txt,sha256=n3M37JW_jMUa2J_Rq1-LogKQ2iLOvyv9kFZKp2IS7kU,175
|
536
551
|
odoo/addons/openupgrade_scripts/scripts/spreadsheet/18.0.1.0/upgrade_analysis.txt,sha256=D_njiUjRKpEQPLY9a9H6VRkDOmSEGdRZc7mjfttyBL8,156
|
537
552
|
odoo/addons/openupgrade_scripts/scripts/spreadsheet/18.0.1.0/upgrade_analysis_work.txt,sha256=Idk-O7lmLXyi4TS2pXxHFcqYuAIke8WodwNZ037YWZM,172
|
538
553
|
odoo/addons/openupgrade_scripts/scripts/spreadsheet_dashboard/18.0.1.0/pre-migration.py,sha256=tUkzklv3wuT5DTVjOJmyoe0OyvdYdoLIPlRKvx0oUAI,443
|
@@ -579,7 +594,9 @@ odoo/addons/openupgrade_scripts/scripts/web_tour/18.0.1.0/end-migration.py,sha25
|
|
579
594
|
odoo/addons/openupgrade_scripts/scripts/web_tour/18.0.1.0/pre-migration.py,sha256=pMcHF6q-I4vEHS0XeYDKDBRiF4LprKYoM0OSqivhQMc,752
|
580
595
|
odoo/addons/openupgrade_scripts/scripts/web_tour/18.0.1.0/upgrade_analysis.txt,sha256=tWnaWyTdImODovflHxxHZZJI2a4froOhoQUWzl6-NnE,2237
|
581
596
|
odoo/addons/openupgrade_scripts/scripts/web_tour/18.0.1.0/upgrade_analysis_work.txt,sha256=ghNCJaPp5qyUZaw52zJ7W6YC0n6U0IbpUR0hPEOdamY,2373
|
597
|
+
odoo/addons/openupgrade_scripts/scripts/website/18.0.1.0/pre-migration.py,sha256=uuCjSFM3ppOqMOe3ehcRo8lmUEvAiitUKRVmriojW9U,661
|
582
598
|
odoo/addons/openupgrade_scripts/scripts/website/18.0.1.0/upgrade_analysis.txt,sha256=dTglvaoSlCVU3m8zMQITZ1hKKHqnMnFMJbSv-uFuh18,9903
|
599
|
+
odoo/addons/openupgrade_scripts/scripts/website/18.0.1.0/upgrade_analysis_work.txt,sha256=OXoVdPXu_MqvwMduCjQ5-t8oaSxlorspkKLEvOVpZoA,10168
|
583
600
|
odoo/addons/openupgrade_scripts/scripts/website_blog/18.0.1.1/upgrade_analysis.txt,sha256=qhbcPVY5UzFSgPey9shgJNHq4vSPYF_BKmIGrIk77IM,492
|
584
601
|
odoo/addons/openupgrade_scripts/scripts/website_crm/18.0.2.1/upgrade_analysis.txt,sha256=y6ZeGUo8Je1ompJpIV8Yn_mMeHTD4TtOGTAnwAArIHo,156
|
585
602
|
odoo/addons/openupgrade_scripts/scripts/website_crm_iap_reveal/18.0.1.1/upgrade_analysis.txt,sha256=6dkVtQb1BZFoAJ8vq1BVh72DQgR-NTj5UJUYX_nZ_68,189
|
@@ -603,6 +620,7 @@ odoo/addons/openupgrade_scripts/scripts/website_hr_recruitment/18.0.1.1/upgrade_
|
|
603
620
|
odoo/addons/openupgrade_scripts/scripts/website_jitsi/18.0.1.0/upgrade_analysis.txt,sha256=UzHl2nfT05b9LOrVtS0ZMq1JlSmG2lWMuoMqOk-ib68,162
|
604
621
|
odoo/addons/openupgrade_scripts/scripts/website_livechat/18.0.1.0/upgrade_analysis.txt,sha256=Z53ZRbF2Olol1BUE1zkLwPQedKI3NO59aOEQ_Zq2Bus,171
|
605
622
|
odoo/addons/openupgrade_scripts/scripts/website_partner/18.0.0.1/upgrade_analysis.txt,sha256=AqFRpGpvtcKlPvvOoTRK8Q7EEA_Bu2wDMvzlhPhwVMM,168
|
623
|
+
odoo/addons/openupgrade_scripts/scripts/website_partner/18.0.0.1/upgrade_analysis_work.txt,sha256=WLn9TYqpeVfgeu0RZHZaOP7ioUpz0KpJRUcaHuh9HYQ,184
|
606
624
|
odoo/addons/openupgrade_scripts/scripts/website_payment/18.0.1.0/upgrade_analysis.txt,sha256=WYpVGnOTGup5IhiDC5UGPO0IGTjGZNGdPDbs0-u9FXw,346
|
607
625
|
odoo/addons/openupgrade_scripts/scripts/website_profile/18.0.1.0/upgrade_analysis.txt,sha256=siOOqbaEcB45tSl9L_pzsyiniZ5boTfHMhNymzsIA2Q,168
|
608
626
|
odoo/addons/openupgrade_scripts/scripts/website_project/18.0.1.0/upgrade_analysis.txt,sha256=1Qbh3ljDvSBRMsm-psuIoz2T3Qm5E6ohJzHd3jj1AJY,872
|
@@ -624,7 +642,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
|
|
624
642
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
625
643
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
626
644
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
|
627
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
628
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
629
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
630
|
-
odoo_addon_openupgrade_scripts-18.0.1.0.0.
|
645
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info/METADATA,sha256=PicCIWUjVmU4AUuGnBadckrNsDdqbvwcON7jLMK_qeg,3812
|
646
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
647
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
648
|
+
odoo_addon_openupgrade_scripts-18.0.1.0.0.200.dist-info/RECORD,,
|
File without changes
|
File without changes
|