[19.0][OU-IMP] website: preserve footer color combination - #5897
[19.0][OU-IMP] website: preserve footer color combination#5897pilarvargas-tecnativa wants to merge 1 commit into
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) |
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
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.
@Tecnativa TT63973
@pedrobaeza please review