zoukankan      html  css  js  c++  java
  • bom type:Phantom

    bom的类型

    'type': fields.selection([('normal','Normal BoM'),('phantom','Sets / Phantom')], 'BoM Type', required=True,
    help= "If a by-product is used in several products, it can be useful to create its own BoM. "
    "Though if you don't want separated production orders for this by-product, select Set/Phantom as BoM type. "


    "If a Phantom BoM is used for a root product, it will be sold and shipped as a set of components, instead of being produced."),

    如果虚拟对bom用于一个顶层产品。销售装箱时 会直接用bom组件 替代 销售产品,而不创建生产单据。

    虚拟的bom用于不要生产加工的产品组合: 例如,几个产品打包销售,a+b+c 组合成D销售,

    销售D时,并不需要用a b c 来生产D, 这种情况,为D 建立一个 phantom BOM。 销售D,会直接生成abc   的送货单。

  • 相关阅读:
    form表单
    JsonResponse对象
    HttpRequest对象
    Django基础
    ssh私钥登录
    监控window目录是否为空自定义item
    redis频繁报错Cannot allocate memory
    脱敏html文件文件
    MySQL删除数据
    ftp服务器搭建
  • 原文地址:https://www.cnblogs.com/alangwansui/p/3770278.html
Copyright © 2011-2022 走看看