Openerp7.0 企业流程在哪个位置 如何让企业流程图显示出来,求赐教
-
openerp7.0 企业流程在哪个位置 如何让企业流程图显示出来,求赐教
-
给你支个歪招,仅供参考,
<template>
<!-- vim:fdl=1:
-->
<t t-extend="ViewManagerAction">
<t t-jquery="h2.oe_view_title" t-operation="replace">
<h2 class="oe_view_title" t-if="widget.flags.display_title !== false">
<span class="oe_view_title_text oe_breadcrumb_title"/>
</h2>
<a class="oe_process" title="Process View" href="javascript: void(0)"></a>
</t>
</t>
</template>
加一段这个代码,就不用进入开发者模式了 -
这东西多好啊,为什么不能像tree,form那样在右上角直接显示
-
[quote author=yeahliu link=topic=14644.msg25518#msg25518 date=1385561023]
给你支个歪招,仅供参考,
<template>
<!-- vim:fdl=1:
-->
<t t-extend="ViewManagerAction">
<t t-jquery="h2.oe_view_title" t-operation="replace">
<h2 class="oe_view_title" t-if="widget.flags.display_title !== false">
<span class="oe_view_title_text oe_breadcrumb_title"/>
</h2>
<a class="oe_process" title="Process View" href="javascript: void(0)"></a>
</t>
</t>
</template>
加一段这个代码,就不用进入开发者模式了
[/quote]
----------------------------
这段代码加在那里呢?怎么个用法啊