Dears;
I am from Afghanistan, I faced with this problem, to remove the automatically added comma separator by Odoo for Integer type field. as below is my field.
creation_year = fields.Integer(string='Tashkil Year', placeholder='Enter Creation Year')
I have tried many approached such applying widgets, constrains and function to solve but couldn't do it.
this problem raised in Odoo17
Best regards