-
-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
41 changes: 41 additions & 0 deletions
41
addons/l10n_de_skr04/migrations/13.0.3.0/openupgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
---Models in module 'l10n_de_skr04'--- | ||
---Fields in module 'l10n_de_skr04'--- | ||
---XML records in module 'l10n_de_skr04'--- | ||
NEW account.account.template: l10n_de_skr04.chart_skr04_1206 | ||
account.chart.template: l10n_de_skr04.l10n_chart_de_skr04 (noupdate switched) | ||
# DONE: pre-migration: switched noupdate value | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_ust_goods_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_ust_no_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_ust_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_vst_goods_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_vst_no_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_19_purchase_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_ust_goods_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_ust_no_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_ust_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_vst_goods_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_vst_no_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_7_purchase_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_car_purchase_ust_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_eu_car_purchase_vst_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_import_19_payable_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_import_19_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_import_7_payable_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_import_7_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_19_purchase_13a_auslagerung_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_19_purchase_13b_bau_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_19_purchase_13b_mobil_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_19_purchase_13b_werk_ausland_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_19_purchase_3eck_last_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_7_purchase_13a_auslagerung_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_7_purchase_13b_bau_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_ust_7_purchase_13b_werk_ausland_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_19_purchase_13a_auslagerung_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_19_purchase_13b_bau_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_19_purchase_13b_mobil_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_19_purchase_13b_werk_ausland_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_19_purchase_3eck_last_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_7_purchase_13a_auslagerung_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_7_purchase_13b_bau_skr04 | ||
DEL account.tax.template: l10n_de_skr04.tax_vst_7_purchase_13b_werk_ausland_skr04 | ||
# Nothing to do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Copyright 2021 bloopark systems (<https://www.bloopark.de>) | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
from openupgradelib import openupgrade | ||
|
||
|
||
@openupgrade.migrate() | ||
def migrate(env, version): | ||
openupgrade.set_xml_ids_noupdate_value( | ||
env, | ||
"l10n_de_skr04", | ||
[ | ||
"l10n_chart_de_skr04" | ||
], | ||
False, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters