I have two users report and error when they try to change the address or any other information on an existing record in contacts. The final line of the error code is
File "/opt/bitnami/apps/odoo/lib/odoo-12.0.post20181218-py3.7.egg/odoo/models.py", line 4743, in <dictcomp>
if name in fields
File "/opt/bitnami/apps/odoo/lib/odoo-12.0.post20181218-py3.7.egg/odoo/fields.py", line 1952, in convert_to_cache
raise ValueError("Wrong value for %s: %r" % (self, value))
ValueError: Wrong value for res.partner.lang: 'en_US'
I have logged in under their user accounts and been able to make change from in my own session so this has me very perplexed.
The language preferances on their user accounts (odoo) is the same as mine and broadly compatible with their laptops. The only difference I can see is that they are using Apple Macs whereas I am using Windows ( client hardware) but why on earth that would make a difference is beyond me.
Please post the complete traceback.