Does anyone know how to fix this when importing delivery addresses for clients?
I found this definition of recursive relationships but I'm not sure how it applies to delivery addresses:
"A relationship between two entities of the same entity set is called a recursive relationship or repeated relationship."
Check your file. Odoo is detecting that one of your Delivery Addresses is a Delivery Address for itself.
@ray do you mean that I'm trying to add a delivery address to a contact that is already a delivery address?
For instance, C1 is the company with delivery addresses D1, D2, and D3, do I get the error message because I'm trying to import a new deliver address D4 and assign it to D1, D2, or D3? Or is it because I'm trying to assign D1 to D1, D2 to D2, or D3 to D3?