Skip to Content
Menu
This question has been flagged
1 Reply
3856 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
Related Posts Replies Views Activity
3
Sep 25
2131
3
Oct 25
149265
1
Sep 25
1292
4
Sep 25
6002
2
Aug 25
1309