Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    Openerp7.0 企业流程在哪个位置 如何让企业流程图显示出来,求赐教

    Odoo 开发与实施交流
    6
    8
    4400
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 3
      306709052qq.com last edited by

      openerp7.0 企业流程在哪个位置 如何让企业流程图显示出来,求赐教

      1 Reply Last reply Reply Quote 0
      • A
        allanwong last edited by

        workflow

        1 Reply Last reply Reply Quote 0
        • ieitzyb
          ieitzyb last edited by

          你是否在说某些软件(如速达什么的)有个流程图,从流程图进入功能模块什么的?
          这个,要自己做吧?!

          http://www.OuduPLM.com/ 苏州欧度软件,专注服装行业(鳴謝:37signals,Trello,ProcessON,重庆慧积,上海开阖)

          1 Reply Last reply Reply Quote 0
          • wjfonhand
            wjfonhand last edited by

            进开发者模式,然后界面上就有灰色小问号帮助图标(这可能是你第一次听说软件的帮助只有开发者能看到,其实这和设置默认值要进开发者模式一样,是个伟大创新)
            然后如果你正在销售订单界面,看到的会是销售流程图。也可能你进的是个无流程的对象,那他就会让你选你要看哪个图(总共6-7个吧)

            然后你可以在一个非常紧窄的正方形区域里看到【企业流程图】

            我试过4种浏览器,都显示不全。

            process和request都被fp遗忘了,您去提醒他一下吧。

            GoodERP -- Odoo China fork

            1 Reply Last reply Reply Quote 0
            • Y
              yeahliu last edited by

              给你支个歪招,仅供参考,
              <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>

              加一段这个代码,就不用进入开发者模式了

              1 Reply Last reply Reply Quote 0
              • 3
                306709052qq.com last edited by

                这东西多好啊,为什么不能像tree,form那样在右上角直接显示

                1 Reply Last reply Reply Quote 0
                • N
                  nmglyy last edited by

                  [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]


                  ----------------------------
                  这段代码加在那里呢?怎么个用法啊

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post