Version 5.0.10
This commit is contained in:
parent
1c8e1f687f
commit
aed57f807b
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=5.0.9
|
||||
version=5.0.10
|
||||
depends:
|
||||
edocument_uncefact
|
||||
party
|
||||
|
|
Loading…
Reference in a new issue