Saturday, April 5, 2025
1 change · saas-18.1
Resolved issues and error corrections
https://github.com/odoo/odoo/blob/f85e30901a61a6f0b040fe939e7c23bc0503affd/odoo/addons/base/i18n/he.po#L30569 Here, ``'%%(field)s'`` is translated as ``'%%'שדה(ות)`` in Hebrew language. So, It will lead to the below Traceback. Error: ``ValueError: unsupported format character ''' (0x27) at index 44`` for solution: reference from 18.0: https://github.com/odoo/odoo/blob/0d0c1bc7c075f49a461c66a433e20b431276ff12/odoo/addons/base/i18n/he.po#L38094-L38098 sentry-6500162171 --- I co
Original PR description
https://github.com/odoo/odoo/blob/f85e30901a61a6f0b040fe939e7c23bc0503affd/odoo/addons/base/i18n/he.po#L30569 Here, ``'%%(field)s'`` is translated as ``'%%'שדה(ות)`` in Hebrew language. So, It will lead to the below Traceback. Error: ``ValueError: unsupported format character ''' (0x27) at index 44`` for solution: reference from 18.0: https://github.com/odoo/odoo/blob/0d0c1bc7c075f49a461c66a433e20b431276ff12/odoo/addons/base/i18n/he.po#L38094-L38098 sentry-6500162171 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr