Compare commits

..

7 commits

Author SHA1 Message Date
Frederik Jaeckel
8bdd1c19c1 Version 7.0.14 2025-01-29 09:39:22 +01:00
Frederik Jaeckel
578a3b11ca Merge branch 'main' into 7.0 2025-01-29 09:38:24 +01:00
Frederik Jaeckel
b81eeb3085 Version 7.0.13 2025-01-28 12:52:42 +01:00
Frederik Jaeckel
b8c925443d Merge branch 'main' into 7.0 2025-01-28 12:51:31 +01:00
Frederik Jaeckel
d8592dccfe Version 7.0.12 2025-01-09 11:54:41 +01:00
Frederik Jaeckel
de61cf143b Merge branch 'main' into 7.0 2025-01-09 11:52:22 +01:00
Frederik Jaeckel
b26b62801a Version 7.0.11 2024-12-19 11:49:51 +01:00
4 changed files with 25 additions and 5 deletions

View file

@ -1,5 +1,7 @@
Copyright (C) 2021-2025 martin-data services.
Copyright (C) 2024-2025 Mathias Behrle
Copyright (C) 2015-2023 Cédric Krier.
Copyright (C) 2015-2023 B2CK SPRL.
Copyright (C) 2021-2024 martin-data services.
Copyright (C) 2024 Mathias Behrle
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

View file

@ -14,6 +14,24 @@ Requires
Changes
=======
*7.0.14 - 29.01.2025*
- updt: optimize rounding of unit_price
*7.0.13 - 28.01.2025*
- fix: rounding of unit_price at invoice-line
*7.0.12 - 09.01.2025*
- handle tax childs (Jan Grasnick <jan@mittelwind.de>)
*7.0.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>)
*7.0.10 - 12.12.2024*
- fix missing views

View file

@ -13,9 +13,11 @@ here = path.abspath(path.dirname(__file__))
MODULE = 'edocument_xrechnung'
PREFIX = 'mds'
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
# tryton.cfg einlesen
config = ConfigParser()
config.readfp(open('tryton.cfg'))
info = dict(config.items('tryton'))
@ -85,8 +87,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 xrechnung edcoument',

View file

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