mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[REN] rename module to web_widget_classes
This commit is contained in:
BIN
web_dom_model_classes/static/description/icon.png
Normal file
BIN
web_dom_model_classes/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
@@ -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>
|
||||
Reference in New Issue
Block a user