XRechnung Version 2.2
Find a file
Frederik Jaeckel a9bfaa2cd5 Version 6.0.12
2025-01-09 12:25:53 +01:00
docs add docs 2024-12-19 12:01:12 +01:00
locale Improve the help text of xrechnung_routeid. 2024-12-19 12:00:57 +01:00
template formatting 2025-01-09 11:50:09 +01:00
tests Merge branch 'main' into 6.0 2025-01-09 12:25:13 +01:00
view Merge branch 'main' into 6.0 2025-01-09 12:25:13 +01:00
.gitignore update gitignore 2024-12-10 14:41:08 +01:00
__init__.py configuration: add setting for used bank nuumbers 2024-12-10 14:45:32 +01:00
bank.py bank accont number: add field 'company_owned' 2024-12-10 14:45:15 +01:00
configuration.py configuration: add setting for used bank nuumbers 2024-12-10 14:45:32 +01:00
configuration.xml configuration: add setting for used bank nuumbers 2024-12-10 14:45:32 +01:00
COPYRIGHT Version 7.0.10 2024-12-12 11:56:33 +01:00
edocument.py Remove arguments in super() calls. 2024-12-12 16:29:10 +01:00
LICENSE add license, fix fileinfo 2024-12-10 14:39:37 +01:00
MANIFEST.in add license, fix fileinfo 2024-12-10 14:39:37 +01:00
message.xml check for valid address data 2024-12-10 14:44:44 +01:00
mixin.py calculation of the tax adjusted 2025-01-09 11:50:00 +01:00
party.py Improve the help text of xrechnung_routeid. 2024-12-19 12:00:57 +01:00
party.xml allow route-id to be optional 2024-12-10 14:44:11 +01:00
README.rst Version 6.0.12 2025-01-09 12:25:53 +01:00
setup.py add folder 'view' to setup.py 2024-12-12 16:29:24 +01:00
tryton.cfg Version 6.0.12 2025-01-09 12:25:53 +01:00
versiondep.txt init 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
=======

*6.0.12 - 09.01.2025*

- handle tax childs (Jan Grasnick <jan@mittelwind.de>)

*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>)

*6.0.10 - 12.12.2024*

- fix missing views
- Remove arguments in super() calls. (Mathias Behrle)

*6.0.9 - 11.12.2024*

- fix name of party in exceptions

*6.0.7 - 10.12.2024*

- add: export of factur-x 1.07.2, XRechnung 2.3 + 3.0

*6.0.2 - 30.06.2023*

- add: credit-note

*6.0.1 - 20.10.2022*

- works

*6.0.0 - 17.10.2022*

- init