changeset b2c59f12cbef in readthedocs:default
details: https://hg.tryton.org/readthedocs?cmd=changeset&node=b2c59f12cbef
description:
Add sale_product_quantity and purchase_product_quantity modules
issue11127
review378031002
diffstat:
purchase.rst | 3 +++
sale.rst | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diffs (26 lines):
diff -r 1f626b6a12d3 -r b2c59f12cbef purchase.rst
--- a/purchase.rst Tue Apr 12 09:50:52 2022 +0200
+++ b/purchase.rst Tue Apr 12 10:10:24 2022 +0200
@@ -20,6 +20,9 @@
`Price List </projects/modules-purchase-price-list/en/latest>`_
Applies price list.
+`Product Quantity </projects/modules-purchase-product-quantity/en/latest>`_
+ Adds constraints on quantity purchased.
+
`Request </projects/modules-purchase-request/en/latest>`_
Collects the purchase requests.
diff -r 1f626b6a12d3 -r b2c59f12cbef sale.rst
--- a/sale.rst Tue Apr 12 09:50:52 2022 +0200
+++ b/sale.rst Tue Apr 12 10:10:24 2022 +0200
@@ -50,6 +50,9 @@
`Product Customer </projects/modules-sale-product-customer/en/latest>`_
Adds customer's name and code for product.
+`Product Quantity </projects/modules-sale-product-quantity/en/latest>`_
+ Adds constraints on quantity sold.
+
`Promotion </projects/modules-sale-promotion/en/latest>`_
Applies promotions.