Dear All,
It was said that "Sets given tours as consumed, meaning that these tours won't be active anymore for that user"
but, how to disable the Web Tour for all modules in Odoo10? Your advise is highly appreciated, thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Dear All,
It was said that "Sets given tours as consumed, meaning that these tours won't be active anymore for that user"
but, how to disable the Web Tour for all modules in Odoo10? Your advise is highly appreciated, thanks.
Hi,
To disable the tours from the odoo, there is an option available by default in user interface. What you have to do is that, activate the developer mode, then click on the menu Consume Tours. After clicking this menu all the tours will be disabled.
For activating developer mode refer this : https://www.odoo.com/forum/help-1/question/how-to-see-the-and-activate-the-developer-mode-in-odoo-version-10-109530
After activating the developer mode, click on the lady debugger button near by the logged in users name, Then click on the Consume Tours from the listing
Clicking on this will disable all the tours.
Also you can check this module in the odoo app store : Web Tours Disabled
Upon installing this module the web tours will be removed .
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Hello, you can try comment the assets_backend registration of tour before install module. For example if you comment below line in project module before installation than tour will be not show
<script type="text/javascript" src="/project/static/src/js/tour.js"></script>
Well noted, thanks so much for the advice from both Solanki Shamji and Niyas Raphy, it helps a lot, thanks!