'ValueError: Invalid field on model 'res.config.settings' odoo 14
I'm getting an error issue every time I try to save a setting in my odoo environment:
ValueError: Invalid field 'expense_extract_show_ocr_option_selection' 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?
Solution 1:[1]
In the case of the enterprise edition, you have to install HR expense extract
Solution 2:[2]
In case someone comes to this question from a similar error:
Just look up the field and install the module where the field is added.
In my example, it was the field enable_ocn which is added by module mail_mobile.
(wanted to give a more common answer to the problem)
Maybe someone knows where this error has its origin...
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | pedrommuller |
| Solution 2 | pedrommuller |
