You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
376 B

<?xml version="1.0" encoding="UTF-8" ?>
<templates>
<!-- Adding new attribute to o_pivot class div-->
<t t-name="PivotRenderer" t-inherit="web.PivotRenderer" t-inherit-mode="extension" owl="1">
<xpath expr="//div[hasclass('o_pivot')]" position="attributes">
<attribute name="style">overflow-x:unset</attribute>
</xpath>
</t>
</templates>