-
-
Notifications
You must be signed in to change notification settings - Fork 320
18.0 mig l10n it central journal reportlab #4491
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
18.0 mig l10n it central journal reportlab #4491
Conversation
/ocabot migration l10n_it_central_journal_reportlab |
daf91c2
to
455372c
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.
455372c
to
16710b6
Compare
f3bf5e3
to
eb3d9e2
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
eb3d9e2
to
1d94d49
Compare
1d94d49
to
17e6a01
Compare
Quando viene fatto il merge di questa PR #4530 dovrebbero passare i test |
/ocabot rebase |
…le stampa reportlab
Currently translated at 88.3% (53 of 60 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_central_journal_reportlab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_central_journal_reportlab/it/
Currently translated at 95.0% (57 of 60 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_central_journal_reportlab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_central_journal_reportlab/it/
Currently translated at 100.0% (60 of 60 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_central_journal_reportlab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_central_journal_reportlab/it/
Currently translated at 100.0% (61 of 61 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_central_journal_reportlab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_central_journal_reportlab/it/
Currently translated at 100.0% (62 of 62 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_central_journal_reportlab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_central_journal_reportlab/it/
When extracting a grouped report, if `<` or `>` are in the account_name variable they are interpreted as html tags and an error is raised. This fixes the issue.
Congratulations, PR rebased to 18.0. |
17e6a01
to
94af281
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.
In chiamata abbiamo valutato che non riusciremmo adesso con le risorse attuali. Lo riteniamo meno prioritario rispetto a rilasciare la funzionalità sulla 18 |
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.
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!
Grande che hai già schiacciato i commit dei bot 👏
Potresti però includere (nel punto corretto della history) gli ultimi commit della 16.0
?
Manca ad esempio 7cc8de8 e diverse traduzioni
@@ -1,3 +1,3 @@ | |||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink | |||
access_date_range_group_account_manager,group_account_manager model_date_range,model_date_range,account.group_account_manager,1,1,0,0 | |||
access_wizard_giornale_reportlab_manager,access_wizard_giornale_reportlab manager,l10n_it_central_journal_reportlab.model_wizard_giornale_reportlab,,1,1,1,1 | |||
access_wizard_giornale_reportlab_manager,access_wizard_giornale_reportlab manager,l10n_it_central_journal_reportlab.model_wizard_giornale_reportlab,account.group_account_manager,1,1,1,1 |
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.
Prima tutti gli utenti avevano questo accesso quindi penso si traduca nell'aggiunta di base.group_user
.
Se invece si vuole modificare questo accesso ok, ma va fuori secondo me dallo scope della migrazione di per sé quindi andrebbe come minimo in un commit separato.
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.
In v18 in teoria non è possibile lasciare il gruppo vuoto.
Anche in call su discord abbiam discusso, e avere un gruppo di contabilità che faccia una stampa contabile, è più corretto che avere un qualsiasi utente che possa farlo
<record id="view_date_range_inherit_tree" model="ir.ui.view"> | ||
<field name="name">date.range.tree.inherit</field> | ||
<record id="view_date_range_inherit_list" model="ir.ui.view"> |
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.
Capisco mantenere la coerenza con il tipo di vista, ma per cambiare l'XMLID serve anche una migrazione (vedi https://oca.github.io/openupgradelib/API.html#openupgradelib.openupgrade.rename_xmlids), altrimenti eventuali viste dipendenti potrebbero non trovarlo più.
La soluzione più veloce invece è lasciarlo com'era 😉
self, move_line_ids, tables, start_row, width_available | ||
self, list_line_not_grouped, tables, start_row, width_available |
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 come diverse altre modifiche non mi sembrano proprie di una migrazione, potresti chiarire a cosa servono?
Se non servono per la migrazione andrebbero almeno in un commit separato.
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 dovrebbe semplicemente chiamare l'arg in modo più chiaro, così come fatto per il metodo grupped
…eivable/payable accounts, otherwise use entry name
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.
Test funzionale: 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.
Test funzionale: 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
Risolti gli ultimi punti aperti /ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at cf9ab3d. Thanks a lot for contributing to OCA. ❤️ |
No description provided.