Odoo网页浏览标题标题&面包屑

时间:2015-04-23 11:13:23

标签: templates header client odoo

我创建了一个在视图中显示简单iframe的Web模块。 但它显示在所有oe_application部分中。

http://s26.postimg.org/yudzwfupl/sufempty.png

我想保持标题显示,不管怎么样:

http://s26.postimg.org/3opaly8mx/suf.png

我尝试在我的模板中扩展管理标题的模板,如下所示:

<templates xml:space="preserve">
    <t t-id="ViewManager" t-extends="web.template.ViewManager">
    </t>
    <t t-name="graphics_frame">
        <t t-call="ViewManager">
        </t>
        <iframe t-att-src="widget.url" style="width: 100%; height: 100%"></iframe>
    </t>
</templates>

但是模板中使用的一些变量(widget.flags)没有定义。

请问,如何显示如何从客户端显示标题?

我需要保持面包屑和标题显示。

0 个答案:

没有答案