OCA / connector-prestashop

Connect Odoo with Prestashop
GNU Affero General Public License v3.0
91 stars 170 forks source link

[POC][14.0] Reintroduce partner matching #154

Closed jesusVMayor closed 10 months ago

jesusVMayor commented 2 years ago

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?

flotho commented 2 years ago

successfully reintroduced in #155

github-actions[bot] commented 11 months ago

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.