Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7d03ec08ad |
5 changed files with 5 additions and 30 deletions
|
@ -1,5 +1,3 @@
|
|||
Copyright (C) 2015-2025 Cédric Krier.
|
||||
Copyright (C) 2015-2025 B2CK SPRL.
|
||||
Copyright (C) 2021-2025 martin-data services.
|
||||
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>
|
||||
|
||||
|
|
26
README.rst
26
README.rst
|
@ -14,30 +14,6 @@ Requires
|
|||
Changes
|
||||
=======
|
||||
|
||||
*7.0.9 - 11.02.2025*
|
||||
|
||||
- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)
|
||||
|
||||
*7.0.8 - 28.01.2025*
|
||||
|
||||
- fix: select 1st invoice-report (Mathias Behrle <mathiasb@m9s.biz>)
|
||||
|
||||
*7.0.7 - 12.12.2024*
|
||||
|
||||
- fix: generate pdf if not stored in db
|
||||
|
||||
*7.0.6 - 11.12.2024*
|
||||
|
||||
- re-create invoice-report if not pdf and zugferd-export
|
||||
|
||||
*7.0.5 - 10.12.2024*
|
||||
|
||||
- update tests for iban in xml-export
|
||||
|
||||
*7.0.4 - 09.12.2024*
|
||||
|
||||
- add: export formats: factur-x, ZUGFeRD, XRechnung 2.3 + 3.0
|
||||
|
||||
*7.0.3 - 22.12.2023*
|
||||
*7.0.0 - 22.12.2023*
|
||||
|
||||
- compatiblity to Tryton 7.0
|
||||
|
|
3
setup.py
3
setup.py
|
@ -13,7 +13,6 @@ here = path.abspath(path.dirname(__file__))
|
|||
MODULE = 'account_invoice_xrechnung'
|
||||
PREFIX = 'mds'
|
||||
|
||||
# Get the long description from the README file
|
||||
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
long_description = f.read()
|
||||
|
||||
|
@ -86,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',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.9
|
||||
version=7.0.0
|
||||
depends:
|
||||
account_invoice
|
||||
bank
|
||||
|
|
|
@ -1 +1 @@
|
|||
edocument_xrechnung;7.0.10;7.0.999;mds
|
||||
edocument_xrechnung;7.0.5;7.0.999;mds
|
||||
|
|
Loading…
Reference in a new issue