I want to use Xpath to replace my website menu of odoo 8.
I don't want to replace all the header, but only one element in the menu : The shop
When i inspect the element li , i see this :
<span data-oe-model="website.menu" data-oe-id="5" data-oe-field="name" data-oe-type="char" data-oe-expression="submenu.name" data-oe-translate="1">Shop</span>
I want to replace this element by creating a mega menu only for "shop".
I don't know how to use Xpath for this case.
Any solution ? Thank's