changeset 031f8e8df6f4 in modules/account_invoice_stock:default
details: 
https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset&node=031f8e8df6f4
description:
        Publish changelog in the documentation

        issue11805
        review431781003
diffstat:

 CHANGELOG        |  18 ++++++++++++++++++
 doc/index.rst    |   5 +++++
 doc/releases.rst |   7 +++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (107 lines):

diff -r 3de6fa9c054c -r 031f8e8df6f4 CHANGELOG
--- a/CHANGELOG Sun Oct 16 14:14:09 2022 +0200
+++ b/CHANGELOG Thu Oct 27 13:24:20 2022 +0200
@@ -1,62 +1,80 @@
 Version 6.4.0 - 2022-05-02
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Add shipments reference on invoice and invoice line
 * Add support for Python 3.10
 * Remove support for Python 3.6
 
 Version 6.2.0 - 2021-11-01
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Compute warehouse for invoice line
 
 Version 6.0.0 - 2021-05-03
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Manage price correction from supplier invoice
 * Update unit price after invoice posted and move done
 
 Version 5.8.0 - 2020-11-02
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Remove support for Python 3.5
 * Update unit price of stock moves based on posted invoice lines
 
 Version 5.6.0 - 2020-05-04
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Keep stock moves when crediting an invoice
 * Limit links between invoice line and stock moves
 
 Version 5.4.0 - 2019-11-04
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 5.2.0 - 2019-05-06
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 5.0.0 - 2018-10-01
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Remove support for Python 2.7
 
 Version 4.8.0 - 2018-04-23
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 4.6.0 - 2017-10-30
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 4.4.0 - 2017-05-01
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 4.2.0 - 2016-11-28
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 4.0.0 - 2016-05-02
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Add Python3 support
 
 Version 3.8.0 - 2015-11-02
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 3.6.0 - 2015-04-20
+--------------------------
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
+
 Version 3.4.0 - 2014-10-20
+--------------------------
 * Bug fixes (see mercurial logs for details)
 
 Version 3.2.0 - 2014-04-21
+--------------------------
 * Initial release
diff -r 3de6fa9c054c -r 031f8e8df6f4 doc/index.rst
--- a/doc/index.rst     Sun Oct 16 14:14:09 2022 +0200
+++ b/doc/index.rst     Thu Oct 27 13:24:20 2022 +0200
@@ -6,3 +6,8 @@
 moves.
 This allows a stock move's unit price to be updated from the average price
 of the linked invoice lines.
+
+.. toctree::
+   :maxdepth: 2
+
+   releases
diff -r 3de6fa9c054c -r 031f8e8df6f4 doc/releases.rst
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/releases.rst  Thu Oct 27 13:24:20 2022 +0200
@@ -0,0 +1,7 @@
+.. _releases-index:
+
+=============
+Release notes
+=============
+
+.. include:: ../CHANGELOG

Reply via email to