edocument_xrechnung/README.rst

67 lines
1,017 B
ReStructuredText
Raw Normal View History

2022-10-17 12:35:39 +02:00
mds-edocument-xrechnung
=======================
Tryton module to XRechnung to edocument.
Install
=======
pip install mds-edocument-xrechnung
Requires
========
- Tryton 6.0
Changes
=======
2025-06-11 16:28:28 +02:00
*6.0.16 - 11.06.2025*
- fix xml-content to be more valid
2025-05-02 14:25:58 +02:00
*6.0.15 - 02.05.2025*
- update copyright
2025-01-29 09:52:40 +01:00
*6.0.14 - 29.01.2025*
- updt: optimize rounding of unit_price
2025-01-28 13:07:25 +01:00
*6.0.13 - 28.01.2025*
- fix: rounding of unit_price at invoice-line
2025-01-09 12:25:53 +01:00
*6.0.12 - 09.01.2025*
- handle tax childs (Jan Grasnick <jan@mittelwind.de>)
2024-12-19 12:04:34 +01:00
*6.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>)
2024-12-12 16:35:51 +01:00
*6.0.10 - 12.12.2024*
- fix missing views
- Remove arguments in super() calls. (Mathias Behrle)
2024-12-11 17:18:59 +01:00
*6.0.9 - 11.12.2024*
- fix name of party in exceptions
2024-12-10 15:15:07 +01:00
*6.0.7 - 10.12.2024*
- add: export of factur-x 1.07.2, XRechnung 2.3 + 3.0
2023-06-30 16:01:02 +02:00
*6.0.2 - 30.06.2023*
- add: credit-note
2022-10-20 14:57:12 +02:00
*6.0.1 - 20.10.2022*
- works
2022-10-17 12:35:39 +02:00
*6.0.0 - 17.10.2022*
- init