changeset 6facaaa7ad49 in readthedocs:default
details: https://hg.tryton.org/readthedocs?cmd=changeset;node=6facaaa7ad49
description:
        Add history to sale and purchase

        Each time the order is reset to draft, we increase the revision number.
        The order, lines and tax lines are also historized to browse past 
version.

        issue8366
        review279381002
diffstat:

 purchase.rst |  3 +++
 sale.rst     |  3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 7486f6f1ebd7 -r 6facaaa7ad49 purchase.rst
--- a/purchase.rst      Sat Apr 06 17:38:58 2019 +0200
+++ b/purchase.rst      Wed Jun 26 16:39:40 2019 +0200
@@ -8,6 +8,9 @@
     `Purchase </projects/modules-purchase/en/latest>`_
         Fundamentals to follow purchases.
 
+    `History </projects/modules-purchase-history/en/latest>`_
+        Manages revisions.
+
     `Invoice Line Standalone 
</projects/modules-purchase-invoice-line-standalone/en/latest>`_
         Generates invoice lines.
 
diff -r 7486f6f1ebd7 -r 6facaaa7ad49 sale.rst
--- a/sale.rst  Sat Apr 06 17:38:58 2019 +0200
+++ b/sale.rst  Wed Jun 26 16:39:40 2019 +0200
@@ -20,6 +20,9 @@
     `Extra </projects/modules-sale-extra/en/latest>`_
         Add extra lines.
 
+    `History </projects/modules-sale-history/en/latest>`_
+        Manages revisions.
+
     `Invoice Grouping </projects/modules-sale-invoice-grouping/en/latest>`_
         Groups invoices.
 

Reply via email to