changeset 0853a551ffc3 in modules/purchase:default
details: https://hg.tryton.org/modules/purchase?cmd=changeset&node=0853a551ffc3
description:
Publish changelog in the documentation
issue11805
review431781003
diffstat:
CHANGELOG | 28 ++++++++++++++++++++++++++++
doc/index.rst | 1 +
doc/releases.rst | 7 +++++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (196 lines):
diff -r 0e6a798ce8f4 -r 0853a551ffc3 CHANGELOG
--- a/CHANGELOG Sun Oct 16 14:14:11 2022 +0200
+++ b/CHANGELOG Thu Oct 27 13:24:21 2022 +0200
@@ -1,16 +1,19 @@
* Add reporting
Version 6.4.0 - 2022-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add supplier currency on party
* 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)
* Split process method
Version 6.0.0 - 2021-05-03
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add origin and set on returned purchase
* Add default lead time to supplier
@@ -19,12 +22,14 @@
* Set payment term and invoice method from last party's purchases
Version 5.8.0 - 2020-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Rename purchase state from cancel to cancelled
* Add window tab for exception states
Version 5.6.0 - 2020-05-04
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add actual quantity on line
* Add return wizard
@@ -32,16 +37,19 @@
* Add contact and invoice party on purchase
Version 5.4.0 - 2019-11-04
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add customer code for supplier on party
Version 5.2.0 - 2019-05-06
+--------------------------
* Bug fixes (see mercurial logs for details)
* Remove purchase fields from stock move
* Remove starting wildcard when searching on codes and numbers
* Allow product supplier to be defined on variants
Version 5.0.0 - 2018-10-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add configured delay for processing purchase
* Allow to reset to draft confirmed but not processed purchase
@@ -52,6 +60,7 @@
* Use today as fallback for purchase date report
Version 4.8.0 - 2018-04-23
+--------------------------
* Bug fixes (see mercurial logs for details)
* Check pending purchase to erase party
* Add wizard to modify purchase header after filling lines
@@ -60,22 +69,26 @@
* Invoice received product instead of purchased product
Version 4.6.0 - 2017-10-30
+--------------------------
* Bug fixes (see mercurial logs for details)
* Do not plan backorder moves
* Add cron task to process confirmed purchase
* Add report_address property on purchase
Version 4.4.0 - 2017-05-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add purchase price on product view from line
* Allow to edit delivery date on purchase line
Version 4.2.0 - 2016-11-28
+--------------------------
* Bug fixes (see mercurial logs for details)
* Manage readonly state on Purchase Line
* Allow purchase without payment term
Version 4.0.0 - 2016-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Rename Purchase reference into number and supplier reference into reference
* Add return location on warehouse
@@ -84,39 +97,47 @@
* New workflow do() for purchase
Version 3.8.0 - 2015-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Delivery Date of Line shows effective date if possible
Version 3.6.0 - 2015-04-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
* Support mixed invoice type by line in invoiced quantity calculation
* Use TaxableMixin
Version 3.4.0 - 2014-10-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Confirmed state split into Confirmed and Processing
* Use MatchMixin for ProductSupplier
Version 3.2.0 - 2014-04-21
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add link between stock moves and invoice lines
* Add warning for supplier moves without origin
Version 3.0.0 - 2013-10-21
+--------------------------
* Bug fixes (see mercurial logs for details)
* Replace reference copying by relate
Version 2.8.0 - 2013-04-22
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use origin Reference on Invoice Line and Stock Move
* Allow no delivery time on product supplier
Version 2.6.0 - 2012-10-22
+--------------------------
* Bug fixes (see mercurial logs for details)
* Manage negative amount in purchase
Version 2.4.0 - 2012-04-24
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add cache on amount fields in readonly states
* Use the most used currency by party on the 10 last records as default value
@@ -128,28 +149,35 @@
* warehouse is not always required
Version 2.2.0 - 2011-10-25
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 2.0.0 - 2011-04-27
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 1.8.0 - 2010-11-01
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 1.6.0 - 2010-05-13
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use model singleton to define which purchase sequence to use
* Add default search value on purchase
Version 1.4.0 - 2009-10-19
+--------------------------
* Bug fixes (see mercurial logs for details)
* Migrate packing* objects and tables to shipment*
Version 1.2.0 - 2009-04-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use the purchase uom to compute purchase price from product supplier
* Add buttons to handle invoice and packing exceptions
* Allow egg installation
Version 1.0.0 - 2008-11-17
+--------------------------
* Initial release
diff -r 0e6a798ce8f4 -r 0853a551ffc3 doc/index.rst
--- a/doc/index.rst Sun Oct 16 14:14:11 2022 +0200
+++ b/doc/index.rst Thu Oct 27 13:24:21 2022 +0200
@@ -14,3 +14,4 @@
usage/index
design
+ releases
diff -r 0e6a798ce8f4 -r 0853a551ffc3 doc/releases.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/releases.rst Thu Oct 27 13:24:21 2022 +0200
@@ -0,0 +1,7 @@
+.. _releases-index:
+
+=============
+Release notes
+=============
+
+.. include:: ../CHANGELOG