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

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