Unable to create a manual payment in Odoo 15 community edition

223 views Asked by At

I am using Odoo 15 Community edition. When I go to Accounting/[Customers|Vendors]/Payments and try to register a new payment, I get this python error:

ValueError: Invalid field 'effective_date' on model 'account.payment'

Only way to get out of that screen is to discard the payment. This only happens there. I create a purchase or sale order and pay it using the Purchase or Sales module all works fine.

I tried to go in to developer mode and search for the account.payment module and indeed it does not have that field.

  • How can I fix this issue?
  • Can I add the field in the model?
    • if yes, which properties will be good?
0

There are 0 answers