[REN] rename module to web_widget_classes

This commit is contained in:
Holger Brunn
2015-02-06 10:51:03 +01:00
parent 915afb5e8c
commit 136fbf6ed5
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?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>