[19.0][OU-IMP] website: preserve footer color combination - #5897
Conversation
bd64d94 to
91f3d9c
Compare
|
Check the CI |
|
@pilarvargas-tecnativa please, rebase. I made an error when force pushing to 19.0 (it's already amended) |
91f3d9c to
72c4786
Compare
Done. Thanks! |
|
I think the problem stems from the fact that the migration of |
|
migrating |
|
done |
|
Why is that one needed? |
The “final” phase runs once all the modules included in the migration diagram have been updated. The error relating to “website_mail_group” indicates that this module has not been included in the update. When resolving web.assets_frontend, its ir.asset appears, but its files are not authorised as belonging to a loaded addon. I think that’s the reason |
Odoo changed the default footer color combination from 5 to 2 in odoo/odoo@62cad84. Explicitly set combination 5 for existing websites to preserve their previous appearance after migration. TT63973
72c4786 to
b0773f1
Compare
MiquelRForgeFlow
left a comment
There was a problem hiding this comment.
BTW, why this is done in end-migration? Will this change be reverted if after migrating you do an odoo update all?
It is done in A later |
Odoo changed the default footer color combination from 5 to 2 in odoo/odoo@62cad84.
Explicitly set combination 5 for existing websites to preserve their previous appearance after migration.
@Tecnativa TT63973
@pedrobaeza please review