How can i hide the Tab "Optional Products" in Sales in Odoo 12?
i tried different xpath settings (page 1-4) to change the attribute invisible but nothing helped.
this tab was added in sales_management Module in Odoo (V12) but without a name (only string)
<xpath expr="//page[3]" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//notebook/page[3]" position="attributes">
<attribute name="invisible">1</attribute>
<attribute name="autofocus"></attribute>
</xpath>
Try this one: https://goo.gl/4Zyc9d