-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0] [MIG] l10n it location nuts #3029
[16.0] [MIG] l10n it location nuts #3029
Conversation
* [ADD] l10n_it_location_nuts * fixup! [ADD] l10n_it_location_nuts * [FIX] align RAMON and Odoo Data * [ADD] tests
[FIX] readme [FIX] terms [FIX] readme [FIX] configure [FIX] configure
Currently translated at 100.0% (1 of 1 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_location_nuts Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_location_nuts/it/
…wizard Otherwise `current_country_id` is not filled. This wasn't needed in `12.0` because the wizard had no Odoo fields
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_location_nuts Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_location_nuts/
Per includere OCA/partner-contact#1398 puoi aggiungere una riga a |
7daa558
to
f7243bf
Compare
/ocabot migration l10n_it_location_nuts |
Ciao, grazie della PR. |
Dimenticavo, andrebbe aggiornata allo stesso modo anche la PR qui sopra con questo commit OCA/partner-contact@5414bbc |
340acbf
to
0e18446
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revisione tecnica:
- Modulo installato senza problemi
- Test unitari OK
l10n_it_location_nuts/hooks.py
Outdated
|
||
def post_init_hook(cr, registry): | ||
"""Define Italian specific configuration in res.country.""" | ||
with api.Environment.manage(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manage()
Since Odoo 15.0, Environment.manage() is useless.
[UPD]removed deprecated method manage()
9c30916
to
0045f91
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FIX] category in manifest file ...
questo commit riesci a mergiarlo per con il commit di migrazione [MIG] l10n_it_location_nuts: Migration to 16.0
@@ -2,10 +2,10 @@ | |||
# Copyright 2022 Simone Rubino - TAKOBI | |||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | |||
|
|||
from odoo.tests.common import SavepointCase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
questa parte dovrebbe essere nel commit di migrazione [MIG] l10n_it_location_nuts: Migration to 16.0
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Migration l10n_it_location_nuts from 14.0 to 16.0
Depends on PR OCA/partner-contact#1398