Created
September 22, 2017 12:27
-
-
Save ilyasProgrammer/10abbba87b4d262776a3516427aa5c93 to your computer and use it in GitHub Desktop.
"t" template inheritance in Odoo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<t t-extend="PivotView.FieldSelection"> | |
<t t-jquery='li:has(> a[t-att-data-interval]):first' t-operation="before"> | |
<li t-att-data-field="field[0]"><a href="#" t-att-data-interval="'hour'">Hour</a></li> | |
</t> | |
</t> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment