Odoo is throwing the error when I am adding any field to res.partner view.
Error while validating view near:
A partner with the same Tax ID already exists (
Field `sequence` does not exist
This operation caused an error, probably because a xpath was broken
Odoo show an alert if you try to create a new partner with a tax ID already exits and linked with another partner.
Below is the alert in partner form view:
https://github.com/odoo/odoo/blame/15.0/odoo/addons/base/views/res_partner_views.xml#L157