-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[14.0][MIG] l10n_it_causali_pagamento Migration to 14.0 from 12.0
- Loading branch information
Showing
24 changed files
with
59 additions
and
67 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
l10n_it_causali_pagamento/migrations/12.0.1.1.0/post-migrate.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
15 changes: 15 additions & 0 deletions
15
l10n_it_payment_reason/migrations/14.0.1.0.0/pre-migrate.py
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 2020 Sergio Zanchetta <https://github.com/primes2h> | ||
# Copyright 2021 Marco Colombo <https://github.com/TheMule71> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from openupgradelib import openupgrade | ||
|
||
|
||
@openupgrade.migrate() | ||
def migrate(env, version): | ||
openupgrade.update_module_names( | ||
env.cr, | ||
[ | ||
("l10n_it_causali_pagamento", "l10n_it_payment_reason"), | ||
], | ||
) |
File renamed without changes.
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
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...causali_pagamento/readme/CONTRIBUTORS.rst → ...it_payment_reason/readme/CONTRIBUTORS.rst
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com> | ||
* Alex Comba <alex.comba@agilebg.com> | ||
* Marco Colombo <https://github.com/TheMule71> |
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 @@ | ||
Tabelle delle causali di pagamento da usare, ad esempio, nelle ritenute d'acconto. |
2 changes: 1 addition & 1 deletion
2
l10n_it_causali_pagamento/readme/USAGE.rst → l10n_it_payment_reason/readme/USAGE.rst
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Installando il modulo vengono precaricati i codici disponibili. | ||
E' possibile aggiungere nuovi codici o modificare quelli esistenti. | ||
È possibile aggiungere nuovi codici o modificare quelli esistenti. | ||
Non è possibile avere più di un elemento con lo stesso codice. |
File renamed without changes.
File renamed without changes
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
File renamed without changes.
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
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
1 change: 0 additions & 1 deletion
1
setup/l10n_it_causali_pagamento/odoo/addons/l10n_it_causali_pagamento
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
setup/l10n_it_payment_reason/odoo/addons/l10n_it_payment_reason
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 @@ | ||
../../../../l10n_it_payment_reason |
File renamed without changes.