Version 5.0.10

This commit is contained in:
Frederik Jaeckel 2024-12-17 14:37:30 +01:00
parent 1c8e1f687f
commit aed57f807b
3 changed files with 6 additions and 2 deletions

View file

@ -14,6 +14,11 @@ Requires
Changes Changes
======= =======
*5.0.10 - 17.12.2024*
- fix missing views
- Remove arguments in super() calls. (Mathias Behrle)
*5.0.9 - 11.12.2024* *5.0.9 - 11.12.2024*
- fix name of party in exceptions - fix name of party in exceptions

View file

@ -7,7 +7,6 @@ from lxml import etree
import os import os
from unittest.mock import Mock from unittest.mock import Mock
from decimal import Decimal from decimal import Decimal
from datetime import date
from trytond.tests.test_tryton import ModuleTestCase, with_transaction from trytond.tests.test_tryton import ModuleTestCase, with_transaction
from trytond.pool import Pool from trytond.pool import Pool
from trytond.modules.edocument_uncefact.tests.test_edocument_uncefact import \ from trytond.modules.edocument_uncefact.tests.test_edocument_uncefact import \

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=5.0.9 version=5.0.10
depends: depends:
edocument_uncefact edocument_uncefact
party party