[14.0][MIG] connector#385
Conversation
8999a01 to
6db7697
Compare
|
All tests passed perfectly on my test environment |
f627d40 to
82d49e7
Compare
|
@eantones Dependency have been merged |
82d49e7 to
8a81c49
Compare
|
@sebastienbeau done! |
d4f31f7 to
8a81c49
Compare
| from odoo import _, api, fields, models | ||
|
|
||
|
|
||
| class ConnectorCheckpoint(models.Model): |
There was a problem hiding this comment.
Can this be removed as suggested?
There was a problem hiding this comment.
I think so, nobody is using it AFAIK.
@eantones likely this is the last bit 😉
|
any update ? |
|
@eantones please check travis and rebase. All dependencies are merged. |
When the @job is registered and created in the database, it lookups its channel and creates it if it don't exist yet.
…module with caching of the result
rvalyi
left a comment
There was a problem hiding this comment.
I checked that the dependencies didn't change much between v13 and v14. Also inside the module components and models have no reason to change to accomodate to any change in Odoo. So given tests are passing, that's LGTM.
rousseldenis
left a comment
There was a problem hiding this comment.
Code review. Maybe increasing a little bit coverage should be great.
@OCA/connector-maintainers We certainly should switch to main branches including non migrated modules from past versions in order to avoid such PR with 721 commits.
+1 |
|
@eantones I'm going to propose a PR on your PR to remove checkpoints |
Alternatives such as activities can be used.
Remove connector checkpoints
|
@guewen done! :-) |
|
@guewen @rousseldenis regarding the 721 commits, you're right, there's too many, I can make a squash |
No! You'll loose the commit history and that is not wanted. |
There are two ways of doing main branches :
|
|
@rousseldenis yes I know, so how do you suggest to reduce the commits? |
Nope, this will be merged as is, it's ok |
|
@rousseldenis ok, so you meant that we cannot do anything now because this should have been done on 14.0 branch creation right? |
guewen
left a comment
There was a problem hiding this comment.
Thanks ❤️
Waiting for the build before merging.
yep |
|
Thanks :-) |
Workaround: before submitting a migration PR open another one where the module is ported as is from another version and made uninstallable. |
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 609abb4. Thanks a lot for contributing to OCA. ❤️ |
|
Hi, I realize that test_component and test_connector add-ons are not included. You may have missed them, but they are what ensure we have no regression |
Depends on: