From aed57f807b258f14565c8fb30b11572856362cbb Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Tue, 17 Dec 2024 14:37:30 +0100 Subject: [PATCH] Version 5.0.10 --- README.rst | 5 +++++ tests/test_edocument.py | 1 - tryton.cfg | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3d7bb4f..b05042d 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,11 @@ Requires Changes ======= +*5.0.10 - 17.12.2024* + +- fix missing views +- Remove arguments in super() calls. (Mathias Behrle) + *5.0.9 - 11.12.2024* - fix name of party in exceptions diff --git a/tests/test_edocument.py b/tests/test_edocument.py index 05280bf..8c76e81 100644 --- a/tests/test_edocument.py +++ b/tests/test_edocument.py @@ -7,7 +7,6 @@ from lxml import etree import os from unittest.mock import Mock from decimal import Decimal -from datetime import date from trytond.tests.test_tryton import ModuleTestCase, with_transaction from trytond.pool import Pool from trytond.modules.edocument_uncefact.tests.test_edocument_uncefact import \ diff --git a/tryton.cfg b/tryton.cfg index 064c35e..1cb5942 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=5.0.9 +version=5.0.10 depends: edocument_uncefact party