Skip to content
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

Menù "Accounting" non traducibile. #2885

Open
1 of 3 tasks
primes2h opened this issue Jul 25, 2022 · 1 comment · May be fixed by #2881 or #4298
Open
1 of 3 tasks

Menù "Accounting" non traducibile. #2885

primes2h opened this issue Jul 25, 2022 · 1 comment · May be fixed by #2881 or #4298

Comments

@primes2h
Copy link
Contributor

primes2h commented Jul 25, 2022

Module

Describe the bug

Comportamento standard di Odoo:
In una Odoo CE il menù è Invoicing → Fatturazione.
In una Enterprise, dopo l'installazione del modulo account_accountant, il menù diventa Accounting → Contabilità.

L'obiettivo è fare in modo che in una Odoo CE il menù diventi Accounting → Contabilità dopo aver installato l10n_it_account (contabilità base di l10n-italy).
Attualmente questa parte di codice https://github.com/OCA/l10n-italy/blob/14.0/l10n_it_account/views/account_menuitem.xml#L5-L8 raggiunge parzialmente l'obiettivo.
In inglese il menù diventa correttamente Accounting, ma in Italiano resta Fatturazione perché non viene generata la relativa stringa nel file .pot #2675 (comment)

Comportamento osservato

Il menù principale in inglese viene modificato correttamente in Accounting

immagine

ma quando passiamo alla lingua italiana compare "Fatturazione"

immagine

perchè non viene generato il riferimento corretto alla stringa nel file .pot

#. module: l10n_it_account
#: model_terms:ir.ui.view,arch_db:l10n_it_account.product_template_form_view
#: model_terms:ir.ui.view,arch_db:l10n_it_account.res_config_settings_view_form
#: model_terms:ir.ui.view,arch_db:l10n_it_account.view_partner_property_form
msgid "Accounting"

Comportamento atteso

Viene generata la relativa stringa nel .pot e i Il menù viene quindi tradotto correttamente.
Vedi #4298 (comment)

immagine

Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jun 23, 2024
@primes2h primes2h linked a pull request Jul 25, 2024 that will close this issue
@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Jul 28, 2024
@francesco-ooops francesco-ooops linked a pull request Jul 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment