-
- Downloads
[IMP] portal, website, website_*: make footer content easy to customize
Previously, customizing the website footer was not very easy. This commit will allow users to customize the footer like any other snippet area. There are several behavior changes, as mentioned below: - Removed toggles 'Automatic Footer' and 'Payment Icons' from the Customize menu - Language Selector was moved near the 'Copyright' section of the footer and features a dropdown (dropup technically) to select the language - Moved some footer links from various modules to top menu List of the added menus / changed menus: (a) Resellers (new menu for previous footer link 'Resellers') (b) References (new menu for previous footer link 'Our References') (c) Forums (renamed from 'Forum', as a replacement of 'Forums' footer link, showing all the forums instead of 'Help', as there is no link available to all forums after this commit) (d) Live Support (new menu for previous footer link 'Livechat Support') (e) Mailing Lists (new menu for previous footer link 'Mailing List') (f) Members (new menu for previous footer link 'Members') - Links which were already available as a website menus (Presentations, Jobs, Events, News, Documentation, etc) are simply removed Technical Notes: - Introduced a new template called 'brand_promotion' in website. This will help to avoid adding redundant footer content (like copyright, language selector etc) from several modules (website_sale, website_event, website_quote, etc) while the only intention is to replace module page links. - Removed summernote related fix in portal.less (caused by xpath) because footer is now customizable and added padding to structure instead of footer itself so that bg-color/img can be applied on whole footer. - Few of the tours are improved to drag and drop snippets at proper places and not inside the footer. - Used Flex in copyright portion of footer, so that text will always be horizontally centered (Some themes have different padding for buttons, etc, so if we don't align text dynamically, it has to be managed in particular theme and in particular layouts like full-screen / boxed. And if someone changes height of this portion, we have to re-design this portion again, etc). task-38069 Closes https://github.com/odoo/odoo/pull/22298 Co-authored-by:Dharmraj <dja@odoo.com>
Showing
- addons/portal/static/src/scss/portal.scss 0 additions, 12 deletionsaddons/portal/static/src/scss/portal.scss
- addons/website/static/src/js/tours/banner.js 2 additions, 2 deletionsaddons/website/static/src/js/tours/banner.js
- addons/website/static/src/js/tours/rte.js 19 additions, 2 deletionsaddons/website/static/src/js/tours/rte.js
- addons/website/static/src/scss/website.scss 16 additions, 0 deletionsaddons/website/static/src/scss/website.scss
- addons/website/views/website_templates.xml 64 additions, 80 deletionsaddons/website/views/website_templates.xml
- addons/website_blog/views/website_blog_templates.xml 0 additions, 7 deletionsaddons/website_blog/views/website_blog_templates.xml
- addons/website_crm_partner_assign/data/crm_partner_assign_data.xml 12 additions, 0 deletions...bsite_crm_partner_assign/data/crm_partner_assign_data.xml
- addons/website_crm_partner_assign/views/website_crm_partner_assign_templates.xml 0 additions, 7 deletions...ner_assign/views/website_crm_partner_assign_templates.xml
- addons/website_customer/__manifest__.py 1 addition, 0 deletionsaddons/website_customer/__manifest__.py
- addons/website_customer/data/website_customer_data.xml 13 additions, 0 deletionsaddons/website_customer/data/website_customer_data.xml
- addons/website_customer/views/website_customer_templates.xml 0 additions, 7 deletionsaddons/website_customer/views/website_customer_templates.xml
- addons/website_event/views/event_templates.xml 5 additions, 17 deletionsaddons/website_event/views/event_templates.xml
- addons/website_forum/data/forum_data.xml 3 additions, 3 deletionsaddons/website_forum/data/forum_data.xml
- addons/website_forum/views/website_forum.xml 0 additions, 9 deletionsaddons/website_forum/views/website_forum.xml
- addons/website_forum_doc/data/doc_data.xml 1 addition, 1 deletionaddons/website_forum_doc/data/doc_data.xml
- addons/website_forum_doc/views/website_doc.xml 0 additions, 8 deletionsaddons/website_forum_doc/views/website_doc.xml
- addons/website_hr_recruitment/views/website_hr_recruitment_templates.xml 0 additions, 6 deletions...hr_recruitment/views/website_hr_recruitment_templates.xml
- addons/website_livechat/data/website_livechat_data.xml 6 additions, 0 deletionsaddons/website_livechat/data/website_livechat_data.xml
- addons/website_livechat/views/website_livechat.xml 0 additions, 7 deletionsaddons/website_livechat/views/website_livechat.xml
- addons/website_mail_channel/data/mail_template_data.xml 12 additions, 0 deletionsaddons/website_mail_channel/data/mail_template_data.xml
Loading
Please register or sign in to comment