Skip to Content
Menu
This question has been flagged
1 Reply
2051 Views

I have a csv file which contains: 

MyProvider / External ID, Address / Street, Address / PostalCode


The relation between providers and addresses is Many2many and I want to add more providers to an existing address.


If import is succesful many different addresses with the same street and postal code are created which is bad.

If I do street and postalcode unique using _sql_constraints and import first the addresses and then I try to import update them Odoo will throw an error because the addresses can't be found just by their street names.


Maybe the solution it's obvious, sorry I'm new with Odoo.

Avatar
Discard
Best Answer

Please Post Any Example how you add address and street in odoo.

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 24
290
2
Mar 23
1306
1
Jun 22
3325
1
Aug 21
3476
0
May 21
2092