This question has been flagged
5 Replies
6633 Views

Hi!

How it's possible disable the page /website/info?? ex: http://webexample.eu/website/info


- I tried to go " Settings - User Interface - Views. and go to "Odoo Information"." But this view doesn't exist.
- I tried to installed the module oerp_no_website_info but it doesn't work because is a copy from " /addons/website/controllers/main.py" Line 143. And it doesn't do nothing.

- I tried to uncheck it from the top Customize menu.", but this option doesn't exist on Odoo 8.


 

Any help, please???

Avatar
Discard
Author Best Answer

This module works well :D 

https://bitbucket.org/BizzAppDev/oerp_no_website_info

Avatar
Discard
Best Answer

You must be on the page /website/info in order for the "Show Odoo Information" option to appear in the Customize menu. The Customize menu is context-sensitive. This is the case in both v8 and v9.

Avatar
Discard
Author

I am on the page, but this option doesn't exist look this screenshot: http://goo.gl/zdT71N

Best Answer

I am also using odoo 8. But after the uncheck of "Show Odoo Information" from the top Customize menu, it's working fine. 

Avatar
Discard
Author

Mmmm in my case that option is not showing :(

Best Answer

@Laura

You could modify the template website.info that it's rendered as a response for /website/info

or 

You could extends the controller to don't do anything for /website/info requests

Avatar
Discard