Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
2072 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur

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

Auteur

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?

Auteur

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

Meilleure réponse

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
Ignorer
Auteur

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

Publications associées Réponses Vues Activité
3
mai 24
2257
1
nov. 23
1736
1
août 23
1545
3
avr. 23
4719
3
août 25
2253