Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
1803 Ansichten

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
Verwerfen
Beste Antwort

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
Verwerfen
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

Beste Antwort

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
Verwerfen
Autor

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

Verknüpfte Beiträge Antworten Ansichten Aktivität
3
Mai 24
2074
1
Nov. 23
1471
1
Aug. 23
1392
3
Apr. 23
4463
1
Mai 25
2130