[FIX] website_sale: fix traceback for website 404
Purpose of the commit is, the template website.404 is renamed in commit https://github.com/odoo/odoo/commit/423402f1e50000186924186beba0cbe87e02e774 but still remains use of it at some places which is going to produce the traceback so replace the template website.404 rendering with NotFound exception as it will use the template http_routing.404 Task-2145659 closes odoo/odoo#42294 Closes: #40924 X-original-commit: e5af7617 Related: odoo/enterprise#7394 Signed-off-by:Yannick Tivisse (yti) <yti@odoo.com>
Please register or sign in to comment