Human Resources mailing list archives

hr@odoo-community.org

Avatar

Re: [OCA/hr] [IMP]: add unit in form selection widget (#1002)

by "Simon Maillard" <notifications@github.com> - 15/06/2021 15:39:48

@maisim commented on this pull request.


In hr_holidays_credit/models/hr_leave_type.py:

>  
             if extra:
-                record_name = _('%(name)s (%(extra)s)') % {
+                record_name = '%(name)s (%(extra)s)' % {

Ok, it allow to move vars in translations
But in our case I think vars are not enough splitted to this use case.
Anyway I will undo this change.
Thanks for your time


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.