OCA / interface-github

Tools to interact with github from Odoo
GNU Affero General Public License v3.0
46 stars 77 forks source link

[FIX] search for archived records when synchronizing #37

Closed sbidoul closed 5 years ago

sbidoul commented 5 years ago

In the OCA database, for instance, there are archived partners, which still have their github login set. This raises unique key error when the constraint on github_login is properly in place.

sbidoul commented 5 years ago

Yep, fixed. Also added a python 3 fix.