-
Notifications
You must be signed in to change notification settings - Fork 237
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
base: master
Are you sure you want to change the base?
[IMP] theme_*: POC website design in db #766
Conversation
This PR is a walking skeleton of the website design in db. task-2463604
0b0de9c
to
c57449e
Compare
@@ -177,7 +177,6 @@ $o-theme-font-configs: ( | |||
$o-website-values-palettes: ( | |||
( | |||
'color-palettes-name': 'avantgarde-3', | |||
'layout': 'full', |
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.
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"/> |
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.
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".
This PR is a walking skeleton of the website design in db.
task-2463604