Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
1787 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Penulis

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

Penulis

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?

Penulis

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

Jawaban Terbai

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
Buang
Penulis

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

Post Terkait Replies Tampilan Aktivitas
3
Mei 24
2060
1
Nov 23
1456
1
Agu 23
1381
3
Apr 23
4452
1
Mei 25
2089