This question has been flagged
1 Reply
3172 Views

Hi,

I'm tusing the new Webiste module of openerp v8 , the website contains pages where the URL is /page/website.page_name.. but i dont know where to find the /page/website.page_name???????? Help please

Avatar
Discard
Best Answer

you can find url page/website.page_name in the website module controllers folders main.py File def page method. if '.' not in page: page = 'website.%s'%page

Avatar
Discard