Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
2091 Переглядів

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)









Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Автор

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

Автор

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?

Автор

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

Найкраща відповідь

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,


Аватар
Відмінити
Автор

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

Related Posts Відповіді Переглядів Дія
3
трав. 24
2263
1
лист. 23
1745
1
серп. 23
1548
3
квіт. 23
4740
3
серп. 25
2336