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

[IMP] theme_*: POC website design in db #766

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Guillaume-gdi
Copy link
Contributor

This PR is a walking skeleton of the website design in db.

task-2463604

@Guillaume-gdi Guillaume-gdi self-assigned this Feb 9, 2024
This PR is a walking skeleton of the website design in db.

task-2463604
@robodoo
Copy link
Collaborator

robodoo commented Feb 9, 2024

@@ -177,7 +177,6 @@ $o-theme-font-configs: (
$o-website-values-palettes: (
(
'color-palettes-name': 'avantgarde-3',
'layout': 'full',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't hesitate to make extra PR that I can merge directly for things like these: defining layout = full in a theme is useless since this is a default (this is not wrong but I'd say it is best not to write it if useless).

If I can merge small stuff like these that are independent of your work directly, it will make the review easier later 👍


<record id="theme_graphene.design" model="theme.website.design">
<field name="layout">'boxed'</field>
<field name="theme_id" ref="base.module_theme_graphene"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are actually filling the "theme.utils" many2one with a "ir.module.module" record, funny if it works ^^ Anyways, like I said in the other PR: you don't need that. You are in theme_graphene, you should never have to say "I am a theme_graphene record".

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.

3 participants