runbot/runbot_merge/models
Xavier Morel dbc001f841 [FIX] runbot_merge: odd behaviour in try_closing
Could not reproduce it in a shell, but in the original version
`self.env.cr.rowcount` would always be 0 after the `modified`.

Turns out the check is really completely dumb, because if we got any
match in `select for update` we're going to find the same on in the
update, and thus the conditional is unnecessary. I've no idea why I
did that.

Anyway remove the conditional and just always try to unstage the PR.
2021-11-16 14:11:28 +01:00
..
__init__.py [IMP] runbot_merge: small reorg of main models file 2021-11-10 13:13:34 +01:00
project.py [IMP] runbot_merge: small reorg of main models file 2021-11-10 13:13:34 +01:00
pull_requests.py [FIX] runbot_merge: odd behaviour in try_closing 2021-11-16 14:11:28 +01:00
res_partner.py [IMP] runbot_merge: reject review without email 2021-10-20 14:36:50 +02:00