Skip to main content

Tryton module for production

Project description

The production module defines basics for production management: Bill of material and production order.

Bill of Material

Bills of Material are list of products and quantities needed to produce a product. It is often shorten with BOM.

Production

A Production is mainly defined by a product, a BOM, a location, a quantity and two lists of moves:

  • Inputs

    The moves between the storage location and the production location (as defined on the warehouse) for products used for production.

  • Outputs

    The moves between the production location and the storage location for products produced.

The production can be in one of this states:

  • Request

    The production is requested by the system.

  • Draft

    Input and output moves are in draft.

  • Waiting

    The production is waiting for action and all moves are still in draft.

  • Assigned

    The input moves are assigned.

  • Running

    The input moves are in state done.

  • Done

    The output moves are in state done.

  • Cancel

    All moves are cancelled.

The cost of the production is computed with the sum of the cost price of all incoming products. This cost is allocated to the output products based on the list price of each (the product without a list price are considered as waste).

A cron task runs every day and updates the cost of productions if the cost price of the incoming products has changed.

Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trytond_production-5.6.2.tar.gz (61.0 kB view hashes)

Uploaded Source

Built Distribution

trytond_production-5.6.2-py3-none-any.whl (101.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page