Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
22520 Vues

I want to make shop page as a homepage, it is done by frontend also in Edit Menu.
but i want to hide /shop in URL.

I got this code, but not working for me properly.

# -*- coding: utf-8 -*-
from openerp import http
from openerp.addons.website.controllers.main import Website

class Website(Website):
    @http.route(auth='public')
    def index(self, data={},**kw):
        super(Website, self).index(**kw)
        return http.request.render('website_sale.products', data)

this gives error -

Error to render compiling AST
TypeError: 'NoneType' object is not callable
Template: website_sale.search
Path: /templates/t/form
Node: <form t-att-action="keep('/shop'+ ('/category/'+slug(category)) if category else None, search=0)" method="get" t-att-class="search_class">
			<t t-if="attrib_values">
				<t t-foreach="attrib_values" t-as="a">
					<input type="hidden" name="attrib" t-att-value="'%s-%s' % (a[0], a[1])" data-oe-id="751" data-oe-model="ir.ui.view" data-oe-field="arch" data-oe-xpath="/t[1]/form[1]/t[1]/t[1]/input[1]"/>
				</t>
			</t>
			<t t-call="website.website_search_box"/>
		</form>
Avatar
Ignorer
Meilleure réponse

Hello Mahi, 

You can achieve the same without coding. 

Inside website in top menu there is menu "Page" click on that, then click on "Manage Pages".

Then inside home menu click on the setting button and change the URL to shop

https://prnt.sc/rof88k

and make sure redirect option should be disabled

https://prnt.sc/rof94w

this is how you can achieve your requirement without coding

for detailed info please refer to this video

https://drive.google.com/file/d/1dilV7zoZCjvJXYbGEywajxfmjQUeqSMF/view

Thanks

Anisha Bahukhandi

Technical Content Writer

Avatar
Ignorer

Thank you, i forgot how to do this and your video was so clear and easy.

Meilleure réponse

How can figure Version 16 please help thanks.

Avatar
Ignorer
Meilleure réponse

Thanks, it works!

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
sept. 24
953
0
déc. 16
3421
5
août 25
9769
2
juil. 25
940
4
juin 25
1054