v 7.0 v 8.0 v 10.0 Third Party 110
Download for v 10.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale)
Invoicing (account)
Discuss (mail)
Inventory Management (stock)
Community Apps Dependencies
Technical Name stock_available_sale
LicenseAGPL-3
Websitehttps://github.com/OCA/stock-logistics-warehouse
Versions 8.0 10.0 7.0
You bought this module and need support? Click here!

Quotations in quantity available to promise

This module computes the quoted quantity of each Product, and subtracts it from the quantity available to promise.

"Quoted" is defined as the sum of the quantities of this Product in Sale Quotations, taking the context's shop or warehouse into account.

Usage

Warning for salespersons

If you want to keep salespersons from concluding sales that you may not be able to deliver, you may block the quotations using the module sale_exception. Once this module is installed, go to "Sales > Configuration > Sales > Exceptions rules" and create a new rule using the following code:

if (line.product_id and line.product_id.type == 'product' and
        line.product_id.immediately_usable_qty > line.product_uom_qty):
    failed=True
Try me on Runbot

Known issues / Roadmap

Changed features

The quoted quantity is now returned as a positive value, whereas it was returned as a negative value before v8.0.

This change was made to ensure consistency with the standard, which used to present outgoing quantities as negative numbers until v8.0, and now presents them as positive numbers instead.

Removed features

Previous versions of this module used to let programmers demand to get the quoted quantity in an arbitrary Unit of Measure using the context. This feature was present in the standard computations too until v8.0, but it has been dropped from the standard from v8.0 on.

For the sake of consistency the quoted quantity is now always reported in the product's main Unit of Measure too.

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 smash it by providing detailed and welcomed feedback.

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.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.