-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[IMP] howto/website_themes: "Pages" page update #12714
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
Conversation
Hi @AntoineVDV, the final sprint has started. Here is the first one for 18.0. |
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.
@robodoo delegate+
@@ -284,7 +284,7 @@ The page templates has to be defined into the :file:`__manifest__.py` of the mod | |||
'name': 'Airproof Theme', | |||
'description': '...', | |||
'category': 'Website/Theme', | |||
'version': '17.0.0', | |||
'version': '18.0.0', |
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.
I don't know if it will work in a codeblock, but you should try replacing 18.0
with a {BRANCH}
placeholder to avoid having to maintain that after every version freeze.
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.
@AntoineVDV I tested it and it seems to work like a charm. Thanks !
- Update Bootstrap documentation urls - Update Github urls - Update Odoo version number into the manifest example - Dynamic Odoo version number in the code-block of the manifest example. - Typos
dfb18d8
to
83236d5
Compare
@robodoo r+ |
Apply suggestions from code review Co-authored-by: Felicia Kuan <feku@odoo.com> [IMP] howto/website_themes: Layout page update - Update the Bootstrap documentation urls - Update the Github urls closes #12713 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com> [FIX] studio: automation rules doc page display closes #12726 Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com> [IMP] howto/website_themes: Building blocks page update - Change the Github urls to the correct version of Odoo - Adapt the way of creating a snippet template and how to add it to the builder - Add explanation about how to make a custom snippet "inner content" closes #12721 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com> [IMP] howto/website_themes: "Pages" page update - Update Bootstrap documentation urls - Update Github urls - Update Odoo version number into the manifest example - Dynamic Odoo version number in the code-block of the manifest example. - Typos closes #12714 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com> [IMP] howto/website: update animations page This commit updates current animations page, by adding updated content. Task-4316707 closes #12744 Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com> [IMP] howto/website: update theming page This commit updates current theming page, by adding updated content. Task-4316707 closes #12740 Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com> [IMP] howto/website: update media page This commit updates current media page, by adding updated content. Task-4316619 closes #12746 X-original-commit: 533a6fd Signed-off-by: Carlos Valverde (cvs) <cvs@odoo.com> fix
This PR updates:
Task-4316707