Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
897f565a19 | ||
![]() |
a35e9dec7b | ||
![]() |
76f1e97b00 | ||
![]() |
83af0ba7ca | ||
![]() |
fc41dca55a | ||
![]() |
8c221fcbfd | ||
![]() |
f1c710eab8 |
5 changed files with 22 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
Copyright (C) 2024-2025 martin-data services.
|
||||
Copyright (C) 2025 Mathias Behrle <mathiasb@m9s.biz>
|
||||
Copyright (C) 2015-2025 Cédric Krier.
|
||||
Copyright (C) 2015-2025 B2CK SPRL.
|
||||
Copyright (C) 2021-2025 martin-data services.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
17
README.rst
17
README.rst
|
@ -15,6 +15,23 @@ Requires
|
|||
Changes
|
||||
=======
|
||||
|
||||
*7.0.4 - 29.01.2025*
|
||||
|
||||
- add: Round unit_price + quantity to match the decimal places of the fields.
|
||||
|
||||
*7.0.3 - 27.01.2025*
|
||||
|
||||
- filter product-categories in configuration
|
||||
|
||||
*7.0.2 - 24.01.2025*
|
||||
|
||||
- fix: limit content-check to supplier-invoices
|
||||
|
||||
*7.0.1 - 23.01.2025*
|
||||
|
||||
- import of Factur-X (Basic, EN16931, Extended), CrossIndustryInvoice-D22
|
||||
- with/without PDF-Container
|
||||
|
||||
*7.0.0 - 19.12.2024*
|
||||
|
||||
- init
|
||||
|
|
2
setup.py
2
setup.py
|
@ -85,8 +85,6 @@ setup(
|
|||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Programming Language :: Python :: 3.12',
|
||||
],
|
||||
|
||||
keywords='tryton account invoice xrechnung edocument incoming',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=7.0.0
|
||||
version=7.0.4
|
||||
depends:
|
||||
document_incoming_invoice
|
||||
edocument_unece
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
sale_point_invoice;7.0.15;7.0.999;mds
|
Loading…
Reference in a new issue