[ADD] mail - #790
Conversation
7e659b5 to
c4d430b
Compare
| """update mail_message_res_partner_needaction_rel rel | ||
| set is_email=True, email_status=case | ||
| when m.state in ('sent', 'exception') then m.state | ||
| when m.state='outgoing' then 'ready' |
There was a problem hiding this comment.
Looks like a redundant check, given the next line?
There was a problem hiding this comment.
I agree, but don't have my ssh keys at hand
There was a problem hiding this comment.
Please attend this comment and we are good to go with this PR.
|
Loading noupdate data here: hbrunn#2 |
|
What, no env? hbrunn#3 |
|
I thought we only wanted to default to an env in 11? I'd like to stick to the cr version as soon as it's the default and I only use cursors anyways |
|
Ah, that explains. Docstring says 'Starting from version 10, this is the default', but the code says > 10. |
|
Let's do it now https://github.com/OCA/openupgradelib/pull/69/files |
|
While you are here, could you confirm that this line is redundant? #790 (diff) |
There was a problem hiding this comment.
Don't change in this PR other modules doc
There was a problem hiding this comment.
this was my judgement of the dependencies, but your PR says otherwise
There was a problem hiding this comment.
Well, it can be barely consider as nothing to do, as this is only have side-effects sometimes, but I prefer to stay safe with the previous known issues. Anyway, my comment was for isolating this kind of changes from PR with the scripts of one module. We can make a PR for these changes, or directly a commit including this documentation (as it doesn't affect Travis status and thus doesn't require even optimistic merging).
99e90b6 to
2440e07
Compare
No description provided.