Compare commits
No commits in common. "131a6aed4a5368069a76fa158e09316f3c41c9c0" and "b503680f2ee72428801f9b23df7e3431f141a1c6" have entirely different histories.
131a6aed4a
...
b503680f2e
4 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
Copyright (C) 2015-2025 Cédric Krier.
|
||||||
|
Copyright (C) 2015-2025 B2CK SPRL.
|
||||||
Copyright (C) 2021-2025 martin-data services.
|
Copyright (C) 2021-2025 martin-data services.
|
||||||
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>
|
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,6 @@ Requires
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*6.8.10 - 02.05.2025*
|
|
||||||
|
|
||||||
- update copyright
|
|
||||||
|
|
||||||
*6.8.9 - 11.02.2025*
|
*6.8.9 - 11.02.2025*
|
||||||
|
|
||||||
- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)
|
- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -13,6 +13,7 @@ here = path.abspath(path.dirname(__file__))
|
||||||
MODULE = 'account_invoice_xrechnung'
|
MODULE = 'account_invoice_xrechnung'
|
||||||
PREFIX = 'mds'
|
PREFIX = 'mds'
|
||||||
|
|
||||||
|
# Get the long description from the README file
|
||||||
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
|
@ -85,8 +86,6 @@ setup(
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
'Programming Language :: Python :: 3.9',
|
'Programming Language :: Python :: 3.9',
|
||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
'Programming Language :: Python :: 3.11',
|
|
||||||
'Programming Language :: Python :: 3.12',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
keywords='tryton account invoice xrechnung edocument',
|
keywords='tryton account invoice xrechnung edocument',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=6.8.10
|
version=6.8.9
|
||||||
depends:
|
depends:
|
||||||
account_invoice
|
account_invoice
|
||||||
bank
|
bank
|
||||||
|
|
Loading…
Reference in a new issue