zoukankan      html  css  js  c++  java
  • Odoo13 新功能:委外

    [ADD] mrp_subcontracting

    In a few words, it allows to send components to a subcontractor partner
    and receive a finished product. The production is managed through classical
    manufacturing orders where the raw and finished location is the
    subcontracting location. When creating a receipt picking for a
    subcontractor partner, the location_id of the moves will be set to the
    subcontracting locations by using the property_stock_customer and
    property_stock_supplier of the partner. An override of _action_confirm
    will create the manufacturing order.

    When a subcontracted bom contains tracking, the produce wizard is
    available from the picking to record which lots were produced/consumed.

    New type on the BoM: subcontract
    New type on res.partner: subcontactor
    New location per company (we still own the components stored at the
    subcontractor so they're still valued)
    New routes created to resupply the subcontracting location on order or
    not (through a reordering rule).
    Override of res.partner to set the property_stock_customer/supplier on
    subcontactor partners.

    Proper tests were added too.

    Joint work with: Arnaud Baes arb@odoo.com

    task 1831382

  • 相关阅读:
    显而易见的python
    GitHub 使用教程图文详解
    linux下搭建hexo环境
    linux 删除软链接
    Django2.1入门教程
    windows下安装PyQt4
    python3 Flask安装
    学习之源
    白话C++系列教程
    面试笔试试题精选
  • 原文地址:https://www.cnblogs.com/odoouse/p/11326641.html
Copyright © 2011-2022 走看看