Uh oh!
There was an error while loading. Please reload this page.
[ADD] queue_job module: migration from 9.0 - #20
Conversation
lasley
commented
Aug 24, 2017
Curious - what's the rationale behind including the major version migrations here vs OpenUpgrade? If it's something fully supported by OCA, we migrate in the module? |
pedrobaeza
commented
Aug 24, 2017
It's simple, this should be executed when this module gets upgraded. We can't include this in OpenUpgrade if we want to keep the modularity, or we will fill OpenUpgrade with a lot of |
lasley
commented
Aug 24, 2017
Totally makes sense, thanks Pedro |
lmignon
commented
Aug 25, 2017
@pedrobaeza@cubells@rafaelbn You must revert this merge! The queue_job addon doesn't depend on 'connector' and don't exist in 9.0. |
pedrobaeza
commented
Aug 25, 2017
This is for 10.0, not for 9.0. |
guewen
commented
Aug 25, 2017
@pedrobaeza yes but how would that work? queue_job is a new addon in 10.0 so you'd install it and the migration won't be called. And if it is called you might not have the |
pedrobaeza
commented
Aug 25, 2017
This will only be activated on migrations, not on regular installation, so there's no problem. |
These changes are needed to upgrade connector module to 10.0
cc @Tecnativa