odoo-addon-openupgrade-scripts 17.0.1.0.1.221__py3-none-any.whl → 17.0.1.0.1.227__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.
@@ -0,0 +1,15 @@
1
+ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
2
+ # Copyright 2025 Tecnativa - Pedro M. Baeza
3
+
4
+ from openupgradelib import openupgrade
5
+
6
+
7
+ @openupgrade.migrate()
8
+ def migrate(env, version):
9
+ # Assign the new code to the existing picking types with these characteristics
10
+ env["stock.picking.type"].search(
11
+ [
12
+ ("default_location_src_id.usage", "=", "supplier"),
13
+ ("default_location_dest_id.usage", "=", "customer"),
14
+ ]
15
+ ).code = "dropship"
@@ -0,0 +1,10 @@
1
+ ---Models in module 'stock_dropshipping'---
2
+ ---Fields in module 'stock_dropshipping'---
3
+ stock_dropshipping / stock.picking.type / code (False) : NEW selection_keys: ['dropship', 'incoming', 'internal', 'mrp_operation', 'outgoing', 'repair_operation'], mode: modify
4
+ # DONE: post-migration: Assign the new code to the existing picking types that have default location source the suppliers one, and the target location the customer one.
5
+
6
+ ---XML records in module 'stock_dropshipping'---
7
+ NEW ir.actions.act_window: stock_dropshipping.action_picking_tree_dropship
8
+ NEW ir.ui.menu: stock_dropshipping.dropship_picking
9
+ NEW ir.ui.view: stock_dropshipping.view_picking_internal_search_inherit_stock_dropshipping
10
+ # NOTHING TO DO: new ir records
@@ -0,0 +1,12 @@
1
+ ---Models in module 'stock_landed_costs'---
2
+ ---Fields in module 'stock_landed_costs'---
3
+ stock_landed_costs / stock.landed.cost / _order : _order is now 'date desc, id desc' ('id')
4
+ # NOTHING TO DO: There may be a different order in new version, but we shouldn't touch the date field. Anyway, the new order makes more sense.
5
+
6
+ stock_landed_costs / stock.landed.cost / activity_user_id (many2one) : not related anymore
7
+ stock_landed_costs / stock.landed.cost / activity_user_id (many2one) : now a function
8
+ stock_landed_costs / stock.landed.cost / message_main_attachment_id (many2one): DEL relation: ir.attachment
9
+ stock_landed_costs / stock.landed.cost / rating_ids (one2many) : NEW relation: rating.rating
10
+ # NOTHING TO DO: Fields that come from the mixin refactorings with no values
11
+
12
+ ---XML records in module 'stock_landed_costs'---
@@ -0,0 +1,8 @@
1
+ # Copyright 2024 Tecnativa - Pilar Vargas
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, "website_event", "17.0.1.4/noupdate_changes.xml")
@@ -0,0 +1,96 @@
1
+ ---Models in module 'website_event'---
2
+ ---Fields in module 'website_event'---
3
+ website_event / event.registration / registration_answer_choice_ids (one2many): NEW relation: event.registration.answer
4
+ website_event / event.tag / is_published (boolean) : NEW hasdefault: default
5
+ website_event / event.tag / website_id (many2one) : NEW relation: website
6
+ website_event / event.tag.category / website_id (many2one) : NEW relation: website
7
+ website_event / event.tag.category / website_published (boolean) : not related anymore
8
+ website_event / event.tag.category / website_published (boolean) : now a function
9
+ website_event_questions / event.question / question_type (selection) : selection_keys is now '['company_name', 'email', 'name', 'phone', 'simple_choice', 'text_box']' ('['simple_choice', 'text_box']')
10
+ # NOTHING TO DO
11
+
12
+ ---XML records in module 'website_event'---
13
+ NEW ir.actions.act_window: website_event.action_event_registration_report [renamed from website_event_questions module]
14
+ DEL ir.actions.act_window: website_event_questions.action_event_registration_report [renamed to website_event module]
15
+ # NOTHING TO DO
16
+
17
+ NEW ir.asset: website_event.s_searchbar_000_js
18
+ NEW ir.asset: website_event.s_searchbar_000_xml
19
+ # NOTHING TO DO
20
+
21
+ NEW ir.model.access: website_event.access_event_event_employee
22
+ NEW ir.model.access: website_event.access_event_event_portal
23
+ NEW ir.model.access: website_event.access_event_event_public
24
+ NEW ir.model.access: website_event.access_event_event_ticket_employee
25
+ NEW ir.model.access: website_event.access_event_event_ticket_portal
26
+ NEW ir.model.access: website_event.access_event_event_ticket_public
27
+ NEW ir.model.access: website_event.access_event_question_answer_employee
28
+ NEW ir.model.access: website_event.access_event_question_answer_portal
29
+ NEW ir.model.access: website_event.access_event_question_answer_public
30
+ NEW ir.model.access: website_event.access_event_question_answer_registration [renamed from website_event_questions module]
31
+ NEW ir.model.access: website_event.access_event_question_answer_user [renamed from website_event_questions module]
32
+ NEW ir.model.access: website_event.access_event_question_employee
33
+ NEW ir.model.access: website_event.access_event_question_portal
34
+ NEW ir.model.access: website_event.access_event_question_public
35
+ NEW ir.model.access: website_event.access_event_question_user [renamed from website_event_questions module]
36
+ NEW ir.model.access: website_event.access_event_registration_answer
37
+ NEW ir.model.access: website_event.access_event_tag_category_employee
38
+ NEW ir.model.access: website_event.access_event_tag_category_portal
39
+ NEW ir.model.access: website_event.access_event_tag_category_public
40
+ NEW ir.model.access: website_event.access_event_tag_employee
41
+ NEW ir.model.access: website_event.access_event_tag_portal
42
+ NEW ir.model.access: website_event.access_event_tag_public
43
+ NEW ir.model.access: website_event.access_website_event_menu_employee
44
+ NEW ir.model.access: website_event.access_website_event_menu_portal
45
+ NEW ir.model.access: website_event.access_website_event_menu_public
46
+ DEL ir.model.access: website_event.access_event_event
47
+ DEL ir.model.access: website_event.access_event_event_ticket
48
+ DEL ir.model.access: website_event.access_event_tag
49
+ DEL ir.model.access: website_event.access_event_tag_category
50
+ DEL ir.model.access: website_event.access_website_event_menu
51
+ DEL ir.model.access: website_event_questions.access_event_question
52
+ DEL ir.model.access: website_event_questions.access_event_question_answer
53
+ DEL ir.model.access: website_event_questions.access_event_question_answer_registration [renamed to website_event module]
54
+ DEL ir.model.access: website_event_questions.access_event_question_answer_user [renamed to website_event module]
55
+ DEL ir.model.access: website_event_questions.access_event_question_user [renamed to website_event module]
56
+ DEL ir.model.access: website_event_questions.access_event_registration_answer_registration
57
+ # NOTHING TO DO
58
+
59
+ NEW ir.model.constraint: website_event.constraint_event_registration_answer_value_check [renamed from website_event_questions module]
60
+ DEL ir.model.constraint: website_event_questions.constraint_event_registration_answer_value_check [renamed to website_event module]
61
+ NEW ir.rule: website_event.ir_rule_event_question_answer_event_user [renamed from website_event_questions module] (noupdate)
62
+ NEW ir.rule: website_event.ir_rule_event_question_answer_published [renamed from website_event_questions module] (noupdate)
63
+ NEW ir.rule: website_event.ir_rule_event_question_event_user [renamed from website_event_questions module] (noupdate)
64
+ NEW ir.rule: website_event.ir_rule_event_question_published [renamed from website_event_questions module] (noupdate)
65
+ DEL ir.rule: website_event_questions.ir_rule_event_question_answer_event_user [renamed to website_event module] (noupdate)
66
+ DEL ir.rule: website_event_questions.ir_rule_event_question_answer_published [renamed to website_event module] (noupdate)
67
+ DEL ir.rule: website_event_questions.ir_rule_event_question_event_user [renamed to website_event module] (noupdate)
68
+ DEL ir.rule: website_event_questions.ir_rule_event_question_published [renamed to website_event module] (noupdate)
69
+ # NOTHING TO DO: The merge of website_event_questions into website_event already performs the XML-IDs renaming
70
+
71
+ NEW ir.ui.view: website_event.event_empty_events_svg
72
+ NEW ir.ui.view: website_event.event_question_view_form
73
+ NEW ir.ui.view: website_event.event_registration_answer_view_graph
74
+ NEW ir.ui.view: website_event.event_registration_answer_view_pivot
75
+ NEW ir.ui.view: website_event.event_registration_answer_view_search
76
+ NEW ir.ui.view: website_event.event_registration_answer_view_tree
77
+ NEW ir.ui.view: website_event.event_registration_view_kanban
78
+ NEW ir.ui.view: website_event.event_registration_view_search
79
+ NEW ir.ui.view: website_event.event_tag_view_form_inherit
80
+ NEW ir.ui.view: website_event.modal_ticket_registration
81
+ NEW ir.ui.view: website_event.navbar
82
+ NEW ir.ui.view: website_event.registration_event_question
83
+ DEL ir.ui.view: website_event.fold_register_details
84
+ DEL ir.ui.view: website_event.res_config_settings_view_form
85
+ DEL ir.ui.view: website_event_questions.event_event_view_form
86
+ DEL ir.ui.view: website_event_questions.event_question_view_form
87
+ DEL ir.ui.view: website_event_questions.event_registration_answer_view_graph
88
+ DEL ir.ui.view: website_event_questions.event_registration_answer_view_pivot
89
+ DEL ir.ui.view: website_event_questions.event_registration_answer_view_search
90
+ DEL ir.ui.view: website_event_questions.event_registration_answer_view_tree
91
+ DEL ir.ui.view: website_event_questions.event_registration_view_form_inherit_question
92
+ DEL ir.ui.view: website_event_questions.event_registration_view_tree
93
+ DEL ir.ui.view: website_event_questions.event_type_view_form_inherit_question
94
+ DEL ir.ui.view: website_event_questions.registration_attendee_details_questions
95
+ DEL ir.ui.view: website_event_questions.registration_event_question
96
+ # NOTHING TO DO
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 17.0.1.0.1.221
3
+ Version: 17.0.1.0.1.227
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Requires-Dist: openupgradelib
@@ -590,8 +590,11 @@ odoo/addons/openupgrade_scripts/scripts/stock_account/17.0.1.1/upgrade_analysis.
590
590
  odoo/addons/openupgrade_scripts/scripts/stock_account/17.0.1.1/upgrade_analysis_work.txt,sha256=xLUEOeCNZCqiStCJfba65zuBTNd5ZabBRirAUZ9EIio,1567
