Я использую odoo 9, я хочу расширить шаблон.
Смотри мой код
<templates id="olims.cust_template" xml:space="preserve">
<t t-extend="web.UserMenu.about">
<t t-jquery=".container-fluid" t-operation="replace">
<div class="row">
-----my code here-----
</div>
</t>
</t>
</templates>
Но в About Menu нет никакого эффекта, что не так с кодом, есть идеи?