compatibility to Tryton 6.8
This commit is contained in:
parent
cc6af1dca0
commit
95aca437fc
4 changed files with 9 additions and 6 deletions
|
@ -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
|
||||||
|
|
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]}
|
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', []):
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
document_incoming_invoice;6.8.0;6.8.999;mds
|
Loading…
Reference in a new issue