Skip to content

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
@Guillaume-gdi Guillaume-gdi force-pushed the master-website-design-in-db-gdi branch from 0b0de9c to c57449e Compare February 9, 2024 16:19
@robodoo
Copy link
Collaborator

robodoo commented Feb 9, 2024

$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