591
591
  odoo/addons/openupgrade_scripts/scripts/stock_delivery/17.0.1.0/upgrade_analysis.txt,sha256=CLgw08khF3b9hOisl8TGCFjl6B39MDMIimyNDq25AzA,6177
592
592
  odoo/addons/openupgrade_scripts/scripts/stock_delivery/17.0.1.0/upgrade_analysis_work.txt,sha256=zUUwNTPPQBdnZuXLCy9TSA54Qo25It4DJsoMJ_9mg1E,6342
593
+ odoo/addons/openupgrade_scripts/scripts/stock_dropshipping/17.0.1.0/post-migration.py,sha256=XQAYnPtegmkETHedAyHwHdqkZZt2GCSSOzRfNpLuLQY,499
593
594
  odoo/addons/openupgrade_scripts/scripts/stock_dropshipping/17.0.1.0/upgrade_analysis.txt,sha256=hcBfhjP7WZQKAPAP1YrQ27M7wowBjSoq3KdMomof7w8,555
595
+ odoo/addons/openupgrade_scripts/scripts/stock_dropshipping/17.0.1.0/upgrade_analysis_work.txt,sha256=9v9-7eTDtCuWs_ioy0Ag6apXhFfRWLnLkPvSLd0jhaI,757
594
596
  odoo/addons/openupgrade_scripts/scripts/stock_landed_costs/17.0.1.1/upgrade_analysis.txt,sha256=Br1-ciAX9gqR-PM5ehCWgKjpsWUrtaJHYowwvZIzNik,677
