-
- Downloads
[IMP] http_routing, portal, website_*: clean 404 templates
A nicer 404 layout was introduced with e9106f8f but the specs got changed just after it was merged. It has been decided to make the 404 fully editable (before, everything was fully editable except the popular page div). In order to do this, the 404 template can't have inherited views, which brings the following changes: 1. Remove every main website module xpath view adding their most popular page 2. Remove the xpath view in portal to add popular page part (was not needed in http_routing/web). It has been decided that having `Home` ('/' url) even without portal and/or website is not a big deal. Those changes allow the 404 template to be written in a single view without any inherited views. The 404 will be the same for backend only databases, portal and website. task-1966460 closes odoo/odoo#40637 Signed-off-by:Jérémy Kersten (jke) <jke@openerp.com>
Showing
- addons/http_routing/views/http_routing_template.xml 24 additions, 36 deletionsaddons/http_routing/views/http_routing_template.xml
- addons/portal/views/portal_templates.xml 0 additions, 19 deletionsaddons/portal/views/portal_templates.xml
- addons/website/views/website_templates.xml 0 additions, 9 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_event/views/event_templates.xml 0 additions, 6 deletionsaddons/website_event/views/event_templates.xml
- addons/website_forum/views/website_forum.xml 0 additions, 6 deletionsaddons/website_forum/views/website_forum.xml
- addons/website_sale/views/templates.xml 0 additions, 6 deletionsaddons/website_sale/views/templates.xml
- addons/website_slides/data/website_data.xml 0 additions, 6 deletionsaddons/website_slides/data/website_data.xml
Loading
Please register or sign in to comment