Skip to content
Snippets Groups Projects
Commit e6b9e6a0 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] hr_payroll: unify the field labels


The field module_account_accountant is called "Account" in account module
but was changed to "Account Accountant" in hr_payroll, making the source of
a translated record to change based on the module installed (which can lead
to confused translators or broken universes)

Terms export was unified at #34296

closes odoo/odoo#34298

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 3db15c08
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
module_account_accountant = fields.Boolean(string='Account Accountant')
module_account_accountant = fields.Boolean(string='Account')
module_l10n_fr_hr_payroll = fields.Boolean(string='French Payroll')
module_l10n_be_hr_payroll = fields.Boolean(string='Belgium Payroll')
module_l10n_in_hr_payroll = fields.Boolean(string='Indian Payroll')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment