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账号

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

    Odoo V9的一个大变化

    Odoo 开发与实施交流
    7
    8
    4780
    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.
    • digitalsatori
      digitalsatori 管理员 last edited by

      Odoo V8 在功能上主要改进了WMS模块
      Odoo V9 则主要改进了财务模块
      但是,V9还有一个在技术实现上的巨大改变,就是对Sales, Purchase取消了工作流。状态变化触发的action可以通过定义automatic action 来实现。


      个人认为这是一个好的改变,因为在复杂的业务场景下目前的线性的工作流方式显得束手束脚,而且实现复杂。但是这个改变真的很大胆,很多第三方的模块必须都要做出相应的改变。

      【上海先安科技】(tony AT openerp.cn)

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

        嗯...  对于实施来讲, 基本上算是从头再来吧? 😃

        1 Reply Last reply Reply Quote 0
        • Joshua
          Joshua 管理员 last edited by

          Sales, Purchase取消了工作流,看来用到工作流的对象越来越少了。

          【上海先安科技】(joshua AT openerp.cn),欢迎关注公众号:openerp_cn

          1 Reply Last reply Reply Quote 0
          • C
            cialuo last edited by

            取消了工作流, automatic action 这两个有什么区别了

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

              第三方的模块必须每个版本都重写一遍

              GoodERP -- Odoo China fork

              1 Reply Last reply Reply Quote 0
              • 周
                周士超 last edited by

                不明觉厉,学习

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

                  Automatically transition sessions from Draft to Confirmed when more than half the session's seats are reserved.
                  当预定的座位数量大于50的时候,工作流状态自动从草稿,变成确认状态。
                          <record model="workflow.transition" id="session_auto_confirm_half_filled">
                              <field name="act_from" ref="draft"/>
                              <field name="act_to" ref="confirmed"/>
                              <field name="condition">taken_seats &gt; 50</field>
                          </record>

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