odoo-addon-openupgrade-scripts 18.0.1.0.0.222__py3-none-any.whl → 18.0.1.0.0.238__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.
Files changed (19) hide show
  1. odoo/addons/openupgrade_scripts/scripts/account_peppol/18.0.1.1/upgrade_analysis.txt +1 -0
  2. odoo/addons/openupgrade_scripts/scripts/analytic/18.0.1.2/end-migration.py +9 -0
  3. odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt +1 -1
  4. odoo/addons/openupgrade_scripts/scripts/hr_hourly_cost/18.0.1.0/upgrade_analysis_work.txt +5 -0
  5. odoo/addons/openupgrade_scripts/scripts/iap_crm/18.0.1.0/upgrade_analysis_work.txt +5 -0
  6. odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/post-migration.py +11 -0
  7. odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/pre-migration.py +23 -0
  8. odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/upgrade_analysis_work.txt +67 -0
  9. odoo/addons/openupgrade_scripts/scripts/project_account/18.0.1.0/upgrade_analysis_work.txt +5 -0
  10. odoo/addons/openupgrade_scripts/scripts/project_hr_expense/18.0.1.0/upgrade_analysis_work.txt +5 -0
  11. odoo/addons/openupgrade_scripts/scripts/sale_service/18.0.1.0/upgrade_analysis_work.txt +5 -0
  12. odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/noupdate_changes_work.xml +64 -0
  13. odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/post-migration.py +31 -0
  14. odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/pre-migration.py +17 -0
  15. odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/upgrade_analysis_work.txt +86 -0
  16. {odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info}/METADATA +1 -1
  17. {odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info}/RECORD +19 -6
  18. {odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info}/WHEEL +0 -0
  19. {odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info → odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info}/top_level.txt +0 -0
