Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.0] [ADD] sale_order_variant_mgmt #343

Merged
merged 4 commits into from
Oct 12, 2016

Commits on Sep 16, 2016

  1. [ADD] sale_order_variant_mgmt: Replaces sale_order_add_variants

    ===============================================
    Handle easily multiple variants on Sales Orders
    ===============================================
    
    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
    
    Configuration
    =============
    
    * Configure your user to have any permission from "Sales" group.
    * Create a product with 2 attributes and several values.
    
    Usage
    =====
    
    * Go to Sales > Sales > Quotations
    * Create a new quotation or edit an existing one.
    * Press "Add variants" button located in the upper right corner of the
      "Order Lines" tab.
    * A new screen will appear allowing you to select the products that have
      variants.
    * Once you select the product, a 2D matrix will appear with the first
      attribute values as columns and the second one as rows.
    * If there are already order lines for the product variants, the current
      quantity will be pre-filled in the matrix.
    * Change the quantities for the variant you want and click on "Transfer to
      order"
    * Order 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.
    pedrobaeza committed Sep 16, 2016
    Configuration menu
    Copy the full SHA
    72fd516 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6167358 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    82ec3fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec67f9 View commit details
    Browse the repository at this point in the history