Compare commits

...

38 commits

Author SHA1 Message Date
Frederik Jaeckel
135ad4a9be Version 6.8.12 2025-01-09 12:09:14 +01:00
Frederik Jaeckel
d327b999cf Merge branch 'main' into 6.8 2025-01-09 12:07:30 +01:00
Frederik Jaeckel
e0eec130e5 Version 6.8.11 2024-12-19 11:57:59 +01:00
Frederik Jaeckel
e97cd71d11 add docs 2024-12-19 11:55:01 +01:00
Mathias Behrle
bbe56c578d Improve the help text of xrechnung_routeid. 2024-12-19 11:54:57 +01:00
Mathias Behrle
454087226e Lookup parent taxes for unece tax codes.
In the same way as for categories the unece tax codes must be searched
on parents.
2024-12-19 11:54:53 +01:00
Mathias Behrle
188074e025 Correct a translation. 2024-12-19 11:54:43 +01:00
Frederik Jaeckel
0af2c94942 Version 6.8.10 2024-12-18 12:04:34 +01:00
Frederik Jaeckel
78cb4dfbf2 add folder 'view' to setup.py 2024-12-18 11:55:43 +01:00
Mathias Behrle
a01aa12cc0 Remove arguments in super() calls.
They are no more needed in Python3 and usually result in unexpected
behavior when wrongly used (like e.g. the one introduced in
764cacc091 and solved meanwhile by
refactorization).
2024-12-18 11:55:32 +01:00
Frederik Jaeckel
93a60873f6 Version 6.8.9 2024-12-11 17:09:45 +01:00
Frederik Jaeckel
7dd47e6b2a fix name of party in error message 2024-12-11 17:08:38 +01:00
Frederik Jaeckel
679d4b0b67 Version 6.8.7 2024-12-10 14:16:43 +01:00
Frederik Jaeckel
aa5f3e6814 fix code 2024-12-10 14:09:49 +01:00
Frederik Jaeckel
6f6de9ffb4 add bank account number to xml-export 2024-12-10 14:09:45 +01:00
Frederik Jaeckel
32ef5159d2 fix typo 2024-12-10 14:09:40 +01:00
Frederik Jaeckel
5d0032880c configuration: add setting for used bank nuumbers 2024-12-10 14:09:35 +01:00
Frederik Jaeckel
0165d56115 bank accont number: add field 'company_owned' 2024-12-10 14:09:31 +01:00
Frederik Jaeckel
9bff1f142b doks 2024-12-10 14:09:26 +01:00
Frederik Jaeckel
b3e6133dac check for valid address data 2024-12-10 14:09:21 +01:00
Frederik Jaeckel
bdd0c36483 facturx: check unece codes at tax 2024-12-10 14:09:15 +01:00
Frederik Jaeckel
70f079a0dc update setup.py 2024-12-10 14:09:08 +01:00
Frederik Jaeckel
bdc98f25fb export: add factur-x 1.07.2 2024-12-10 14:09:03 +01:00
Frederik Jaeckel
fc29a63969 add xsd for factur-x 2024-12-10 14:08:57 +01:00
Frederik Jaeckel
e3335655c9 allow route-id to be optional 2024-12-10 14:08:42 +01:00
Frederik Jaeckel
39da264fbe update docs 2024-12-10 14:07:49 +01:00
Frederik Jaeckel
5b72056598 export: add xrechnung 2.3 + 3.0 + tests against xsd 2024-12-10 14:07:44 +01:00
Frederik Jaeckel
82c70c68d5 add xsd UBL-2.1 2024-12-10 14:07:37 +01:00
Frederik Jaeckel
52d9b14da8 add docs 2024-12-10 14:07:27 +01:00
Frederik Jaeckel
45fae1ed1c formatting 2024-12-10 14:07:22 +01:00
Frederik Jaeckel
b1364cf7a2 file info 2024-12-10 14:07:09 +01:00
Frederik Jaeckel
1d99114b2e update gitignore 2024-12-10 14:06:54 +01:00
Frederik Jaeckel
bd04215c76 update gitignore 2024-12-10 14:06:49 +01:00
Mathias Behrle
1acd251ed9 Lookup parent taxes for unece tax codes.
Child taxes do not respect the setting of the parent 'Override
tmeplate', thus can not be configured for unece codes. It is anyway
better to allow the code definition on the parent tax.
2024-12-10 14:06:35 +01:00
Frederik Jaeckel
580f74a84b remove code from tests 2024-12-10 14:05:34 +01:00
Frederik Jaeckel
ebd925f5e8 add license, fix fileinfo 2024-12-10 14:04:06 +01:00
Frederik Jaeckel
7c2e56072a Etikett ver 6.8.2 zum Änderungssatz e242c1388074 hinzugefügt 2023-06-30 15:44:01 +02:00
Frederik Jaeckel
69b7678f02 Version 6.8.2 2023-06-30 15:43:49 +02:00
3 changed files with 21 additions and 23 deletions

View file

@ -9,37 +9,35 @@ pip install mds-edocument-xrechnung
Requires Requires
======== ========
- Tryton 7.0 - Tryton 6.8
Changes Changes
======= =======
*7.0.10 - 12.12.2024* *6.8.12 - 09.01.2025*
- handle tax childs (Jan Grasnick <jan@mittelwind.de>)
*6.8.11 - 19.12.2024*
- Lookup parent taxes for unece tax codes.
- Improve the help text of xrechnung_routeid. Correct a translation.
(Mathias Behrle <mathiasb@m9s.biz>)
*6.8.10 - 18.12.2024*
- fix missing views - fix missing views
- Remove arguments in super() calls. (Mathias Behrle) - Remove arguments in super() calls. (Mathias Behrle)
*7.0.9 - 11.12.2024* *6.8.9 - 11.12.2024*
- fix name of party in exceptions - fix name of party in exceptions
*7.0.7 - 10.12.2024* *6.8.7 - 10.12.2024*
- add iban to xml-export - add: export of factur-x 1.07.2, XRechnung 2.3 + 3.0
*7.0.6 - 09.12.2024* *6.8.2 - 30.06.2023*
- add: check for valid data to generate xml - add credit-note
- compatibility to Tryton 6.8
*7.0.5 - 05.12.2024*
- add: export Factur-X 1.07.2
*7.0.4 - 05.12.2024*
- add: export XRechnung 2.3 + 3.0
- updt: xrechnung-route-id optional
*7.0.3 - 22.12.2023*
- compatibility to Tryton 7.0

View file

@ -36,8 +36,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 = [] requires = []
for dep in info.get('depends', []): for dep in info.get('depends', []):

View file

@ -1,5 +1,5 @@
[tryton] [tryton]
version=7.0.10 version=6.8.12
depends: depends:
edocument_uncefact edocument_uncefact
party party