Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
1828 Vistas

I have this error. I don't know where this is from because I can't find field called 'account_sepa_lei' in any file addons. neither in xml or python module.


But I find 'account_sepa_lei' in the res_partner table in database. 

I already upgrade contact module and every module that already installed on my server. So I assume it was some module in the past that got uninstalled but the field is still there.

But the problem still occur.


Is there anyone know how to debug or to solve this? does just remove the field okay? I'm afraid i will ruin the database

Error: Missing field string information for the field 'account_sepa_lei' from the 'res.partner' model
    at http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6775:258
    at traverse (http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:200)
    at http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:242
    at Function.each (http://192.168.40.133:8069/web/assets/698-dc79cf8/web.assets_common.min.js:173:149)
    at traverse (http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:211)
    at http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:242
    at Function.each (http://192.168.40.133:8069/web/assets/698-dc79cf8/web.assets_common.min.js:173:149)
    at traverse (http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:211)
    at http://192.168.40.133:8069/web/assets/699-a904683/web.assets_backend.min.js:6770:242
    at Function.each (http://192.168.40.133:8069/web/assets/698-dc79cf8/web.assets_common.min.js:173:149)









Avatar
Descartar
Mejor respuesta

Hi,
In order to solve the issue, there will be a view in the db holding this field in the architecture, we just need to find the view and delete the field from it.

* Enable debug mode
* Navigate to Settings -> Technical -> User Interface -> Views
* Search for account_sepa_lei inside the view architecture
* Remove the usage of account_sepa_lei from the view

Now refresh and see if you have error or not.

Thanks

Avatar
Descartar
Autor

I can't find it. I try adding account_sepa_lei by myself. the error is gone. But I'm still curious where this field is called in view.

There is no account_sepa_lei in contact kanban, list, map, and activity

Autor

oh wait. I found it. it's in account_sepa_pain_001_001_09.res_partner_sepa_inherit_form

why I can't upgrade this module?

Autor

I decide to uninstall account_sepa_pain_001_001_09 and remove the field that I've made. No error

Mejor respuesta

Hi,

Please follow the steps,

1. Activate developer mode

2. Go to settings-> Technical-> models

3. Select the res. partner models

4. delete the account_sepa_lei 

5. Save and refresh



Hope it helps,


Avatar
Descartar
Autor

I cannot delete that field. It shows "This column contains module data and cannot be removed!"

Publicaciones relacionadas Respuestas Vistas Actividad
3
may 24
2085
1
nov 23
1491
1
ago 23
1409
3
abr 23
4498
1
may 25
2160