Version 7.0.10
This commit is contained in:
parent
d6b5893a8b
commit
4177265713
3 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
Copyright (C) 2015-2023 Cédric Krier.
|
||||
Copyright (C) 2015-2023 B2CK SPRL.
|
||||
Copyright (C) 2021-2023 martin-data services.
|
||||
Copyright (C) 2021-2024 martin-data services.
|
||||
Copyright (C) 2024 Mathias Behrle
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -14,6 +14,11 @@ Requires
|
|||
Changes
|
||||
=======
|
||||
|
||||
*7.0.10 - 12.12.2024*
|
||||
|
||||
- fix missing views
|
||||
- Remove arguments in super() calls. (Mathias Behrle)
|
||||
|
||||
*7.0.9 - 11.12.2024*
|
||||
|
||||
- fix name of party in exceptions
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.9
|
||||
version=7.0.10
|
||||
depends:
|
||||
edocument_uncefact
|
||||
party
|
||||
|
|
Loading…
Reference in a new issue