HI everyone, I installed odoo enterprise locally on a windows system, i activated some basic modules like stock, accounting, sales, purchases, etc.
But when i try to get into the contacts module i get this error:
Error: Missing field string information for the field 'country_enforce_cities' from the 'res.partner' model
at http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6735:258
at traverse (http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:200)
at http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:242
at Function.each (http://localhost:8069/web/assets/313-b4ff545/web.assets_common.min.js:173:149)
at traverse (http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:211)
at http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:242
at Function.each (http://localhost:8069/web/assets/313-b4ff545/web.assets_common.min.js:173:149)
at traverse (http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:211)
at http://localhost:8069/web/assets/314-3fb9f32/web.assets_backend.min.js:6730:242
at Function.each (http://localhost:8069/web/assets/313-b4ff545/web.assets_common.min.js:173:149)
I did not move any of the original code yet, I only tried to create this "field" into the res.partner model in the base addon. I also update every installed module and restart the odoo and postgresql services.
If i'm missing out something, would be great if someone could help me. thanks