I'm getting an error issue every time I try to save a setting in my odoo environment:
ValueError: Invalid field 'microsoft_outlook_client_identifier' on model 'res.config.settings'
I've been looking a the Odoo base code and I can't find that property, do you know where is it? and more importantly why I'm getting that error?
I discovered that "microsoft_outlook" module wasn't present in "odoo/addons". I have no idea how it disappeared from my branch 14.0 in Github.
Solution: changed the SHA for odoo in the requirements.txt, then reinstalled again.