-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] web_theme_classic: Migration to 18.0 #3045
base: 18.0
Are you sure you want to change the base?
Conversation
…lds in Odoo form views
… as the field has now a background-color
Co-authored-by: Rémi <[email protected]>
[MIG] web_theme_classic: Migration to 18.0
[MIG] web_theme_classic: Migration to 18.0
Hi. Thanks for porting this module. Could you take a look on pre-commit errors ? Thanks ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great that you fixed the pre-commit. However, you should now use something like git rebase -i HEAD~6
to squash the last 5 migration commits into a single one. Indeed it's important to keep simple migrations in a single atomic commit.
No description provided.