I am inheritting contact form view to add fields tracking to odoo fields, everything was going fine until I faced a weird problem on a field, I uninstalled the module and it kept showing: I added this :x_studio_is_an_end_user=fields.Boolean(string='X studio',track_visibilty='always'). And I am getting always this error:
ValueError: Invalid field 'x_studio_is_an_end_user' on model 'res.partner'
In the manifest I added this, but I am not sure about it:
'depends': [ | |
'base', | |
], |