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
351 B

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template">
<t t-extend="ViewManagerAction">
<t t-jquery="div:first">
this.attr('t-att-class', '"' + this.attr('class') + ' oe_model_" + (widget.dataset.model.replace(new RegExp("\\\\.","g"), "_"))');
this.attr('class', null);
</t>
</t>
</templates>