Navigation

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

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

    V11中的一个大改变:Procurement order 没有了

    Odoo 新闻
    3
    4
    3167
    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 digitalsatori

      Procurement Order (需求单)在V11中被移除。在V11之后,我们可以调用SO,PO,MO,以及Stock Move对应的procurement.group上的_run方法来满足这些单据所产生的物料需求。
      该方式仅适用于库存产品,任务类型产品有其独立的需求运算方式。

      _run 方法会检查所有适用的规则并创建对应的单据以满足需求。

      库存,采购,MRP模块根据各自规则类型来对_run方法进行扩展。

      如果有异常发生,内部触发的信息会记录在源模型上。比如, 当一个订单对货品的需求无法得到满足时,这个异常发生的原因会记录在订单上,销售员可以第一时间知道。

      因为Procurement Order是一个需求运算的底层对象,这个改变会影响很多的模块,改动量很大。

      https://github.com/odoo/odoo/pull/19043/commits/1cbd315c881928de53b7e2167f575ae6e6dfff05

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

        这个改动确实大。mrp相关的外围模块要升级了

        1 Reply Last reply Reply Quote 0
        • W
          wanga18408 last edited by

          那么是不是可以这么理解,在10的基础上,如果补货单不需要了,要手动去取消,在11中直接取消SO MO就可以咯?

          digitalsatori 1 Reply Last reply Reply Quote 0
          • digitalsatori
            digitalsatori 管理员 @wanga18408 last edited by

            @wanga18408 不太明白你的理解。V11是把原来procurement.order 上的功能转移到procurement.group上而已,不是取消Procurement的功能。

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