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

[ADD] sale_order_price_recalculation: Module to allow to recalculate on demand sale order line prices #54

Merged
merged 1 commit into from
Sep 1, 2015

Commits on Aug 28, 2015

  1. [ADD] sale_order_recalculate_prices: Module to allow to recalculate o…

    …n demand sale order line prices
    
    ==================================================
    Recalculation of sale order lines prices on demand
    ==================================================
    
    This module adds a button on sale orders below pricelist that recalculates the
    prices of the order lines that contain a product in them.
    
    It is launched manually as a button to get the user decide if he/she wants to
    recalculate prices when pricelist is changed.
    
    Usage
    =====
    
    Inside a sale order, you can click in any moment a button called
    "(Recalculate prices)", that is next to the pricelist selection, to launch
    a recalculation of all the prices of the lines, losing previous custom prices.
    
    Known issues / Roadmap
    ======================
    
    * In a sale order with lot of lines, the recalculation may slow down, because
      sale general data (amount untaxed, amount taxed...) are recalculated for
      each line.
    pedrobaeza committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    9081bd4 View commit details
    Browse the repository at this point in the history