-
-
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_intrastat_statement #3327
[16.0][MIG] l10n_it_intrastat_statement #3327
Conversation
/ocabot migration l10n_it_intrastat_statement |
f0e1064
to
3294771
Compare
3294771
to
c5e310a
Compare
Pura curiosità, vedo https://github.com/Borruso/l10n-italy/blob/c5e310ae4fd0da8e941ed7ba6558bb3bce55755e/l10n_it_intrastat_statement/report/report_intrastat_mod1.xml#L7 |
in realtà non ti so dire c'è la stessa cosa in v14 |
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.
I test sono ❌, puoi verificare?
c5e310a
to
c1b5b6d
Compare
fatto rabase test rossi per dipendenza |
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.
Grazie della PR!
Manca qualche commit di 14.0
, tipo e7c3c5e, li potresti aggiungere?
Ci sono traduzioni consecutive dello stesso traduttore, ad esempio
, le potresti schiacciare come indicato in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate?
if self.env.ref( | ||
"l10n_it_intrastat_statement.wizard_account_intrastat_export_file" | ||
): | ||
view_id = self.env.ref( | ||
"l10n_it_intrastat_statement.wizard_account_intrastat_export_file" | ||
).id | ||
else: | ||
view_id = False |
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.
È possibile evitare di cercare più volte lo stesso riferimento esterno? Va bene che sono nella cache ma è comunque un'operazione che si può evitare.
Penso che questo sia più vicino al codice del modulo prima della migrazione, cosa ne pensi?
if self.env.ref( | |
"l10n_it_intrastat_statement.wizard_account_intrastat_export_file" | |
): | |
view_id = self.env.ref( | |
"l10n_it_intrastat_statement.wizard_account_intrastat_export_file" | |
).id | |
else: | |
view_id = False | |
view = self.env.ref( | |
"l10n_it_intrastat_statement.wizard_account_intrastat_export_file" | |
) | |
view_id = view.id |
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.
fatto
Currently translated at 77.2% (149 of 193 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_intrastat_statement/it/
Currently translated at 99.0% (191 of 193 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_intrastat_statement/it/
Currently translated at 6.2% (12 of 193 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_intrastat_statement/es/
Prevent following error when computing statement: psycopg2.ProgrammingError: can't adapt type 'account.intrastat.transport'
Currently translated at 100.0% (193 of 193 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_intrastat_statement/es/
…atest specification The new column is defined in the latest version of the specification, updated in the README
… be always 1 if not > 0
Currently translated at 100.0% (196 of 196 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_intrastat_statement/it/
c1b5b6d
to
501deea
Compare
fatto |
Grazie, quando hai finito con le modifiche ricorda per favore di chiedermi di aggiornare la revisione in |
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.
Manca qualche commit di 14.0, tipo e7c3c5e, li potresti aggiungere?
Currently translated at 100.0% (196 of 196 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_intrastat_statement Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_intrastat_statement/it/
cba2e82
to
a7d7a99
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.
LGTM - functional test ok
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.
LGTM
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 61d271e. Thanks a lot for contributing to OCA. ❤️ |
Migration l10n_it_intrastat_statement from 14.0 to 16.0
--
Confermo di aver firmato il CLA https://odoo-community.org/page/cla e di aver letto le linee guida su https://odoo-community.org/page/contributing