3
0
Fork 0

[IMP] attach model class to ViewManagerAction template, this way it can

be used for all view types
6.1
Holger Brunn 2014-07-07 16:04:23 +02:00
parent ae42834d9d
commit d5cacec663
1 changed files with 6 additions and 0 deletions

View File

@ -6,4 +6,10 @@
this.attr('class', null); this.attr('class', null);
</t> </t>
</t> </t>
<t t-extend="ViewManagerAction">
<t t-jquery="table:first">
this.attr('t-att-class', '"' + this.attr('class') + ' oe_model_" + (self.dataset.model.replace(new RegExp("\\\\.","g"), "_"))');
this.attr('class', null);
</t>
</t>
</templates> </templates>