-
- Downloads
[FIX] *: translatable action name
* account, purchase, mrp_account
before this commit, the action name was not getting translated to user language.
after this commit, the action name will get translated to user language.
closes odoo/odoo#110646
Signed-off-by:
Tiffany Chang <tic@odoo.com>
Showing
- addons/account/i18n/account.pot 2 additions, 0 deletionsaddons/account/i18n/account.pot
- addons/account/models/account_analytic_line.py 2 additions, 2 deletionsaddons/account/models/account_analytic_line.py
- addons/mrp_account/i18n/mrp_account.pot 12 additions, 0 deletionsaddons/mrp_account/i18n/mrp_account.pot
- addons/mrp_account/models/analytic_account.py 4 additions, 4 deletionsaddons/mrp_account/models/analytic_account.py
- addons/mrp_account/models/mrp_production.py 1 addition, 1 deletionaddons/mrp_account/models/mrp_production.py
- addons/purchase/i18n/purchase.pot 2 additions, 0 deletionsaddons/purchase/i18n/purchase.pot
- addons/purchase/models/analytic_account.py 2 additions, 2 deletionsaddons/purchase/models/analytic_account.py