diff --git a/README.rst b/README.rst index 1c40b64..3f43e60 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,10 @@ Requires Changes ======= +*6.8.3 - 27.01.2025* + +- filter product-categories in configuration + *6.8.2 - 24.01.2025* - fix: limit content-check to supplier-invoices diff --git a/tryton.cfg b/tryton.cfg index 1cc9aab..c4252be 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=6.8.2 +version=6.8.3 depends: document_incoming_invoice edocument_unece diff --git a/versiondep.txt b/versiondep.txt index 0715553..1b34c4b 100644 --- a/versiondep.txt +++ b/versiondep.txt @@ -1 +1,2 @@ document_incoming_invoice;6.8.0;6.8.999;mds +sale_point_invoice;6.8.15;6.8.999;mds