changeset b305429d3cb3 in modules/account_invoice:default
details:
https://hg.tryton.org/modules/account_invoice?cmd=changeset&node=b305429d3cb3
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 (209 lines):
diff -r 9bdfe8039627 -r b305429d3cb3 CHANGELOG
--- a/CHANGELOG Sun Oct 23 18:51:25 2022 +0200
+++ b/CHANGELOG Thu Oct 27 13:24:20 2022 +0200
@@ -1,6 +1,7 @@
* Support alternative payees on invoice
Version 6.4.0 - 2022-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use invoice date to enforce sequence on customer invoice
* Prevent delete tax identifier used on invoice
@@ -9,12 +10,14 @@
* Remove support for Python 3.6
Version 6.2.0 - 2021-11-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add warning to prevent posting invoices in the future
* Add wizard to reschedule lines to pay of invoices
* Create base tax line for manual taxes
Version 6.0.0 - 2021-05-03
+--------------------------
* Bug fixes (see mercurial logs for details)
* Allow using debt accounts on supplier invoices
* Add deductible rate of taxes to supplier invoice
@@ -26,6 +29,7 @@
* Add default customer payment term configuration
Version 5.8.0 - 2020-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Remove support for Python 3.5
* Add domain to invoice's journal
@@ -34,6 +38,7 @@
* Rename invoice state from cancel to cancelled
Version 5.6.0 - 2020-05-04
+--------------------------
* Bug fixes (see mercurial logs for details)
* Allow overpaying invoice
* Show lines to pay on invoice form
@@ -41,12 +46,14 @@
* Take lines without maturity date as payable
Version 5.4.0 - 2019-11-04
+--------------------------
* Bug fixes (see mercurial logs for details)
* Prevent using same sequence on earlier customer invoice
* Update invoice sequence name in renew fiscal year
* Add option to cancel customer invoice
Version 5.2.0 - 2019-05-06
+--------------------------
* Bug fixes (see mercurial logs for details)
* Show reconciliation lines as payment lines
* Fill in origin of move line
@@ -54,6 +61,7 @@
* Set cancel state when credit with refund
Version 5.0.0 - 2018-10-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use accounting date to format invoice number
* Add invoice payment method
@@ -62,6 +70,7 @@
* Use today as fallback for invoice date report
Version 4.8.0 - 2018-04-23
+--------------------------
* Bug fixes (see mercurial logs for details)
* Show invoice payment on Move Line
* Remove payment lines which actually do not pay the Invoice
@@ -74,15 +83,18 @@
* Make description on invoice line optional
Version 4.6.0 - 2017-10-30
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use tax sequence as default value for invoice taxes sequence
* Add party tax identifier on invoice
Version 4.4.0 - 2017-05-01
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use Match pattern for invoice sequences
Version 4.2.0 - 2016-11-28
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add tax identifier on invoice
* Rename Invoice.create_move to get_move
@@ -96,6 +108,7 @@
* Make payment term not required
Version 4.0.0 - 2016-05-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Merge invoice and credit note
* Inversed sign of tax report from credit note
@@ -104,11 +117,13 @@
* Change payment term percentage into ratio
Version 3.8.0 - 2015-11-02
+--------------------------
* Bug fixes (see mercurial logs for details)
* Don't set default unit price on invoice line
* Allow to modify some fields of posted invoice line
Version 3.6.0 - 2015-04-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
* Allow to define many relativedelta on payment term
@@ -116,18 +131,22 @@
* Use TaxableMixin
Version 3.4.0 - 2014-10-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add Tax rounding configuration
Version 3.2.0 - 2014-04-21
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use account of write-off journal as default
Version 3.0.0 - 2013-10-21
+--------------------------
* Bug fixes (see mercurial logs for details)
* Use account move as cache
Version 2.8.0 - 2013-04-22
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add origin Reference on Invoice Line
* Prevent refund of supplier invoice/credit note
@@ -138,9 +157,11 @@
* Rename Invoice Opened state into Posted
Version 2.6.0 - 2012-10-22
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 2.4.0 - 2012-04-23
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add divisor field to Payment Term Lines
* Allow setting months, weeks, days as well as month, weekday and day in
@@ -148,28 +169,34 @@
* Rename field payment_term to customer_payment_term
Version 2.2.0 - 2011-10-24
+--------------------------
* Bug fixes (see mercurial logs for details)
Version 2.0.0 - 2011-04-27
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add field currency_date to set the date for the rate calculation
* Change get_move_line on Invoice Line and Tax to return a list of values
instead of values
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)
* Add default search value on invoice
* Remove egenix-mx-base and replace it by python-dateutil
Version 1.4.0 - 2009-10-19
+--------------------------
* Bug fixes (see mercurial logs for details)
* Set invoice date when invoice is opened
* Add invoice number to report name
Version 1.2.0 - 2009-04-20
+--------------------------
* Bug fixes (see mercurial logs for details)
* Add accounting date on invoice
* Use amount_to_pay if amount_to_pay_today is zero in pay invoice wizard
@@ -178,4 +205,5 @@
* Allow egg installation
Version 1.0.0 - 2008-11-17
+--------------------------
* Initial release
diff -r 9bdfe8039627 -r b305429d3cb3 doc/index.rst
--- a/doc/index.rst Sun Oct 23 18:51:25 2022 +0200
+++ b/doc/index.rst Thu Oct 27 13:24:20 2022 +0200
@@ -12,3 +12,4 @@
usage/index
configuration
design
+ releases
diff -r 9bdfe8039627 -r b305429d3cb3 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