-
- Downloads
[FIX] account: term is not translatable
The bills upload widget uses a custom attr "linkText". translate.py will only generate terms that are in the TRANSLATED_ATTRS constant, thereby not including these in the po template file.
To fix this, the attribute is changed to a recognised attr "title".
The JS widget will still recognize linkText, for databases that have not updated the module.
Task-3335585
closes odoo/odoo#125276
Related: odoo/enterprise#42651
Signed-off-by:
Brice Bartoletti (bib) <bib@odoo.com>
Showing
- addons/account/i18n/account.pot 5 additions, 0 deletionsaddons/account/i18n/account.pot
- addons/account/static/src/components/bills_upload/bills_upload.js 1 addition, 1 deletion...ccount/static/src/components/bills_upload/bills_upload.js
- addons/account/views/account_journal_dashboard_view.xml 1 addition, 1 deletionaddons/account/views/account_journal_dashboard_view.xml
Loading
Please register or sign in to comment