Compare commits
26 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
131a6aed4a | ||
![]() |
2019793452 | ||
![]() |
b503680f2e | ||
![]() |
f90e00ee26 | ||
![]() |
a2ccfccbdb | ||
![]() |
a1e833ac94 | ||
![]() |
c06ceb1909 | ||
![]() |
a26ffa644e | ||
![]() |
7dc9daaded | ||
![]() |
c272785bbd | ||
![]() |
7a46ee7885 | ||
![]() |
7e72d5ee89 | ||
![]() |
ab314200ae | ||
![]() |
b86037d0e2 | ||
![]() |
aacea382e5 | ||
![]() |
6e4da2e5cb | ||
![]() |
ebade63b73 | ||
![]() |
1345962f18 | ||
![]() |
4ba310d097 | ||
![]() |
febf3335d7 | ||
![]() |
0eedd4cb81 | ||
![]() |
cdf5c9bdd5 | ||
![]() |
4484887f45 | ||
![]() |
e08267d33f | ||
![]() |
a1326f1fc9 | ||
![]() |
ca65665ad9 |
4 changed files with 33 additions and 7 deletions
32
README.rst
32
README.rst
|
@ -9,11 +9,37 @@ pip install mds-account-invoice-xrechnung
|
|||
|
||||
Requires
|
||||
========
|
||||
- Tryton 7.0
|
||||
- Tryton 6.8
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
*7.0.0 - 22.12.2023*
|
||||
*6.8.10 - 02.05.2025*
|
||||
|
||||
- compatiblity to Tryton 7.0
|
||||
- update copyright
|
||||
|
||||
*6.8.9 - 11.02.2025*
|
||||
|
||||
- Allow the export of paid invoices. (Mathias Behrle <mathiasb@m9s.biz>)
|
||||
|
||||
*6.8.8 - 28.01.2025*
|
||||
|
||||
- fix: select 1st invoice-report (Mathias Behrle <mathiasb@m9s.biz>)
|
||||
|
||||
*6.8.7 - 18.12.2024*
|
||||
|
||||
- optimize pdf-generate
|
||||
|
||||
*6.8.6 - 11.12.2024*
|
||||
|
||||
- re-create invoice-report if not pdf and zugferd-export
|
||||
|
||||
*6.8.5 - 10.12.2024*
|
||||
|
||||
- update tests for iban in xml-export
|
||||
- add: export formats: factur-x, ZUGFeRD, XRechnung 2.3 + 3.0
|
||||
|
||||
*6.8.3 - 30.06.2023*
|
||||
|
||||
- compatiblity to Tryton 6.8
|
||||
- code optimized
|
||||
|
|
4
setup.py
4
setup.py
|
@ -34,8 +34,8 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
|||
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
|
||||
|
||||
# tryton-version
|
||||
major_version = 7
|
||||
minor_version = 0
|
||||
major_version = 6
|
||||
minor_version = 8
|
||||
|
||||
requires = ['python-slugify', 'pypdf', 'factur-x']
|
||||
for dep in info.get('depends', []):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.0
|
||||
version=6.8.10
|
||||
depends:
|
||||
account_invoice
|
||||
bank
|
||||
|
|
|
@ -1 +1 @@
|
|||
edocument_xrechnung;7.0.5;7.0.999;mds
|
||||
edocument_xrechnung;6.8.13;6.8.999;mds
|
||||
|
|
Loading…
Reference in a new issue