597
+ odoo/addons/openupgrade_scripts/scripts/stock_landed_costs/17.0.1.1/upgrade_analysis_work.txt,sha256=lVn3mqulwfUugFJKa0Tw1B2viXFaiHl21cZ5R3pB8z8,899
595
598
  odoo/addons/openupgrade_scripts/scripts/stock_landed_costs_company/17.0.1.0/upgrade_analysis.txt,sha256=gCAzd0WhYUClb548cJUaF2UGrlj4X0N1KGkmp9J1xNE,297
596
599
  odoo/addons/openupgrade_scripts/scripts/stock_picking_batch/17.0.1.0/upgrade_analysis.txt,sha256=D5ga0lVXgepoip2hpy8IkAyPIUx9JK7S6rgegxP_Hq0,696
597
600
  odoo/addons/openupgrade_scripts/scripts/stock_picking_batch/17.0.1.0/upgrade_analysis_work.txt,sha256=9OoxM5xzb2WoQx3_SFxSyYc7meCIx9putCwdm5JwWM8,872
@@ -627,7 +630,9 @@ odoo/addons/openupgrade_scripts/scripts/website_crm_livechat/17.0.1.0/upgrade_an
627
630
  odoo/addons/openupgrade_scripts/scripts/website_crm_partner_assign/17.0.1.2/upgrade_analysis.txt,sha256=Y3DLpC8wNPscsQj-3XGZB2kGiktdZWkKCCYgmJFnvAE,300
