Compare commits

...

8 commits

Author SHA1 Message Date
Frederik Jaeckel
bf26d93b53 Version 6.8.4 2025-01-29 11:00:33 +01:00
Frederik Jaeckel
a02b65ba12 Merge branch 'main' into 6.8 2025-01-29 10:55:51 +01:00
Frederik Jaeckel
148f237084 Version 6.8.3 2025-01-27 13:11:58 +01:00
Frederik Jaeckel
ca29e8eeec Merge branch 'main' into 6.8 2025-01-27 13:08:22 +01:00
Frederik Jaeckel
446be5bb05 Version 6.8.2 2025-01-24 09:27:16 +01:00
Frederik Jaeckel
f80c06db02 Merge branch 'main' into 6.8 2025-01-24 09:25:46 +01:00
Frederik Jaeckel
5575408be7 Version 6.8.1 2025-01-23 14:40:36 +01:00
Frederik Jaeckel
95aca437fc compatibility to Tryton 6.8 2025-01-23 14:39:37 +01:00
4 changed files with 22 additions and 6 deletions

View file

@ -9,12 +9,26 @@ pip install mds-document-incoming-invoice-xml
Requires
========
- Tryton 7.0
- Tryton 6.8
Changes
=======
*7.0.0 - 19.12.2024*
*6.8.4 - 29.01.2025*
- init
- add: Round unit_price + quantity to match the decimal places of the fields.
*6.8.3 - 27.01.2025*
- filter product-categories in configuration
*6.8.2 - 24.01.2025*
- fix: limit content-check to supplier-invoices
*6.8.1 - 19.12.2024*
- 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]}
# tryton-version
major_version = 7
minor_version = 0
major_version = 6
minor_version = 8
requires = ['pypdf', 'factur-x', 'lxml']
for dep in info.get('depends', []):

View file

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

View file

@ -0,0 +1,2 @@
document_incoming_invoice;6.8.0;6.8.999;mds
sale_point_invoice;6.8.15;6.8.999;mds