@@ -10,6 +10,7 @@ account_peppol / res.partner / account_peppol_is_endpoint_valid (bo
10
10
  account_peppol / res.partner / account_peppol_validity_last_check (date): DEL
11
11
  account_peppol / res.partner / invoice_sending_method (False): NEW selection_keys: ['email', 'manual', 'peppol', 'snailmail'], mode: modify
12
12
  account_peppol / res.partner / is_peppol_edi_format (boolean): module is now 'account_edi_ubl_cii' ('account_peppol')
13
+ account_peppol / res.partner / peppol_eas (False) : NEW selection_keys: ['0002', '0007', '0009', '0037', '0060', '0088', '0096', '0097', '0106', '0130', '0135', '0142', '0151', '0183', '0184', '0188', '0190', '0191', '0192', '0193', '0195', '0196', '0198', '0199', '0200', '0201', '0202', '0204', '0208', '0209', '0210', '0211', '0213', '0216', '0218', '0221', '0225', '0230', '0235', '0240', '9910', '9913', '9914', '9915', '9918', '9919', '9920', '9922', '9923', '9924', '9925', '9926', '9927', '9928', '9929', '9930', '9931', '9932', '9933', '9934', '9935', '9936', '9937', '9938', '9939', '9940', '9941', '9942', '9943', '9944', '9945', '9946', '9947', '9948', '9949', '9950', '9951', '9952', '9953', '9955', '9957', '9959', 'AN', 'AQ', 'AS', 'AU', 'EM', 'odemo'], mode: modify
13
14
  account_peppol / res.partner / peppol_verification_state (selection): NEW selection_keys: ['not_valid', 'not_valid_format', 'not_verified', 'valid']
14
15
  account_peppol / res.users / is_peppol_edi_format (boolean): module is now 'account_edi_ubl_cii' ('account_peppol')
15
16
  ---XML records in module 'account_peppol'---
@@ -0,0 +1,9 @@
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
+ env["account.analytic.plan"].search([])._sync_all_plan_column()
@@ -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: 1643
128
+ # New columns: 1646
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,5 @@
1
+ ---Models in module 'hr_hourly_cost'---
2
+ ---Fields in module 'hr_hourly_cost'---
3
+ ---XML records in module 'hr_hourly_cost'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -0,0 +1,5 @@
1
+ ---Models in module 'iap_crm'---
2
+ ---Fields in module 'iap_crm'---
3
+ ---XML records in module 'iap_crm'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -0,0 +1,11 @@
1
+ from openupgradelib import openupgrade
2
+
3
+
4
+ @openupgrade.migrate()
5
+ def migrate(env, version):
6
+ openupgrade.load_data(env, "project", "18.0.1.3/noupdate_changes.xml")
7
+ openupgrade.delete_record_translations(
8
+ env.cr,
9
+ "project",
10
+ ["mail_template_data_project_task", "rating_project_request_email_template"],
11
+ )
@@ -0,0 +1,23 @@
1
+ from openupgradelib import openupgrade
2
+
3
+ _field_renames = [
4
+ ("project.project", "project_project", "analytic_account_id", "account_id"),
5
+ ]
6
+
7
+
8
+ @openupgrade.migrate()
9
+ def migrate(env, version):
10
+ openupgrade.rename_fields(env, _field_renames)
11
+ rule = env.ref(
12
+ "project_todo.task_visibility_rule_project_user", raise_if_not_found=False
13
+ )
14
+ if rule:
15
+ openupgrade.rename_xmlids(
16
+ env.cr,
17
+ [
18
+ (
19
+ "project_todo.task_visibility_rule_project_user",
20
+ "project.task_visibility_rule_project_user",
21
+ )
22
+ ],
23
+ )
@@ -0,0 +1,67 @@
1
+ ---Models in module 'project'---
2
+ new model project.share.collaborator.wizard [transient]
3
+ ---Fields in module 'project'---
4
+ project / project.collaborator / limited_access (boolean) : NEW hasdefault: default
5
+ # NOTHING TO DO
6
+
7
+ project / project.project / account_id (many2one) : NEW relation: account.analytic.account
8
+ project / project.project / analytic_account_id (many2one): DEL relation: account.analytic.account
9
+ # DONE: pre-migration: renamed field
10
+
11
+ project / project.task / analytic_account_id (many2one): DEL relation: account.analytic.account
12
+ # NOTHING TO DO
13
+
14
+ project / project.project / is_favorite (boolean) : not a function anymore
15
+ project / project.task / html_field_history (json) : NEW
16
+ # NOTHING TO DO
17
+
18
+ project / project.task.type / description (text) : DEL
19
+ # NOTHING TO DO: deprecated field
20
+
21
+ ---XML records in module 'project'---
22
+ NEW digest.tip: project.digest_tip_project_2
23
+ NEW digest.tip: project.digest_tip_project_3
24
+ NEW ir.actions.act_window: project.project_sharing_project_task_action_blocking_tasks
25
+ NEW ir.actions.act_window: project.project_sharing_project_task_recurring_tasks_action
26
+ DEL ir.actions.act_window: project.act_res_users_2_project_task_opened
27
+ DEL ir.actions.act_window: project.mail_activity_plan_action_config_task_plan
28
+ DEL ir.actions.act_window: project.project_collaborator_action
29
+ NEW ir.actions.act_window.view: project.project_sharing_blocking_form_action_view
30
+ NEW ir.actions.act_window.view: project.project_sharing_blocking_kanban_action_view
31
+ NEW ir.actions.act_window.view: project.project_sharing_blocking_tree_action_view
32
+ NEW ir.actions.act_window.view: project.project_sharing_recurring_tasks_form_action_view
33
+ NEW ir.actions.act_window.view: project.project_sharing_recurring_tasks_kanban_action_view
34
+ NEW ir.actions.act_window.view: project.project_sharing_recurring_tasks_tree_action_view
35
+ NEW ir.actions.act_window.view: project.project_task_action_from_partner_calendar_view
36
+ NEW ir.actions.act_window.view: project.project_task_action_from_partner_form_view
37
+ NEW ir.actions.act_window.view: project.project_task_action_from_partner_kanban_view
38
+ NEW ir.actions.act_window.view: project.project_task_action_from_partner_tree_view
39
+ NEW ir.embedded.actions: project.project_embedded_action_all_tasks_dashboard
40
+ NEW ir.embedded.actions: project.project_embedded_action_project_updates
41
+ NEW ir.exports: project.project_task_export_template
42
+ NEW ir.exports.line: project.project_task_export_template_line_id
43
+ NEW ir.exports.line: project.project_task_export_template_line_name
44
+ NEW ir.exports.line: project.project_task_export_template_line_project_id
45
+ NEW ir.exports.line: project.project_task_export_template_line_stage_id
46
+ NEW ir.exports.line: project.project_task_export_template_line_state
47
+ NEW ir.exports.line: project.project_task_export_template_line_tag_ids
48
+ NEW ir.exports.line: project.project_task_export_template_line_user_ids
49
+ NEW ir.model.access: project.access_project_share_collaborator_manager
50
+ NEW ir.ui.view: project.open_view_blocked_by_list_view
51
+ NEW ir.ui.view: project.project_sub_task_view_kanban_mobile
52
+ NEW ir.ui.view: project.quick_create_task_form_res_partner
53
+ NEW ir.ui.view: project.task_invitation_follower (noupdate)
54
+ NEW ir.ui.view: project.view_account_analytic_account_list_inherit
55
+ NEW ir.ui.view: project.view_project_task_graph_inherit
56
+ NEW ir.ui.view: project.view_task_form_res_partner
57
+ NEW ir.ui.view: project.view_task_kanban_res_partner
58
+ NEW ir.ui.view: project.view_task_project_user_fsm_graph_base
59
+ NEW ir.ui.view: project.view_task_project_user_fsm_pivot_base
60
+ DEL ir.ui.view: project.personal_task_type_edit
61
+ DEL ir.ui.view: project.project_collaborator_view_search
62
+ DEL ir.ui.view: project.project_sharing_access_view_tree
63
+ NEW web_tour.tour: project.project_tour
64
+ # NOTHING TO DO
65
+
66
+ NEW ir.rule: project.task_visibility_rule_project_user [renamed from project_todo module] (noupdate)
67
+ # DONE: pre-migration: if exists, renamed xmlid
@@ -0,0 +1,5 @@
1
+ ---Models in module 'project_account'---
2
+ ---Fields in module 'project_account'---
3
+ ---XML records in module 'project_account'---
4
+ NEW ir.embedded.actions: project_account.project_embedded_action_analytic_items
5
+ # NOTHING TO DO
@@ -0,0 +1,5 @@
1
+ ---Models in module 'project_hr_expense'---
2
+ ---Fields in module 'project_hr_expense'---
3
+ ---XML records in module 'project_hr_expense'---
4
+ NEW ir.embedded.actions: project_hr_expense.project_embedded_action_hr_expenses
5
+ # NOTHING TO DO
@@ -0,0 +1,5 @@
1
+ ---Models in module 'sale_service'---
2
+ ---Fields in module 'sale_service'---
3
+ ---XML records in module 'sale_service'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -0,0 +1,64 @@
1
+ <?xml version='1.0' encoding='utf-8'?>
2
+ <odoo>
3
+ <!-- New command syntax, but it's the same
4
+ <record id="base.group_portal" model="res.groups">
5
+ <field name="implied_ids" eval="[ Command.link(ref('account.group_delivery_invoice_address')), ]"/>
6
+ </record>
7
+ <record id="base.group_public" model="res.groups">
8
+ <field name="implied_ids" eval="[ Command.link(ref('account.group_delivery_invoice_address')), ]"/>
9
+ </record>
10
+ <record id="base.group_user" model="res.groups">
11
+ <field name="implied_ids" eval="[ Command.link(ref('account.group_delivery_invoice_address')), ]"/>
12
+ </record>
13
+ -->
14
+ <!-- We shouldn't rewrite possible modifications done by the users
15
+ <record id="new_ribbon" model="product.ribbon">
16
+ <field name="bg_color">#0275d8</field>
17
+ <field name="text_color">#FFFFFF</field>
18
+ <field name="name">New!</field>
19
+ <field name="position">left</field>
20
+ </record>
21
+ <record id="out_of_stock_ribbon" model="product.ribbon">
22
+ <field name="bg_color">#ffc107</field>
23
+ <field name="text_color">#FFFFFF</field>
24
+ <field name="name">Out of stock</field>
25
+ <field name="position">left</field>
26
+ </record>
27
+ -->
28
+ <record id="product_pricelist_comp_rule" model="ir.rule">
29
+ <!-- Just an extra space, but let's do it -->
30
+ <field name="domain_force">['|', ('company_id', 'in', [False, website.company_id.id]), ('company_id', 'in', company_ids)]</field>
31
+ </record>
32
+ <record id="product_pricelist_item_comp_rule" model="ir.rule">
33
+ <!-- Just an extra space, but let's do it -->
34
+ <field name="domain_force">['|', ('company_id', 'in', [False, website.company_id.id]), ('company_id', 'in', company_ids)]</field>
35
+ </record>
36
+ <record id="product_template_public" model="ir.rule">
37
+ <!-- Just a replacing of " by ', but let's do it -->
38
+ <field name="domain_force">[('website_published', '=', True), ('sale_ok', '=', True)]</field>
39
+ <!-- New command syntax, but it's the same
40
+ <field name="groups" eval="[ Command.link(ref('base.group_public')), Command.link(ref('base.group_portal')), ]"/>
41
+ -->
42
+ </record>
43
+ <!-- We shouldn't rewrite possible modifications done by the users
44
+ <record id="sale_ribbon" model="product.ribbon">
45
+ <field name="bg_color">#0CA725</field>
46
+ <field name="text_color">#FFFFFF</field>
47
+ <field name="name">Sale</field>
48
+ <field name="position">left</field>
49
+ </record>
50
+ -->
51
+ <!-- New command syntax, but it's the same
52
+ <record id="sales_team.group_sale_manager" model="res.groups">
53
+ <field name="implied_ids" eval="[ Command.link(ref('website.group_website_restricted_editor')), ]"/>
54
+ </record>
55
+ -->
56
+ <!-- We shouldn't rewrite possible modifications done by the users
57
+ <record id="sold_out_ribbon" model="product.ribbon">
58
+ <field name="bg_color">#d9534f</field>
59
+ <field name="text_color">#FFFFFF</field>
60
+ <field name="name">Sold out</field>
61
+ <field name="position">left</field>
62
+ </record>
63
+ -->
64
+ </odoo>
@@ -0,0 +1,31 @@
1
+ # Copyright 2025 Tecnativa - Pedro M. Baeza
2
+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
+
4
+ import json
5
+
6
+ from openupgradelib import openupgrade
7
+
8
+ from odoo.tools import html2plaintext
9
+
10
+
11
+ def _convert_product_ribbon_html_to_name(env):
12
+ env.cr.execute("SELECT id, html FROM product_ribbon")
13
+ for row in env.cr.fetchall():
14
+ record_id, translations = row
15
+ for lang in translations:
16
+ translations[lang] = html2plaintext(translations[lang])
17
+ query = "UPDATE product_ribbon SET name = %s::jsonb WHERE id = %s"
18
+ env.cr.execute(query, (json.dumps(translations), record_id))
19
+
20
+
21
+ @openupgrade.migrate()
22
+ def migrate(env, version):
23
+ _convert_product_ribbon_html_to_name(env)
24
+ openupgrade.logged_query(
25
+ env.cr,
26
+ """
27
+ UPDATE product_ribbon SET position='right'
28
+ WHERE html_class LIKE '%o_ribbon_right%'
29
+ """,
30
+ )
31
+ openupgrade.load_data(env, "website_sale", "18.0.1.1/noupdate_changes_work.xml")
@@ -0,0 +1,17 @@
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_fields(
10
+ env, [("product.product", "product_product", "ribbon_id", "variant_ribbon_id")]
11
+ )
12
+ openupgrade.logged_query(
13
+ env.cr, "UPDATE product_ribbon SET bg_color='' WHERE bg_color IS NULL"
14
+ )
15
+ openupgrade.logged_query(
16
+ env.cr, "UPDATE product_ribbon SET text_color='' WHERE text_color IS NULL"
17
+ )
@@ -0,0 +1,86 @@
1
+ ---Models in module 'website_sale'---
2
+ ---Fields in module 'website_sale'---
3
+ website_sale / product.product / ribbon_id (many2one) : DEL relation: product.ribbon
4
+ website_sale / product.product / variant_ribbon_id (many2one) : NEW relation: product.ribbon
5
+ # DONE: pre-migration: Field renamed.
6
+
7
+ website_sale / product.public.category / website_footer (html) : NEW translate
8
+ # NOTHING TO DO: New feature for inserting website blocks at the footer of the category.
9
+
10
+ website_sale / product.ribbon / bg_color (char) : now required
11
+ website_sale / product.ribbon / text_color (char) : now required
12
+ # DONE: pre-migration: Set to empty string when no value, as observed from runbot test.
13
+
14
+ website_sale / product.ribbon / html (html) : DEL required
15
+ website_sale / product.ribbon / name (char) : NEW required, translate
16
+ # DONE: post-migration: Plain HTML from html field to text.
17
+
18
+ website_sale / product.ribbon / html_class (char) : DEL required
19
+ website_sale / product.ribbon / position (selection) : NEW required, selection_keys: ['left', 'right'], hasdefault: default
20
+ # DONE: post-migration: Deduce position right from HTML class for changing the default value.
21
+
22
+ website_sale / sale.order / access_point_address (json) : DEL
23
+ # NOTHING TO DO: Redundant information.
24
+
25
+ website_sale / sale.order.line / linked_line_id (many2one) : module is now 'sale' ('website_sale')
26
+ # NOTHING TO DO: The field is still there.
27
+
28
+ website_sale / sale.order.line / option_line_ids (one2many) : DEL relation: sale.order.line
29
+ # NOTHING TO DO: The inverse field is still there (linked_line_id). It's just the o2m has been removed, but it can be redefined and used in any module that needs it.
30
+
31
+ website_sale / website / add_to_cart_action (selection): selection_keys added: [force_dialog] (most likely nothing to do)
32
+ # NOTHING TO DO: New feature.
33
+
34
+ website_sale / website / ecommerce_access (selection) : NEW required, selection_keys: ['everyone', 'logged_in'], hasdefault: default
35
+ # NOTHING TO DO: New feature, but the default "everyone" preserves previous behavior.
36
+
37
+ website_sale / website / shop_gap (char) : NEW hasdefault: default
38
+ # NOTHING TO DO: New feature, but the default 16px is the same as previously.
39
+
40
+ website_sale_product_configurator / website / add_to_cart_action (False) : DEL selection_keys: ['force_dialog', 'go_to_cart', 'stay'], mode: modify
41
+ # NOTHING TO DO: Glitch in the upgrade analysis due to the merge of the module.
42
+
43
+ ---XML records in module 'website_sale'---
44
+ NEW ir.actions.act_window: website_sale.product_ribbon_action
45
+ DEL ir.actions.server: website_sale.ir_actions_server_sale_cart_recovery_email
46
+ NEW ir.ui.menu: website_sale.menu_product_combos
47
+ NEW ir.ui.menu: website_sale.product_catalog_product_ribbons
48
+ NEW ir.ui.view: website_sale.accordion_more_information
49
+ NEW ir.ui.view: website_sale.address_row
50
+ NEW ir.ui.view: website_sale.billing_address_row
51
+ NEW ir.ui.view: website_sale.cart_combo_item_line
52
+ NEW ir.ui.view: website_sale.cart_product_price
53
+ NEW ir.ui.view: website_sale.delivery_address_row
54
+ NEW ir.ui.view: website_sale.delivery_form
55
+ NEW ir.ui.view: website_sale.delivery_method
56
+ NEW ir.ui.view: website_sale.product_accordion
57
+ NEW ir.ui.view: website_sale.product_product_view_form_normalized
58
+ NEW ir.ui.view: website_sale.product_product_view_form_normalized_website_sale
59
+ NEW ir.ui.view: website_sale.products_attributes_collapsible
60
+ NEW ir.ui.view: website_sale.products_carousel_16x9
61
+ NEW ir.ui.view: website_sale.products_carousel_21x9
62
+ NEW ir.ui.view: website_sale.products_carousel_4x3
63
+ NEW ir.ui.view: website_sale.products_carousel_4x5
64
+ NEW ir.ui.view: website_sale.products_categories_list_collapsible
65
+ NEW ir.ui.view: website_sale.s_dynamic_snippet_products_preview_data
66
+ NEW ir.ui.view: website_sale.s_mega_menu_big_icons_subtitles
67
+ NEW ir.ui.view: website_sale.s_mega_menu_cards
68
+ NEW ir.ui.view: website_sale.s_mega_menu_images_subtitles
69
+ NEW ir.ui.view: website_sale.s_mega_menu_little_icons
70
+ NEW ir.ui.view: website_sale.s_mega_menu_menu_image_menu
71
+ NEW ir.ui.view: website_sale.s_mega_menu_menus_logos
72
+ NEW ir.ui.view: website_sale.s_mega_menu_multi_menus
73
+ NEW ir.ui.view: website_sale.s_mega_menu_odoo_menu
74
+ NEW ir.ui.view: website_sale.s_mega_menu_thumbnails
75
+ DEL ir.ui.view: website_sale.cart_delivery
76
+ DEL ir.ui.view: website_sale.payment_delivery
77
+ DEL ir.ui.view: website_sale.payment_delivery_methods
78
+ DEL ir.ui.view: website_sale.product_product_view_form_add
79
+ DEL ir.ui.view: website_sale.products_fiscal_position
80
+ DEL ir.ui.view: website_sale.row_addresses
81
+ DEL ir.ui.view: website_sale_product_configurator.configure_optional_products
82
+ DEL ir.ui.view: website_sale_product_configurator.optional_product_items
83
+ DEL ir.ui.view: website_sale_product_configurator.optional_products_modal
84
+ DEL ir.ui.view: website_sale_product_configurator.product_quantity_config
85
+ NEW web_tour.tour: website_sale.test_01_admin_shop_tour
86
+ # NOTHING TO DO: New stuff or removed noupdate=0 stuff.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 18.0.1.0.0.222
3
+ Version: 18.0.1.0.0.238
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo==18.0.*
6
6
  Requires-Dist: openupgradelib
@@ -26,10 +26,11 @@ odoo/addons/openupgrade_scripts/scripts/account_fleet/18.0.1.0/upgrade_analysis.
26
26
  odoo/addons/openupgrade_scripts/scripts/account_payment/18.0.2.0/noupdate_changes.xml,sha256=Pk4cPPyZPYny1BuacSqXpuMpd2WCgmzMWh0KI0qcCPw,196
27
27
  odoo/addons/openupgrade_scripts/scripts/account_payment/18.0.2.0/upgrade_analysis.txt,sha256=v2_DjSKVkR4OAwcPapt4rDWAipoMPnWdlvIq6UTjH5U,544
28
28
  odoo/addons/openupgrade_scripts/scripts/account_payment/18.0.2.0/upgrade_analysis_work.txt,sha256=f6_XQdfTic1_uCSsiqyGDcJ0uUPKzkvzy6l_yvRlI4c,560
29
- odoo/addons/openupgrade_scripts/scripts/account_peppol/18.0.1.1/upgrade_analysis.txt,sha256=z4upqyvwvH78DXhpAQgABjiKnHrBjkhvWzOIpbvKKUQ,2034
29
+ odoo/addons/openupgrade_scripts/scripts/account_peppol/18.0.1.1/upgrade_analysis.txt,sha256=v2kEPBANMGCWLSXVyV0B2_UbsetaGPEU67MEtb-DndA,2840
30
30
  odoo/addons/openupgrade_scripts/scripts/account_qr_code_emv/18.0.1.0/upgrade_analysis.txt,sha256=WwyAiYPuU5tqvEaM-MiEifL_GXEPJVzlJ_r-zWVXRoA,266
31
31
  odoo/addons/openupgrade_scripts/scripts/account_tax_python/18.0.1.0/upgrade_analysis.txt,sha256=XkDiZirAO_bjTgYRoep5F1e3d4HgRGNRS_co1nqc0vQ,409
32
32
  odoo/addons/openupgrade_scripts/scripts/account_update_tax_tags/18.0.1.0/upgrade_analysis.txt,sha256=JK79MYmDfZhdQU0d4LeMewZo2CpE01ltPRTZdFZHM-k,192
33
+ odoo/addons/openupgrade_scripts/scripts/analytic/18.0.1.2/end-migration.py,sha256=OQVRAUmWA4979RJKTfj0wfXdHuoUZ6yi-QnXsTtZ-tg,285
33
34
  odoo/addons/openupgrade_scripts/scripts/analytic/18.0.1.2/noupdate_changes.xml,sha256=CQZ454cfubLl4T0NmN-v5ajgXRoKWmvIzvsmPab2MVo,190
34
35
  odoo/addons/openupgrade_scripts/scripts/analytic/18.0.1.2/post-migration.py,sha256=PvFP9SZp2m1byvXb4tuIeCZL4Or7FWjIuwwlqqaxQQs,403
35
36
  odoo/addons/openupgrade_scripts/scripts/analytic/18.0.1.2/upgrade_analysis.txt,sha256=d254dFsbyju9r5AFemkR7N5R0E4uBCGUPplneZxyJxY,628
@@ -55,7 +56,7 @@ odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/post-migration.py,sha256=f
55
56
  odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/pre-migration.py,sha256=BBq8w1NIPEtpQ6mM6E88DaZD_56oiqCbyb6RLAN2bqg,2166
56
57
  odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_analysis.txt,sha256=zn2pp5rMSMiAoUgIgLEZ8DivttarkojVX1v3xZY2Ry8,22324
57
58
  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=aBOa-F4RXfdeATu3Gpde-9s4yAK-AkBd1zbOHot991E,12053
59
+ odoo/addons/openupgrade_scripts/scripts/base/18.0.1.3/upgrade_general_log.txt,sha256=czfKjEfBwrIna-66bOup7qFOnjZqgPfr6o2iwSCJ5oM,12053
59
60
  odoo/addons/openupgrade_scripts/scripts/base/tests/data_base_migration.py,sha256=G4qE5if25WvkEBxDp3S9QfVRFiD4MV7bZFeagvp5qL8,302
60
61
  odoo/addons/openupgrade_scripts/scripts/base/tests/test_base_migration.py,sha256=jj1GMmV4SX_5q9t-PvIlD1pSR6_swUcpcKKe3r2ZT4E,703
61
62
  odoo/addons/openupgrade_scripts/scripts/base_address_extended/18.0.1.1/upgrade_analysis.txt,sha256=ZOyM6AVCXejBYRawvroMqOMDKsira10CnD6UG46UG7U,186
@@ -160,6 +161,7 @@ odoo/addons/openupgrade_scripts/scripts/hr_holidays_attendance/18.0.1.0/upgrade_
160
161
  odoo/addons/openupgrade_scripts/scripts/hr_homeworking/18.0.2.0/upgrade_analysis.txt,sha256=mGVG9Cc_AddQGz7V87Ha-fhZFMD2JwPCLL4olw0iToY,938
161
162
  odoo/addons/openupgrade_scripts/scripts/hr_homeworking_calendar/18.0.1.0/upgrade_analysis.txt,sha256=YpmtMTVe5x0pC62Q4vAVtWhm_Lh1QkeCM0HmJbLAQto,773
162
163
  odoo/addons/openupgrade_scripts/scripts/hr_hourly_cost/18.0.1.0/upgrade_analysis.txt,sha256=TuvRvqvFxqrIEX9EyxEIJUFPbycloeTMjmSua_BK-Nk,165
164
+ odoo/addons/openupgrade_scripts/scripts/hr_hourly_cost/18.0.1.0/upgrade_analysis_work.txt,sha256=JWg4hrYlYqn98Lz8K8PzwpOK9-Gxkk-g0frPJn7NthA,181
163
165
  odoo/addons/openupgrade_scripts/scripts/hr_maintenance/18.0.1.0/upgrade_analysis.txt,sha256=D3OJ1lRWYX2UCk3z0DJDwZZ6uMYCKUYp3d7U8AfHAso,186
164
166
  odoo/addons/openupgrade_scripts/scripts/hr_org_chart/18.0.1.0/upgrade_analysis.txt,sha256=CTBsmcR3XnuFh4c1_pTUQtW_euacxId7zucnhaH9DjM,615
165
167
  odoo/addons/openupgrade_scripts/scripts/hr_org_chart/18.0.1.0/upgrade_analysis_work.txt,sha256=GpYQFXt4Vq81c9VO8jL2EAYqsIOw1Q9r9_Vj5qsx0b4,651
@@ -193,6 +195,7 @@ odoo/addons/openupgrade_scripts/scripts/iap/18.0.1.1/pre-migration.py,sha256=DgO
193
195
  odoo/addons/openupgrade_scripts/scripts/iap/18.0.1.1/upgrade_analysis.txt,sha256=rZIqfEtANBWAdNwU0Qvjp4aww8TZtTvWumAOe3MGhdc,2049
194
196
  odoo/addons/openupgrade_scripts/scripts/iap/18.0.1.1/upgrade_analysis_work.txt,sha256=PS-_VvzhmMI--2O_wWxSDtjDY9QMG8e4N_TbwTrewBc,2400
195
197
  odoo/addons/openupgrade_scripts/scripts/iap_crm/18.0.1.0/upgrade_analysis.txt,sha256=Qxdh9V6HQd4HpmXsmxEMxN3Vu7y8Q6v0NWL3ZrRK1oA,144
198
+ odoo/addons/openupgrade_scripts/scripts/iap_crm/18.0.1.0/upgrade_analysis_work.txt,sha256=k-Ll0tv0Na5D4h9nN41ENmO2ze2PsUs2dgYM4nCwliM,160
196
199
  odoo/addons/openupgrade_scripts/scripts/iap_mail/18.0.1.0/upgrade_analysis.txt,sha256=g7RJbU2YvBYxo7L9iJFULEF3NKglvNQoI0SF7PFCe5U,359
197
200
  odoo/addons/openupgrade_scripts/scripts/iap_mail/18.0.1.0/upgrade_analysis_work.txt,sha256=iJYn8hktSEm2J_KFMRl2yDSH1lHSvf5bwM9sj9cFWUM,429
198
201
  odoo/addons/openupgrade_scripts/scripts/im_livechat/18.0.1.0/noupdate_changes.xml,sha256=tq0tV4Zi48cmw7neSuR10ihZzmlzgIgL2E5LXph0Qi8,6267
@@ -476,9 +479,14 @@ odoo/addons/openupgrade_scripts/scripts/product_expiry/18.0.1.0/upgrade_analysis
476
479
  odoo/addons/openupgrade_scripts/scripts/product_images/18.0.1.0/upgrade_analysis.txt,sha256=ZFdJzO3tOMvoa1XV86Kzqw5uqUSHhXmQjlN8ebFkbS8,165
477
480
  odoo/addons/openupgrade_scripts/scripts/product_margin/18.0.1.0/upgrade_analysis.txt,sha256=4ttHOXP24HQX80aD5j6gIjzZBzhAD599KgvOxkR9wmM,165
478
481
  odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/noupdate_changes.xml,sha256=aLbUuTKUmbx0dFiQ8gdNIEHmY2CcQlzyclPLOSrzkhY,7591
482
+ odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/post-migration.py,sha256=pVzBPoWC1iUm1tBkXpXJTS2JydN4Uz2KMw6hlPaGtz4,337
483
+ odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/pre-migration.py,sha256=D-2jSgyOEAr_pD-r2eZPVcL1t8YeHWCFRQaDmZg7U0c,632
479
484
  odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/upgrade_analysis.txt,sha256=Spl36Kj16A0ET9gmUQBumd7U5Zr0vOjqw9SHFbwI8gk,3922
485
+ odoo/addons/openupgrade_scripts/scripts/project/18.0.1.3/upgrade_analysis_work.txt,sha256=vLqOp3VLYyUerEbWoJSsRs5GdXQu_uxTWuQkgdfI1Ck,4023
480
486
  odoo/addons/openupgrade_scripts/scripts/project_account/18.0.1.0/upgrade_analysis.txt,sha256=tk2XUyUgvEK3h4lJDEk4dEt3j_RDua7Ty_iAZpC1EDU,208
487
+ odoo/addons/openupgrade_scripts/scripts/project_account/18.0.1.0/upgrade_analysis_work.txt,sha256=8Nz2dTh2SQvsdChtSKCHMpBZlgr8auH4rAdSO6nnDXg,224
481
488
  odoo/addons/openupgrade_scripts/scripts/project_hr_expense/18.0.1.0/upgrade_analysis.txt,sha256=ltGex7LIw2YiI4FtZMvm5Fn5AY0y67fwtBfSCz-kG04,217
489
+ odoo/addons/openupgrade_scripts/scripts/project_hr_expense/18.0.1.0/upgrade_analysis_work.txt,sha256=m5-KBpJig0Wu-sS6RHwAm2TFdBXb1CSM91MwxE93lA8,233
482
490
  odoo/addons/openupgrade_scripts/scripts/project_hr_skills/18.0.1.0/upgrade_analysis.txt,sha256=ErnI2vvZA8ieLYV7YoxV2NvETol7YR0O0CZZ3O0G6BM,215
483
491
  odoo/addons/openupgrade_scripts/scripts/project_mrp/18.0.1.0/upgrade_analysis.txt,sha256=Y95v423RhOibKwPY-xhEgnWRkRZLTiFjpYfCFdD_VrQ,1088
484
492
  odoo/addons/openupgrade_scripts/scripts/project_mrp_account/18.0.1.0/upgrade_analysis.txt,sha256=kaLk5sBcfABNYfv0Vd4BxyEy08Zkza4Xuf_p4_zk86k,229
@@ -547,6 +555,7 @@ odoo/addons/openupgrade_scripts/scripts/sale_purchase/18.0.1.0/pre-migration.py,
547
555
  odoo/addons/openupgrade_scripts/scripts/sale_purchase/18.0.1.0/upgrade_analysis.txt,sha256=vuc0cBM74XVqfBQyb7Ncpr4U3FEs7bY5FUqXHzXPm7I,245
548
556
  odoo/addons/openupgrade_scripts/scripts/sale_purchase/18.0.1.0/upgrade_analysis_work.txt,sha256=jjQqMeZT1T8nigXM8QxMzOH3c8SuClfXgG6-obSBafk,317
549
557
  odoo/addons/openupgrade_scripts/scripts/sale_service/18.0.1.0/upgrade_analysis.txt,sha256=aZz8BN0dfotG8o04pLNWHZW-SOa8fWI4iNfbSjV8mgI,159
558
+ odoo/addons/openupgrade_scripts/scripts/sale_service/18.0.1.0/upgrade_analysis_work.txt,sha256=aDm8m--p_H1debyn4XcRO7CMDqZF4vi0X_3ZNh7NY2o,175
550
559
  odoo/addons/openupgrade_scripts/scripts/sale_stock/18.0.1.0/post-migration.py,sha256=QhAGk_EYZXHBa4iw5kZ5WXrpMTzVRjcyys6XpQ39lFE,395
551
560
  odoo/addons/openupgrade_scripts/scripts/sale_stock/18.0.1.0/pre-migration.py,sha256=uck-mNWhW_y1XN3G1HGSQpNBpBHYVwZezt_fD8zADrU,2116
552
561
  odoo/addons/openupgrade_scripts/scripts/sale_stock/18.0.1.0/upgrade_analysis.txt,sha256=RwUr5aCoaKeqbxyGcsCr87a2NjixvvIWSPotRWFwsVI,796
@@ -643,7 +652,11 @@ odoo/addons/openupgrade_scripts/scripts/website_profile/18.0.1.0/upgrade_analysi
643
652
  odoo/addons/openupgrade_scripts/scripts/website_profile/18.0.1.0/upgrade_analysis_work.txt,sha256=gXU3BXP1PdCtrSQ501A8CzoB28Qi02Bw-kAhUtsyf-Q,184
644
653
  odoo/addons/openupgrade_scripts/scripts/website_project/18.0.1.0/upgrade_analysis.txt,sha256=1Qbh3ljDvSBRMsm-psuIoz2T3Qm5E6ohJzHd3jj1AJY,872
645
654
  odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/noupdate_changes.xml,sha256=qukbj42hSRKTQMbCI2-0MfVUN624uIBgPdOOd6QlgK8,2485
655
+ odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/noupdate_changes_work.xml,sha256=Ft1vymybcW6yW7di67R4pyoxfk_Lqd4WzQhILsJqNBA,3024
656
+ odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/post-migration.py,sha256=792AdFEy6eJOLHDFynoILc10XH2G-TYTfRVOZxJZkGM,986
657
+ odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/pre-migration.py,sha256=dbh_fnxYzj3v-13-d-YKKD6xInUfASkWxU7EDu7FeTg,560
646
658
  odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/upgrade_analysis.txt,sha256=npxT-i1nUqgLS-nMPT4aSwkxVTxqXqhVM-i9T553D1o,4219
659
+ odoo/addons/openupgrade_scripts/scripts/website_sale/18.0.1.1/upgrade_analysis_work.txt,sha256=XR5x17a4QYOCQ5P3Pdh0N16QkzSm8oyWb3cNUlVec0g,5179
647
660
  odoo/addons/openupgrade_scripts/scripts/website_sale_autocomplete/18.0.1.0/upgrade_analysis.txt,sha256=YswdVijMPe2DoMTSlJqSbdFd1ZcTK4PfRvXvm1cd3XM,198
648
661
  odoo/addons/openupgrade_scripts/scripts/website_sale_collect/18.0.1.0/upgrade_analysis.txt,sha256=UDxDSo0Be1Ti_xEiM9giSG0xu7TNqFiAF_RcCxJQSNw,2246
649
662
  odoo/addons/openupgrade_scripts/scripts/website_sale_comparison/18.0.1.0/upgrade_analysis.txt,sha256=bTSciAg2bCbBcVYoostlp6AjqbFEez1xnVHLYZFdeM0,274
@@ -661,7 +674,7 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/18.0.1.0/upgrade_a
661
674
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
662
675
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
663
676
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=Jc0qAThlH5WnoSq6vPamjC8WyMkdo_9zkhDuU1qW1VI,12722
664
- odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info/METADATA,sha256=fkjn0_THbl6ho4KX8nPA4w9Rnr4UVtlPD0pVQrtQr0w,3812
665
- odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
666
- odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
667
- odoo_addon_openupgrade_scripts-18.0.1.0.0.222.dist-info/RECORD,,
677
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info/METADATA,sha256=BtszNU-2jaUdiIQq8w6aNX17m4t7O3nN5x9UT0JG1zc,3812
678
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
679
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
680
+ odoo_addon_openupgrade_scripts-18.0.1.0.0.238.dist-info/RECORD,,