Closed jesusVMayor closed 10 months ago
successfully reintroduced in #155
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
There is a matching_customer field since old versions without functionality. I am working on allow match by vat or email, but to make this change work, it's necessary to remove the sql_contraint prestashop_erp_uniq, because a partner could be duplicated on prestashop. I don't see why this constraint is needed, if you don't configure the match, never will be necesarry, and if you want to match them, then you will prefeer to keep 2 prestashop records binded with an odoo record. Or we can keep the constraint in particular models, but it's not necessary in all bindings. What do you think?