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

  • 相关阅读:
    Nginx,uWSGI与Django 应用的关系
    闭包学习-Python 篇
    Django学习之REST framework JWT Auth
    Python标准库uuid模块
    Django REST framework学习之JWT失效方式
    Django学习之JWT
    单点登录
    print输出格式总结
    百钱百鸡问题
    流程图符号及其功能
  • 原文地址:https://www.cnblogs.com/odoouse/p/11326641.html
Copyright © 2011-2022 走看看