Skip to main content

Compute the quantity of a Production Line using a formula in the BoM Line.

Project description

Odoo Community Association

MRP BoM Line formula for quantity

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

Compute the quantity of a Production Line using a formula defined in the BoM Line.

Table of contents

Configuration

In any BoM line, fill the Quantity Formula field.

The following values are available:

  • `bom_line`: the current BoM line,

  • `production`: the production order being created,

  • `product`: the Product of current BoM line,

  • `product_uom_qty`: the quantity of the production order line,

  • `product_uom`: the UoM of the Product of current BoM line,

  • `operation`: the operation where the components are consumed for current BoM line,

The computed quantity must be assigned to the quantity variable.

Usage

This module can be used to customize the quantity of a component based on a custom attribute value selected on the product. The following configuration works when the website_sale module is installed.

In order to do that, configure as follows:

  1. Create an attribute “Component quantity” with a custom value

    image

  2. Create and publish a Product having the configured custom value, and the MTO route (archived by default)

    image1

  3. Add a BoM to the product, where one Component has the following formula for the quantity:

    image2

    sale_lines = production.move_dest_ids.sale_line_id
    produced_template = production.product_tmpl_id
    produced_template_sale_line = sale_lines.filtered(lambda l: l.product_template_id == produced_template)
    custom_attributes_values = produced_template_sale_line.product_custom_attribute_value_ids.with_context(lang=None)
    component_quantity_attribute_value = custom_attributes_values.filtered(
        lambda av: av.custom_product_template_attribute_value_id.attribute_id.name == "Component quantity"
    )
    component_quantity = component_quantity_attribute_value.custom_value
    quantity = int(component_quantity)
  4. In the e-commerce, select a quantity for the custom value and buy the product

    image3

  5. Confirm the sale order

    image4

a Production order with the selected value of Component will be created

image5

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Aion Tech

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

SirAionTech

This module is part of the OCA/manufacture project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file odoo_addon_mrp_bom_line_formula_quantity-18.0.1.0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for odoo_addon_mrp_bom_line_formula_quantity-18.0.1.0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d75c59848056b354a12694c88ce69d813e93ac59bb1a145ce93f6949db6e1404
MD5 ea8ad496749384c6c1841eb7a12f89b2
BLAKE2b-256 faf810f7edcc45bfeae3bf7f9a25af3ae1620ca01a109f7f78cf999f6d28d3b4

See more details on using hashes here.

Supported by

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