Skip to content

Latest commit

 

History

History
90 lines (66 loc) · 2.95 KB

File metadata and controls

90 lines (66 loc) · 2.95 KB

License: AGPL-3

Handle easily multiple variants on Stock Pickings

This module allows to add/modify of all the variants of a product in a direct screen without the need of handling them one by one.

It also adds a convenient way of handling the transfer of the products in a 2D matrix with all the values of the first attribute in columns, and the rest of the combinations in rows.

Configuration

  1. Configure your user to have any permission from "Inventory" group.
  2. Create a product with 2 attributes and several values.

Usage

  1. Go to Inventory > Dashboard.
  2. Create a new picking from one of the existing picking types.
  3. Press "Add variants" button located in the upper right corner of the "Initial Demand" tab.
  4. A new screen will appear allowing you to select the products that have variants.
  5. Once you select the product, a 2D matrix will appear with the first attribute values as columns and the second one (if any) as rows.
  6. If there are already order lines for the product variants, the current quantity will be pre-filled in the matrix.
  7. Change the quantities for the variant you want and click on "Transfer to picking"
  8. Move lines for the variants will be created/removed to comply with the input you have done.

As extra feature for saving steps, there's also a button on each existing line that corresponds to a variant that opens the dialog directly with the product selected.

You are also able to manage variants on 1 dimension in the transfer:

  1. Go to the "Operations" page.
  2. Press on "Manage Variants Transfer" button in the upper right corner of the tab.
  3. Change the quantities to transfer.
  4. Click on "Transfer to picking" button.

Try me on Runbot

Known issues / Roadmap

  • The inline button for modifying quantities for an existing line won't work correctly until these 2 PRs are merged in Odoo:

    The patches are already integrated on OCB.

  • Make this work with product with more than 1 attribute.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.