odoo-addon-openupgrade-scripts 16.0.1.0.4.58__py3-none-any.whl → 16.0.1.0.4.63__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/post-migration.py +10 -7
- odoo/addons/openupgrade_scripts/scripts/l10n_de/16.0.2.0/upgrade_analysis_work.txt +63 -0
- odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/end-migration.py +14 -0
- odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/pre-migration.py +0 -1
- odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/upgrade_analysis_work.txt +1 -1
- odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/post-migration.py +16 -0
- odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/pre-migration.py +19 -0
- odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_analysis_work.txt +32 -0
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.58.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info}/METADATA +1 -1
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.58.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info}/RECORD +12 -8
- odoo/addons/openupgrade_scripts/scripts/l10n_de/16.0.1.0/upgrade_analysis.txt +0 -196
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.58.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-16.0.1.0.4.58.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info}/top_level.txt +0 -0
@@ -44,13 +44,16 @@ def create_work_contact(env):
|
|
44
44
|
partner.id,
|
45
45
|
)
|
46
46
|
else:
|
47
|
-
|
48
|
-
[
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
47
|
+
if employee.work_email and employee.mobile_phone:
|
48
|
+
matching_partner = env["res.partner"].search(
|
49
|
+
[
|
50
|
+
("email", "=", employee.work_email),
|
51
|
+
("mobile", "=", employee.mobile_phone),
|
52
|
+
]
|
53
|
+
)
|
54
|
+
nb_matching_partner = len(matching_partner)
|
55
|
+
else:
|
56
|
+
nb_matching_partner = 0
|
54
57
|
if nb_matching_partner == 1:
|
55
58
|
employee.work_contact_id = matching_partner
|
56
59
|
_logger.info(
|
@@ -0,0 +1,63 @@
|
|
1
|
+
---Models in module 'l10n_de'---
|
2
|
+
---Fields in module 'l10n_de'---
|
3
|
+
---XML records in module 'l10n_de'---
|
4
|
+
NEW account.report.column: l10n_de.tax_report_balance
|
5
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_21_tag
|
6
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_24_tag
|
7
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_26_tag
|
8
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_27_tag
|
9
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_33_tag
|
10
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_34_tag
|
11
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_35_tag
|
12
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_36_tag
|
13
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_37_74_tag
|
14
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_39_tag
|
15
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_41_tag
|
16
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_42_tag
|
17
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_43_tag
|
18
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_44_tag
|
19
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_45_tag
|
20
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_47_tag
|
21
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_48_tag
|
22
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_49_tag
|
23
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_50_tag
|
24
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_59_tag
|
25
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_60_tag
|
26
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_61_tag
|
27
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_62_tag
|
28
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_63_tag
|
29
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_64_tag
|
30
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_65_tag
|
31
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_66_tag
|
32
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_67_tag
|
33
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_69_tag
|
34
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_73_tag
|
35
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_74_tag
|
36
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_76_tag
|
37
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_77_tag
|
38
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_80_tag
|
39
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_81_tag
|
40
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_83_tag
|
41
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_84_tag
|
42
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_85_tag
|
43
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_86_tag
|
44
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_87_tag
|
45
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_89_tag
|
46
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_90_tag
|
47
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_91_tag
|
48
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_93_tag
|
49
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_94_tag
|
50
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_95_tag
|
51
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_96_tag
|
52
|
+
NEW account.report.expression: l10n_de.tax_report_de_tag_98_tag
|
53
|
+
# NOTHING TO DO: New data for the account tax report engine
|
54
|
+
|
55
|
+
DEL ir.ui.menu: l10n_de.account_reports_de_statements_menu
|
56
|
+
DEL ir.ui.view: l10n_de.din5008_css
|
57
|
+
DEL ir.ui.view: l10n_de.external_layout_din5008
|
58
|
+
# NOTHING TO DO: ir noupdate=0 stuff
|
59
|
+
|
60
|
+
DEL report.layout: l10n_de.report_layout_din5008 [renamed to l10n_din5008 module]
|
61
|
+
DEL report.paperformat: l10n_de.paperformat_euro_din [renamed to l10n_din5008 module]
|
62
|
+
DEL report.paperformat: l10n_de.paperformat_euro_din_a [renamed to l10n_din5008 module]
|
63
|
+
# NOTHING TO DO: To be renamed in pre in l10n_din5008
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Carlos Lopez
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
from openupgradelib import openupgrade
|
4
|
+
|
5
|
+
|
6
|
+
@openupgrade.logging()
|
7
|
+
def _recompute_slide_slide_type(env):
|
8
|
+
"""Recompute the field by calling its compute method."""
|
9
|
+
env["slide.slide"].search([])._compute_slide_type()
|
10
|
+
|
11
|
+
|
12
|
+
@openupgrade.migrate()
|
13
|
+
def migrate(env, version):
|
14
|
+
_recompute_slide_slide_type(env)
|
@@ -26,7 +26,6 @@ def _create_and_fill_data_from_slide_type_to_slide_category(env):
|
|
26
26
|
[("webpage", "article"), ("presentation", "document")],
|
27
27
|
table="slide_slide",
|
28
28
|
)
|
29
|
-
openupgrade.rename_columns(env.cr, {"slide_slide": [("slide_type", None)]})
|
30
29
|
|
31
30
|
|
32
31
|
def _create_and_fill_data_for_source_type(env):
|
@@ -45,7 +45,7 @@ website_slides / slide.slide / slide_category (selection) : NEW
|
|
45
45
|
# DONE: pre-migration: copy column slide_type + map values that changes
|
46
46
|
|
47
47
|
website_slides / slide.slide / slide_type (selection) : selection_keys is now '['article', 'doc', 'google_drive_video', 'image', 'pdf', 'quiz', 'sheet', 'slides', 'vimeo_video', 'youtube_video']' ('['document', 'infographic', 'presentation', 'quiz', 'video', 'webpage']')
|
48
|
-
#
|
48
|
+
# DONE (end-migration): Let ORM handle recomputes this field
|
49
49
|
|
50
50
|
website_slides / slide.slide / source_type (selection) : NEW required, selection_keys: ['external', 'local_file'], hasdefault: default
|
51
51
|
# DONE: post-migration: Switch to external for those with `google_drive_id`, that are the only where these applies: https://github.com/odoo/odoo/blob/42bcc3ef284ca355e2323641176573b53e7d2e28/addons/website_slides/controllers/main.py#L1197
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Carlos Lopez
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
@openupgrade.migrate()
|
8
|
+
def migrate(env, version):
|
9
|
+
openupgrade.load_data(
|
10
|
+
env.cr, "website_slides_survey", "16.0.1.0/noupdate_changes.xml"
|
11
|
+
)
|
12
|
+
openupgrade.delete_record_translations(
|
13
|
+
env.cr,
|
14
|
+
"website_slides_survey",
|
15
|
+
["mail_template_user_input_certification_failed"],
|
16
|
+
)
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Copyright 2025 Tecnativa - Carlos Lopez
|
2
|
+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
|
+
|
4
|
+
from openupgradelib import openupgrade
|
5
|
+
|
6
|
+
|
7
|
+
def _delete_sql_constraints(env):
|
8
|
+
"""Delete constraints to recreate it"""
|
9
|
+
openupgrade.delete_sql_constraint_safely(
|
10
|
+
env, "website_slides_survey", "slide_slide", "check_survey_id"
|
11
|
+
)
|
12
|
+
openupgrade.delete_sql_constraint_safely(
|
13
|
+
env, "website_slides_survey", "slide_slide", "check_certification_preview"
|
14
|
+
)
|
15
|
+
|
16
|
+
|
17
|
+
@openupgrade.migrate()
|
18
|
+
def migrate(env, version):
|
19
|
+
_delete_sql_constraints(env)
|
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_analysis_work.txt
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
---Models in module 'website_slides_survey'---
|
2
|
+
---Fields in module 'website_slides_survey'---
|
3
|
+
website_slides_survey / slide.slide / name (False) : NEW mode: modify, hasdefault: compute
|
4
|
+
# NOTHING TO DO: The field exists in the website_slides module as storable; just changed it to computed.
|
5
|
+
|
6
|
+
website_slides_survey / slide.slide / slide_category (False) : NEW selection_keys: ['article', 'certification', 'document', 'infographic', 'quiz', 'video'], mode: modify
|
7
|
+
# NOTHING TO DO: The field exists in the website_slides module, the migration script is done on website_slides
|
8
|
+
|
9
|
+
website_slides_survey / slide.slide / slide_type (False) : selection_keys is now '['article', 'certification', 'doc', 'google_drive_video', 'image', 'pdf', 'quiz', 'sheet', 'slides', 'vimeo_video', 'youtube_video']' ('['certification', 'document', 'infographic', 'presentation', 'quiz', 'video', 'webpage']')
|
10
|
+
# NOTHING TO DO: This is handled in the end-migration step of the website_slides module
|
11
|
+
|
12
|
+
---XML records in module 'website_slides_survey'---
|
13
|
+
DEL ir.actions.act_window: website_slides_survey.survey_survey_action_slides_report
|
14
|
+
DEL ir.ui.menu: website_slides_survey.website_slides_menu_report_certification
|
15
|
+
# NOTHING TO DO: Handled by ORM
|
16
|
+
|
17
|
+
ir.model.constraint: website_slides_survey.constraint_slide_slide_check_certification_preview (changed definition: is now 'check(slide_category != 'certification' or is_preview = false)' ('check(slide_type != 'certification' or is_preview = false)'))
|
18
|
+
ir.model.constraint: website_slides_survey.constraint_slide_slide_check_survey_id (changed definition: is now 'check(slide_category != 'certification' or survey_id is not null)' ('check(slide_type != 'certification' or survey_id is not null)'))
|
19
|
+
# DONE: pre-migration: safely delete constraints for letting ORM to recreate them
|
20
|
+
|
21
|
+
NEW ir.actions.act_window.view: website_slides_survey.survey_survey_action_slides_view_form
|
22
|
+
NEW ir.actions.act_window.view: website_slides_survey.survey_survey_action_slides_view_kanban
|
23
|
+
NEW ir.actions.act_window.view: website_slides_survey.survey_survey_action_slides_view_tree
|
24
|
+
NEW ir.ui.view: website_slides_survey.res_config_settings_view_form
|
25
|
+
NEW ir.ui.view: website_slides_survey.slide_sidebar_done_button
|
26
|
+
NEW ir.ui.view: website_slides_survey.slide_slide_partner_view_form
|
27
|
+
NEW ir.ui.view: website_slides_survey.slide_slide_partner_view_search
|
28
|
+
NEW ir.ui.view: website_slides_survey.slide_slide_partner_view_tree
|
29
|
+
NEW ir.ui.view: website_slides_survey.survey_survey_view_kanban
|
30
|
+
NEW ir.ui.view: website_slides_survey.survey_survey_view_search_slides
|
31
|
+
NEW ir.ui.view: website_slides_survey.survey_survey_view_tree_slides
|
32
|
+
# NOTHING TO DO: it's noupdate=0 stuff
|
@@ -145,7 +145,7 @@ odoo/addons/openupgrade_scripts/scripts/google_gmail/16.0.1.2/pre-migration.py,s
|
|
145
145
|
odoo/addons/openupgrade_scripts/scripts/google_gmail/16.0.1.2/upgrade_analysis.txt,sha256=T6iNOaVAnUJyuehQ1uwTr8C9cXKmZU_Mw3EQQ2hPu1c,685
|
146
146
|
odoo/addons/openupgrade_scripts/scripts/google_gmail/16.0.1.2/upgrade_analysis_work.txt,sha256=ZFiT39XdvjqP9MWdctq_OLT4yaKvi034a9tSmIarJsA,1395
|
147
147
|
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/noupdate_changes.xml,sha256=7Kh6ikV0c8llO66FzBlAXZuPURS0oJLO43aQSqKs9ow,950
|
148
|
-
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/post-migration.py,sha256=
|
148
|
+
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/post-migration.py,sha256=e5Z5dGfVwKcQs2IY-Bj65y0jAVEcI6EX7SVWDB7Rk7U,5992
|
149
149
|
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/pre-migration.py,sha256=GnxPms4HAtw7F2U6vRUJDUuRx4NXoUi83KS6KM5hqSc,1708
|
150
150
|
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/upgrade_analysis.txt,sha256=zxyq2l4x0UHfHfDhEX5m5ungWQP6JQ-MdIAruwiXhNU,3564
|
151
151
|
odoo/addons/openupgrade_scripts/scripts/hr/16.0.1.1/upgrade_analysis_work.txt,sha256=LmcpH17tdDqs-8FyfIJ8fY90dsTzSot28do3jsq8HuA,4176
|
@@ -253,8 +253,8 @@ odoo/addons/openupgrade_scripts/scripts/l10n_co/16.0.0.8/upgrade_analysis_work.t
|
|
253
253
|
odoo/addons/openupgrade_scripts/scripts/l10n_co/16.0.0.9/upgrade_analysis.txt,sha256=6J-uNhFZlXRNWt7e_SrgGKL-i4D1brF2qYj9v64VNos,144
|
254
254
|
odoo/addons/openupgrade_scripts/scripts/l10n_co_pos/16.0.1.0/upgrade_analysis.txt,sha256=8QiRuNdSjcfwhoL4Sx0YBvQfDC6xIomw1RDlycolG9E,223
|
255
255
|
odoo/addons/openupgrade_scripts/scripts/l10n_cz/16.0.1.1/upgrade_analysis.txt,sha256=lzDPlSou7XvH2zgcSJdTSZUXoIXWGAIMr9tVjlcd2W0,212
|
256
|
-
odoo/addons/openupgrade_scripts/scripts/l10n_de/16.0.1.0/upgrade_analysis.txt,sha256=9bUQ5EhatPgQ__dspv7LPzTpVqVvvrrdKOvOVC8atVA,11419
|
257
256
|
odoo/addons/openupgrade_scripts/scripts/l10n_de/16.0.2.0/upgrade_analysis.txt,sha256=PMXns5hXbZw2woFjYfWcC9KZRpNxImn47wNMD4pERZE,3632
|
257
|
+
odoo/addons/openupgrade_scripts/scripts/l10n_de/16.0.2.0/upgrade_analysis_work.txt,sha256=Bjb9x3P-w_4U-8bpxOsZiE38j1k0yHFpSeLznNmmJNI,3785
|
258
258
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008/16.0.1.0/upgrade_analysis.txt,sha256=A-6EdCnOrHLCwByN9x2ukw4ivCDnyBQmOLu4BIKEMxI,475
|
259
259
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008_purchase/16.0.1.0/upgrade_analysis.txt,sha256=IsmNuWcW2tGP6jLMY3_hhC8K8tlnYRJVuAte8B5pH-4,186
|
260
260
|
odoo/addons/openupgrade_scripts/scripts/l10n_din5008_repair/16.0.1.0/upgrade_analysis.txt,sha256=DYtFt3vnBVNxuDh0X-d4Yu2qM2MlP3YJydyazJUp-Gw,180
|
@@ -769,19 +769,23 @@ odoo/addons/openupgrade_scripts/scripts/website_sale_stock/16.0.1.0/upgrade_anal
|
|
769
769
|
odoo/addons/openupgrade_scripts/scripts/website_sale_stock_wishlist/16.0.1.0/upgrade_analysis.txt,sha256=Su-F698eC2SIY29887O6dZDUZxFp_ckwSXM5C9xKRCk,550
|
770
770
|
odoo/addons/openupgrade_scripts/scripts/website_sale_wishlist/16.0.1.0/upgrade_analysis.txt,sha256=dkoH9dzqNnIfxVpZY78SGzUVWymC_Xt9Hb7bdKIjzww,186
|
771
771
|
odoo/addons/openupgrade_scripts/scripts/website_sale_wishlist/16.0.1.0/upgrade_analysis_work.txt,sha256=FeYUhmHUNRNohMlZL8X4_UtEaHWR9eyXZ_RZ6f-ljpU,202
|
772
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/end-migration.py,sha256=vt37rVrxMLFj-ZY_OoKrnkLWRWm52Ft7jlvkgihkEbM,419
|
772
773
|
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/noupdate_changes.xml,sha256=lM3LtWWH2vPTtYgv8PTZFxdlXre5cheWRpxMOcIjnao,4027
|
773
774
|
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/post-migration.py,sha256=_ppoN3BZKI73ribYBpJsnl3pETq3ChFYNRasv_Y-qPw,2335
|
774
|
-
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/pre-migration.py,sha256=
|
775
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/pre-migration.py,sha256=Nz4bA6sIAFWgCnrs72-JMaEFGY47Yb-fDrKpraVhyIk,2929
|
775
776
|
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/upgrade_analysis.txt,sha256=12sfLR0d-5-qEZHGzpHZ68B2GIYrGCdzQylTh0uMtvU,6921
|
776
|
-
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/upgrade_analysis_work.txt,sha256=
|
777
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides/16.0.2.6/upgrade_analysis_work.txt,sha256=RBdb49rT2xzqvSQlC89XPxe-Y6XB5m3RV4IfrN-A0UE,8489
|
777
778
|
odoo/addons/openupgrade_scripts/scripts/website_slides_forum/16.0.1.0/upgrade_analysis.txt,sha256=Rcjr_T76A1-IyLZOeEn3wixWEMgU2soTE49va5yhlII,472
|
778
779
|
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/noupdate_changes.xml,sha256=GJgxpiR2xWhKga9UbHjtB1fn-F3zuOIgzHXjK5s6Fs8,302
|
780
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/post-migration.py,sha256=V91frE3XA3n9el-xRMqsmMobKjtHigsHEl3hqv1Tscc,467
|
781
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/pre-migration.py,sha256=zw7sP4b_HDFdLPpIhQ-FSq9lkDb9BoHi_5dqq59A5Cc,574
|
779
782
|
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_analysis.txt,sha256=mU_6z0G0p9tOC8FfXVf0uckh8SUgi2uN1X6JH50PYz4,2269
|
783
|
+
odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_analysis_work.txt,sha256=ArfbQ6zWarHzQfLc-t3AeHV0Kp95RvRhW44yrNQuvMU,2731
|
780
784
|
odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysis.txt,sha256=_ywbj94l0RY95_DJk41aqWcPBKu7O0icArQySZCAziM,168
|
781
785
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
782
786
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
783
787
|
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=lhClLPKVfyr35iwnz9k0nWIaXit5yPHXUyoekhL3rsc,12722
|
784
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
785
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
786
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
787
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.4.
|
788
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info/METADATA,sha256=lrh13QBchpnCi2aVfjLLp6aQV9ZgQ7BVPGUvNdd9OKk,3784
|
789
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
790
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
791
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.63.dist-info/RECORD,,
|
@@ -1,196 +0,0 @@
|
|
1
|
-
---Models in module 'l10n_de'---
|
2
|
-
---Fields in module 'l10n_de'---
|
3
|
-
---XML records in module 'l10n_de'---
|
4
|
-
NEW account.report: l10n_de.tax_report
|
5
|
-
NEW account.report.column: l10n_de.tax_report_balance
|
6
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_21_tag
|
7
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_24_tag
|
8
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_26_tag
|
9
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_27_tag
|
10
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_33_tag
|
11
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_34_tag
|
12
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_35_tag
|
13
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_36_tag
|
14
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_39_tag
|
15
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_41_tag
|
16
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_42_tag
|
17
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_43_tag
|
18
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_44_tag
|
19
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_45_tag
|
20
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_47_tag
|
21
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_48_tag
|
22
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_49_tag
|
23
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_52_tag
|
24
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_53_tag
|
25
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_59_tag
|
26
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_60_tag
|
27
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_61_tag
|
28
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_62_tag
|
29
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_63_tag
|
30
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_64_tag
|
31
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_65_tag
|
32
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_66_tag
|
33
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_67_tag
|
34
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_68_tag
|
35
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_69_tag
|
36
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_73_tag
|
37
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_74_tag
|
38
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_76_tag
|
39
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_77_tag
|
40
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_78_tag
|
41
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_79_tag
|
42
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_80_tag
|
43
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_81_tag
|
44
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_83_tag
|
45
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_84_tag
|
46
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_85_tag
|
47
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_86_tag
|
48
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_89_tag
|
49
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_91_tag
|
50
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_93_tag
|
51
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_94_tag
|
52
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_95_tag
|
53
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_96_tag
|
54
|
-
NEW account.report.expression: l10n_de.tax_report_de_tag_98_tag
|
55
|
-
NEW account.report.expression: l10n_de.tax_report_de_tax_tag_45_tag
|
56
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_01
|
57
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_02
|
58
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_17
|
59
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_18
|
60
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_19
|
61
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_21
|
62
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_24
|
63
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_25
|
64
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_26
|
65
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_27
|
66
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_31
|
67
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_33
|
68
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_34
|
69
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_35
|
70
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_36
|
71
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_37
|
72
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_39
|
73
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_41
|
74
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_42
|
75
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_43
|
76
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_44
|
77
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_45
|
78
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_46
|
79
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_47
|
80
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_48
|
81
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_49
|
82
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_52
|
83
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_53
|
84
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_59
|
85
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_60
|
86
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_61
|
87
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_62
|
88
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_63
|
89
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_64
|
90
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_65
|
91
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_66
|
92
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_67
|
93
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_68
|
94
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_69
|
95
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_73
|
96
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_74
|
97
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_76
|
98
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_77
|
99
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_78
|
100
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_79
|
101
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_80
|
102
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_81
|
103
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_83
|
104
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_84
|
105
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_85
|
106
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_86
|
107
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_89
|
108
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_91
|
109
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_93
|
110
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_94
|
111
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_95
|
112
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_96
|
113
|
-
NEW account.report.line: l10n_de.tax_report_de_tag_98
|
114
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_17
|
115
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_18
|
116
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_31
|
117
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_37
|
118
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_45
|
119
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_46
|
120
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_55
|
121
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_64
|
122
|
-
NEW account.report.line: l10n_de.tax_report_de_tax_tag_66
|
123
|
-
DEL account.tax.report: l10n_de.tax_report
|
124
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_01
|
125
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_02
|
126
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_17
|
127
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_18
|
128
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_19
|
129
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_21
|
130
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_24
|
131
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_25
|
132
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_26
|
133
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_27
|
134
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_31
|
135
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_33
|
136
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_34
|
137
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_35
|
138
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_36
|
139
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_37
|
140
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_39
|
141
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_41
|
142
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_42
|
143
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_43
|
144
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_44
|
145
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_45
|
146
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_46
|
147
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_47
|
148
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_48
|
149
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_49
|
150
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_52
|
151
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_53
|
152
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_59
|
153
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_60
|
154
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_61
|
155
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_62
|
156
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_63
|
157
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_64
|
158
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_65
|
159
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_66
|
160
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_67
|
161
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_68
|
162
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_69
|
163
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_73
|
164
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_74
|
165
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_76
|
166
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_77
|
167
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_78
|
168
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_79
|
169
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_80
|
170
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_81
|
171
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_83
|
172
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_84
|
173
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_85
|
174
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_86
|
175
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_89
|
176
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_91
|
177
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_93
|
178
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_94
|
179
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_95
|
180
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_96
|
181
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tag_98
|
182
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_17
|
183
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_18
|
184
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_31
|
185
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_37
|
186
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_45
|
187
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_46
|
188
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_55
|
189
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_64
|
190
|
-
DEL account.tax.report.line: l10n_de.tax_report_de_tax_tag_66
|
191
|
-
DEL ir.ui.menu: l10n_de.account_reports_de_statements_menu
|
192
|
-
DEL ir.ui.view: l10n_de.din5008_css
|
193
|
-
DEL ir.ui.view: l10n_de.external_layout_din5008
|
194
|
-
DEL report.layout: l10n_de.report_layout_din5008 [renamed to l10n_din5008 module]
|
195
|
-
DEL report.paperformat: l10n_de.paperformat_euro_din [renamed to l10n_din5008 module]
|
196
|
-
DEL report.paperformat: l10n_de.paperformat_euro_din_a [renamed to l10n_din5008 module]
|
File without changes
|