compatibility to Tryton 6.8

This commit is contained in:
Frederik Jaeckel 2025-01-23 14:39:37 +01:00
parent cc6af1dca0
commit 95aca437fc
4 changed files with 9 additions and 6 deletions

View file

@ -9,12 +9,14 @@ pip install mds-document-incoming-invoice-xml
Requires Requires
======== ========
- Tryton 7.0 - Tryton 6.8
Changes Changes
======= =======
*7.0.0 - 19.12.2024* *6.8.1 - 19.12.2024*
- init - compatibility to Tryton 6.8
- import of Factur-X (Basic, EN16931, Extended), CrossIndustryInvoice-D22
- with/without PDF-Container

View file

@ -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]} modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
# tryton-version # tryton-version
major_version = 7 major_version = 6
minor_version = 0 minor_version = 8
requires = ['pypdf', 'factur-x', 'lxml'] requires = ['pypdf', 'factur-x', 'lxml']
for dep in info.get('depends', []): for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=7.0.0 version=6.8.0
depends: depends:
document_incoming_invoice document_incoming_invoice
edocument_unece edocument_unece

View file

@ -0,0 +1 @@
document_incoming_invoice;6.8.0;6.8.999;mds