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

Hello,

I have a fresh installation of Odoo13. When I select "Contacts" from the main menu to open the Contacts App, I get the Oddo error pop-up window. Checking the error log, I find the following error message:

File "/odoo/odoo/addons/base/models/ir_ui_view.py", line 592, in raise_view_error
raise ValueError(message)
ValueError: Field `payment_token_count` does not exist

Error context:
View `res.partner.form`
[view_id: 121, xml_id: base.view_partner_form, model: res.partner, parent_id: n/a]

Any suggestion on how to to resolve this issue?


Thank you.


-ammar


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

This field added to partner from payment module. Check if it's installed? if it's already installed, try to restart the service and try again, if still not work, upgrade payment module.

If it's not installed, install it.

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

you didn't had to delete all the modules 

try 

payment_token_ids

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

Thank you Waleed for your followup. There is no payment module specifically. So I installed all the modules that are associated with payments: Invoicing, Purchase, Sales. The error disappeared after installing them.

Best regards.


-ammar 

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