mirror of
https://github.com/odoo/runbot.git
synced 2025-03-19 17:35:45 +07:00
![]() 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. |
||
---|---|---|
.. | ||
__init__.py | ||
project.py | ||
pull_requests.py | ||
res_partner.py |