Compare commits
10 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a98a1b732b | ||
![]() |
a71bf9b8e6 | ||
![]() |
bf26d93b53 | ||
![]() |
a02b65ba12 | ||
![]() |
148f237084 | ||
![]() |
ca29e8eeec | ||
![]() |
446be5bb05 | ||
![]() |
f80c06db02 | ||
![]() |
5575408be7 | ||
![]() |
95aca437fc |
4 changed files with 26 additions and 6 deletions
24
README.rst
24
README.rst
|
@ -9,12 +9,30 @@ pip install mds-document-incoming-invoice-xml
|
|||
|
||||
Requires
|
||||
========
|
||||
- Tryton 7.0
|
||||
- Tryton 6.8
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
*7.0.0 - 19.12.2024*
|
||||
*6.8.5 - 02.05.2025*
|
||||
|
||||
- init
|
||||
- update copyright
|
||||
|
||||
*6.8.4 - 29.01.2025*
|
||||
|
||||
- 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
|
||||
|
|
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 = ['pypdf', 'factur-x', 'lxml']
|
||||
for dep in info.get('depends', []):
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.0
|
||||
version=6.8.5
|
||||
depends:
|
||||
document_incoming_invoice
|
||||
edocument_unece
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
document_incoming_invoice;6.8.0;6.8.999;mds
|
||||
sale_point_invoice;6.8.15;6.8.999;mds
|
Loading…
Reference in a new issue