Skip to content

[18.0][MIG] l10n_it_financial_statements_report: Migration to 18.0#4789

Merged
OCA-git-bot merged 21 commits into
OCA:18.0from
stesi:18.0_mig_l10n_it_financial_statements_report
Oct 15, 2025
Merged

[18.0][MIG] l10n_it_financial_statements_report: Migration to 18.0#4789
OCA-git-bot merged 21 commits into
OCA:18.0from
stesi:18.0_mig_l10n_it_financial_statements_report

Conversation

@micheledic

Copy link
Copy Markdown
Contributor

No description provided.

@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch 2 times, most recently from e1793e5 to 04d7fb0 Compare June 3, 2025 06:52
@micheledic micheledic marked this pull request as draft June 3, 2025 07:10
@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch from 04d7fb0 to 78694fe Compare June 3, 2025 08:35
@micheledic micheledic marked this pull request as ready for review June 3, 2025 08:47
@micheledic

Copy link
Copy Markdown
Contributor Author

Ho introdotto con questa PR anche un metodo per il campo account_ids che sulla 18.0 restituisce "cannot be searchable" Issue OCA/account-financial-reporting#1306
Lo stesso l'ho proposto sul modulo originario, quindi nel caso venisse approvato tolgo e ripunto ad account_ids
OCA/account-financial-reporting#1327

@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch 3 times, most recently from addc917 to 2555cb4 Compare June 3, 2025 09:15

@eLBati eLBati left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grazie!

Comment thread l10n_it_financial_statements_report/migrations/18.0.0.0.1/post-migrate.py Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/models/account_group.py Outdated
@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch from 2555cb4 to b33173d Compare June 4, 2025 10:30
@odooNextev odooNextev mentioned this pull request Jun 4, 2025
46 tasks
@micheledic

Copy link
Copy Markdown
Contributor Author

/ocabot migration

@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @micheledic. Your command failed:

Invalid options for command migration: .

Ocabot commands

  • ocabot merge major|minor|patch|nobump
  • ocabot rebase
  • ocabot migration {MODULE_NAME}

More information

@micheledic

Copy link
Copy Markdown
Contributor Author

/ocabot migration l10n_it_financial_statements_report

@OCA-git-bot

Copy link
Copy Markdown
Contributor

Sorry @micheledic you are not allowed to mark the addon to be migrated.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

@micheledic

Copy link
Copy Markdown
Contributor Author

@eLBati puoi tu ?

@francesco-ooops

Copy link
Copy Markdown
Contributor

/ocabot migration l10n_it_financial_statements_report

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jun 5, 2025
Borruso added a commit to DinamicheAziendali/l10n-italy that referenced this pull request Jun 13, 2025

@monen17 monen17 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grazie della PR!
Ci sono diverse cose che non mi tornano sul segno dei gruppi di conti ma sono uguali a com'è in 16.0 quindi non è questo il momento di cambiarle, anche se qui il codice viene proprio aggiunto e non migrato perché è stato rimosso da df6d0e5.

Puoi schiacciare i commit come descritto in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests#mergesquash-the-commits-generated-by-bots-or-weblate? Al momento diversi commit portati sono dei bot:

Image

Potresti anche togliere [18.0] dal commit di migrazione? Al momento è

Image

Ma i commit dovrebbero seguire https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#71commit-message, quindi iniziare con un tag che in questo caso è [MIG].
Occhio anche al typo nel nome del modulo 😉
Ti consiglio di usare https://github.com/OCA/odoo-module-migrator che automatizza la creazione del commit e diversi passaggi per la migrazione.

Comment thread l10n_it_financial_statements_report/migrations/18.0.0.0.1/post-migrate.py Outdated
Comment thread l10n_it_financial_statements_report/models/account_group.py Outdated
Comment thread l10n_it_financial_statements_report/report/financial_statements_report_xlsx.py Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
Comment thread l10n_it_financial_statements_report/wizard/wizard_financial_statements_report.xml Outdated
@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch 2 times, most recently from 1bdeda0 to 39c908e Compare July 7, 2025 10:31
@micheledic

Copy link
Copy Markdown
Contributor Author

@monen17 ho squashato i commit del bot, fixato nome commit e alcuni attributi, aggiunto anche test-requirementst.txt per far dipendere dalla PR fix di account_financial_report (è corretto fare così giusto?
Per il css avevo già provato a usare
<t t-call="account_financial_report.html_container">

ma non viene proprio stampato il bundle asset backend.
Ho verificato proprio l'html generato che viene poi passato a wkhtml e c'è solo report asset bundle

@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch from 39c908e to 81ff7a5 Compare July 7, 2025 10:53
SirAionTech and others added 12 commits October 3, 2025 12:55
Report XLSX: the syntax "if isinstance(value, int | float)" can be used on Python 3.10 and above versions.
16.0 code should be compatible with Python>=3.7 tho.
Currently translated at 100.0% (70 of 70 strings)

Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_financial_statements_report
Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_financial_statements_report/it/
Currently translated at 100.0% (70 of 70 strings)

Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_financial_statements_report
Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_financial_statements_report/it/
Currently translated at 100.0% (70 of 70 strings)

Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_financial_statements_report
Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_financial_statements_report/it/
Currently translated at 100.0% (71 of 71 strings)

Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_financial_statements_report
Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_financial_statements_report/it/
@micheledic micheledic force-pushed the 18.0_mig_l10n_it_financial_statements_report branch from 75a46cc to 7c0ecca Compare October 3, 2025 10:55
@micheledic

Copy link
Copy Markdown
Contributor Author

fatto rebase, penso non manchi nulla per il merge
riuscite a rifare review e successivamente il merge? @eLBati @mrcast @andreampiovesana

@andreampiovesana andreampiovesana left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eLBati

eLBati commented Oct 7, 2025

Copy link
Copy Markdown
Member

@monen17 i tuoi punti sono OK?

@VBNext VBNext left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funzionale OK

@micheledic

Copy link
Copy Markdown
Contributor Author

Funziona, segnalo solo che non è presente nel menu la voce "gruppo di conto"

Come indicato anche nel task https://www.odoo-italia.org/web?debug=assets#id=899&cids=1&menu_id=206&action=328&active_id=18&model=project.task&view_type=form è normale... c'è un modulo a parte OCA che mostra la voce menù se non si utilizza l'enterprise

@micheledic

Copy link
Copy Markdown
Contributor Author

@OCA/local-italy-developers @monen17 ping

@eLBati

eLBati commented Oct 15, 2025

Copy link
Copy Markdown
Member

@monen17 i tuoi punti sono OK?

Mi sembra di sì. Procedo

/ocabot merge nobump

Grazie a tutti

@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 18.0-ocabot-merge-pr-4789-by-eLBati-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit eded601 into OCA:18.0 Oct 15, 2025
5 of 7 checks passed
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at ccfd3db. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.