Compare commits
3 commits
dc9b7f4ddf
...
fdd51508fa
Author | SHA1 | Date | |
---|---|---|---|
![]() |
fdd51508fa | ||
![]() |
be33627168 | ||
![]() |
01616c6c4b |
4 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
Copyright (C) 2015-2025 Cédric Krier.
|
||||
Copyright (C) 2015-2025 B2CK SPRL.
|
||||
Copyright (C) 2021-2025 martin-data services.
|
||||
Copyright (C) 2024-2025 martin-data services.
|
||||
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>
|
||||
|
||||
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
|
||||
|
|
|
@ -15,6 +15,10 @@ Requires
|
|||
Changes
|
||||
=======
|
||||
|
||||
*6.0.5 - 02.05.2025*
|
||||
|
||||
- update copyright
|
||||
|
||||
*6.0.4 - 29.01.2025*
|
||||
|
||||
- add: Round unit_price + quantity to match the decimal places of the fields.
|
||||
|
|
2
setup.py
2
setup.py
|
@ -85,6 +85,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
],
|
||||
|
||||
keywords='tryton account invoice xrechnung edocument incoming',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=6.0.4
|
||||
version=6.0.5
|
||||
depends:
|
||||
document_incoming_invoice
|
||||
edocument_unece
|
||||
|
|
Loading…
Reference in a new issue