Skip to content
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

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from

Conversation

Reyes4711-S73
Copy link

@Reyes4711-S73 Reyes4711-S73 commented Aug 5, 2024

Standard migration to 16.0
Reopen from #1028

@Reyes4711-S73 Reyes4711-S73 changed the title 16.016.0 mig website local font def [MIG] website_local_font: Migration to 16.0 Aug 5, 2024
@Reyes4711-S73 Reyes4711-S73 force-pushed the 16.016.0-mig-website_local_font-def branch from b097857 to 4a24839 Compare August 5, 2024 06:12
@pedrobaeza
Copy link
Member

/ocabot migration website_local_font

@OCA-git-bot OCA-git-bot added this to the 16.0 milestone Sep 11, 2024
@Reyes4711-S73 Reyes4711-S73 force-pushed the 16.016.0-mig-website_local_font-def branch from 4a24839 to 84f2984 Compare September 30, 2024 07:16
@Reyes4711-S73
Copy link
Author

@xaviedoanhduy Done

Copy link

@xaviedoanhduy xaviedoanhduy left a 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

@OCA-git-bot OCA-git-bot mentioned this pull request Sep 11, 2024
13 tasks
@Christian-RB
Copy link

Thanks for this @Reyes4711-S73 , do you mind rebasing so we can test it on runboat?

@Reyes4711-S73 Reyes4711-S73 force-pushed the 16.016.0-mig-website_local_font-def branch 2 times, most recently from f559526 to f01dfab Compare January 29, 2025 14:09
bvanjeelharia and others added 3 commits January 29, 2025 15:13
[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
@Reyes4711-S73 Reyes4711-S73 force-pushed the 16.016.0-mig-website_local_font-def branch from f01dfab to a9b0f21 Compare January 29, 2025 14:13
Copy link

@Christian-RB Christian-RB left a 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 😄

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@Abimael1321
Copy link

LGTM! It allows you to import local fonts that are not from Google, the only aspect I detected is that it duplicates and adds the Google fonts, which is already included in Odoo.
Screenshot_1

Comment on lines +90 to +96
$(this.menuEl).append(
$(
core.qweb.render("website.add_google_font_btn", {
variable: variable,
})
)
);
Copy link

@AlvRM2002 AlvRM2002 Jan 30, 2025

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.

Suggested change
$(this.menuEl).append(
$(
core.qweb.render("website.add_google_font_btn", {
variable: variable,
})
)
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants