-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
[MIG] website_local_font: Migration to 16.0 #1051
base: 16.0
Are you sure you want to change the base?
[MIG] website_local_font: Migration to 16.0 #1051
Conversation
b097857
to
4a24839
Compare
/ocabot migration website_local_font |
4a24839
to
84f2984
Compare
@xaviedoanhduy Done |
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.
LGTM, thanks for the above changes
Thanks for this @Reyes4711-S73 , do you mind rebasing so we can test it on runboat? |
f559526
to
f01dfab
Compare
[ADD] website_local_fonts: add new module [ADD] website_local_fonts: add new module Updated Test Folder Name Changes as per suggestions in the PR Added missing setup file
f01dfab
to
a9b0f21
Compare
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.
Code and functional review OK.
Please add the versión to the PR title [16.0][MIG] website_local_font: Migration to 16.0
Thanks for the fast response 😄
This PR has the |
$(this.menuEl).append( | ||
$( | ||
core.qweb.render("website.add_google_font_btn", { | ||
variable: variable, | ||
}) | ||
) | ||
); |
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.
In order to avoid the duplication of the 'Add Google Fonts' button, you should remove these lines.
$(this.menuEl).append( | |
$( | |
core.qweb.render("website.add_google_font_btn", { | |
variable: variable, | |
}) | |
) | |
); |
Standard migration to 16.0
Reopen from #1028