Skip to content

Commit cf0c7bc

Browse files
committed
[BOT] post-merge updates
1 parent 30d852d commit cf0c7bc

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[datev_export](datev_export/) | 17.0.1.0.0 | | Export invoices and refunds as xml and pdf files zipped in DATEV format.
25+
[datev_export_xml](datev_export_xml/) | 17.0.1.0.0 | | Export invoices and refunds as xml and pdf files zipped in DATEV format.
2526
[datev_import_csv_dtvf](datev_import_csv_dtvf/) | 17.0.1.0.1 | | Import account moves generated by external software
2627
[l10n_de_mis_reports](l10n_de_mis_reports/) | 17.0.1.1.0 | | MIS Builder templates for the German P&L and Balance Sheets (SKR03 + SKR04)
2728

datev_export_xml/README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Datev Export XML
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:03c790c7fe2760389ce8bda482dafb7c341d7f9f5cf0ab4eae9dcd8929773f07
10+
!! source digest: sha256:9ddf6cb73e6fd1564db564458243ed2f46734e664a17f423f6b226446e40b5ed
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -39,11 +39,11 @@ Online can be done currently via the free DATEV document transfer app.
3939

4040
The DATEV XML interface cannot cover use cases such as:
4141

42-
- Pure G/L account postings (G/L account to G/L account, e.g. payment
43-
postings)
44-
- Master data transfer for business partners (customers/creditors)
45-
- certain §13b UStG issues (see permissible tax codes for DATEV
46-
Unternehmen online)
42+
- Pure G/L account postings (G/L account to G/L account, e.g. payment
43+
postings)
44+
- Master data transfer for business partners (customers/creditors)
45+
- certain §13b UStG issues (see permissible tax codes for DATEV
46+
Unternehmen online)
4747

4848
**Table of contents**
4949

@@ -380,10 +380,10 @@ Authors
380380
Contributors
381381
------------
382382

383-
- Thorsten Vocks (OpenBIG.org)
384-
- Guenter Selbert (sewisoft.de)
385-
- initOS GmbH (initOS.com)
386-
- Solvti sp. z o.o. (https://solvti.pl)
383+
- Thorsten Vocks (OpenBIG.org)
384+
- Guenter Selbert (sewisoft.de)
385+
- initOS GmbH (initOS.com)
386+
- Solvti sp. z o.o. (https://solvti.pl)
387387

388388
Maintainers
389389
-----------

datev_export_xml/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Datev Export XML</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:03c790c7fe2760389ce8bda482dafb7c341d7f9f5cf0ab4eae9dcd8929773f07
370+
!! source digest: sha256:9ddf6cb73e6fd1564db564458243ed2f46734e664a17f423f6b226446e40b5ed
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-germany/tree/17.0/datev_export_xml"><img alt="OCA/l10n-germany" src="https://img.shields.io/badge/github-OCA%2Fl10n--germany-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-germany-17-0/l10n-germany-17-0-datev_export_xml"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-germany&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<div class="section" id="odoo-export-to-datev-xml">

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-l10n-germany"
3-
version = "17.0.20250507.0"
3+
version = "17.0.20250520.0"
44
dependencies = [
55
"odoo-addon-datev_export>=17.0dev,<17.1dev",
6+
"odoo-addon-datev_export_xml>=17.0dev,<17.1dev",
67
"odoo-addon-datev_import_csv_dtvf>=17.0dev,<17.1dev",
78
"odoo-addon-l10n_de_mis_reports>=17.0dev,<17.1dev",
89
]

0 commit comments

Comments
 (0)