628
631
  odoo/addons/openupgrade_scripts/scripts/website_customer/17.0.1.0/upgrade_analysis.txt,sha256=ml1mfj5PM97j8y7LfCPPth7JblWYmkrfbyKGGTYkN8o,617
629
632
  odoo/addons/openupgrade_scripts/scripts/website_event/17.0.1.4/noupdate_changes.xml,sha256=gGQrjDSSR2tbBNI1ZWxgjyyvhLXa6EY545sKlmZ-X4k,672
633
+ odoo/addons/openupgrade_scripts/scripts/website_event/17.0.1.4/post-migration.py,sha256=aIpppLlR8o0ijY2pOQa5zjWc_80e0ozzxymvwvsKoJo,279
630
634
  odoo/addons/openupgrade_scripts/scripts/website_event/17.0.1.4/upgrade_analysis.txt,sha256=abK1mxe_Fle97MXC33KuYTvk4H-ayf3QIot1gwHqtqY,6801
635
+ odoo/addons/openupgrade_scripts/scripts/website_event/17.0.1.4/upgrade_analysis_work.txt,sha256=9pg19jZDdnlNLhHBoXn55XofDkXtneSeWrEYGW1LlpE,6997
631
636
  odoo/addons/openupgrade_scripts/scripts/website_event_booth/17.0.1.0/upgrade_analysis.txt,sha256=c6fXPFpRf4wBL-wo1LC_27EfLNr8mZHuCQ3qdcYz1G0,615
632
637
  odoo/addons/openupgrade_scripts/scripts/website_event_booth_exhibitor/17.0.1.1/upgrade_analysis.txt,sha256=m61WjKd1Qbo78pNqEjrg0Oo8OQqMSjDRoSpC8JGM2Yk,210
633
638
  odoo/addons/openupgrade_scripts/scripts/website_event_booth_sale/17.0.1.0/upgrade_analysis.txt,sha256=2jjCDZ4uHskU6CMZLdQvHJuaCbribCHOHiJKETHbE_I,297
@@ -674,7 +679,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
674
679
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
675
680
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
676
681
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
677
- odoo_addon_openupgrade_scripts-17.0.1.0.1.221.dist-info/METADATA,sha256=G4qA_nd6jtEfebDQjFcA-Xac7wDefRNEmVtjT50KDhA,3786
678
- odoo_addon_openupgrade_scripts-17.0.1.0.1.221.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
679
- odoo_addon_openupgrade_scripts-17.0.1.0.1.221.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
680
- odoo_addon_openupgrade_scripts-17.0.1.0.1.221.dist-info/RECORD,,
682
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.227.dist-info/METADATA,sha256=bHLIJqmo-N5I3vq8ZvCtE4PzwIC4J4H3kCE51h-0bEo,3786
683
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.227.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
684
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.227.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
685
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.227.dist-info/RECORD,,