Using odoo community 17.0, trying to enable the Paypal provider. For the most part, seems to work however after completing payment in paypal and returning to the merchant, I get the error below. No customizations - just the out of box paypal provider. Any thoughts on what may be causing this and how to resolve?
odoo.sql_db: bad query: SELECT "res_users_website_menu_rel"."website_menu_id", "res_users_website_menu_rel"."res_users_id" FROM "res_users" LEFT JOIN "res_partner" AS "res_users__partner_id" ON ("res_users"."partner_id" = "res_users__partner_id"."id") JOIN "res_users_website_menu_rel" ON ("res_users_website_menu_rel"."res_users_id" = "res_users"."id") WHERE ((("res_users"."share" IS NULL OR "res_users"."share" = FALSE) OR EXISTS (SELECT 1 FROM "res_company_users_rel" AS "res_users__company_ids" WHERE "res_users__company_ids"."user_id" = "res_users"."id" AND "res_users__company_ids"."cid" IN (1))) AND (("res_users__partner_id"."partner_share" IS NULL OR "res_users__partner_id"."partner_share" = FALSE) OR (("res_users__partner_id"."company_id" IN (1)) OR "res_users__partner_id"."company_id" IS NULL))) AND "res_users_website_menu_rel"."website_menu_id" IN ('5', '10', '8', '7', '6', '30', 'o_payment_portal_home') ORDER BY "res_users__partner_id"."name" , "res_users"."login"
ERROR: invalid input syntax for type integer: "o_payment_portal_home"
LINE 1: ...site_menu_id" IN ('5', '10', '8', '7', '6', '30', 'o_payment...