Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
777 Widoki

UncaughtPromiseError

Promesa desconocida > Missing field string information for the field 'customer_payment_mode_id' from the 'res.partner' model

Error: Missing field string information for the field 'customer_payment_mode_id' from the 'res.partner' model
    at http://odoo.xxxxxxxxxx.es/web/assets/debug/web.assets_backend.js:68846:27 (/web/static/src/legacy/legacy_load_views.js:69)
    at traverse (http://odoo.xxxxxxxxxx.es/web/assets/debug/web.assets_backend.js:68784:9) (/web/static/src/legacy/legacy_load_views.js:7)
    at http://odoo.xxxxxxxxxx.es/web/assets/debug/web.assets_backend.js:68786:13 (/web/static/src/legacy/legacy_load_views.js:9)
    at Function.each (http://odoo.xxxxxxxxx.es/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330)
    at traverse (http://odoo.xxxxxxxx.es/web/assets/debug/web.assets_backend.js:68785:11) (/web/static/src/legacy/legacy_load_views.js:8)
    at http://odoo.xxxxxxxxx.es/web/assets/debug/web.assets_backend.js:68786:13 (/web/static/src/legacy/legacy_load_views.js:9)
    at Function.each (http://odoo.xxxxxxxx.es/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330)
    at traverse (http://odoo.xxxxxxx.es/web/assets/debug/web.assets_backend.js:68785:11) (/web/static/src/legacy/legacy_load_views.js:8)
    at http://odoo.xxxxxxxxx.es/web/assets/debug/web.assets_backend.js:68786:13 (/web/static/src/legacy/legacy_load_views.js:9)
    at Function.each (http://odoo.xxxxxxxxx.es/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330)

Quiero abrir el módulo y siempre me aparece este error. Además quería preguntar si es posible hacer una importación de un archivo .csv que tengo.

Gracias

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,
* Enable debug mode
* Navigate to Views menu under settings -> Technical
* Find the view containing the customer_payment_mode_id
* Delete the view from the db or upgrade the app, which brings this view

Thanks

Awatar
Odrzuć