Skip to content

Commit

Permalink
[MIG] datev_export: Migration to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandez-tecnativa committed Nov 28, 2023
1 parent ef9717c commit 7d6ab8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions datev_export/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Copyright (C) 2023 initOS GmbH
# Copyright 2023 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Datev Export",
"version": "14.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Accounting",
"license": "AGPL-3",
"author": "Guenter Selbert, Thorsten Vocks, Maciej Wichowski, Daniela Scarpa, "
"Maria Sparenberg, initOS GmbH, Odoo Community Association (OCA)",
"summary": "Export invoices and refunds as xml and pdf files zipped in DATEV format.",
"website": "https://github.com/OCA/l10n-germany",
"depends": ["account", "l10n_de",],
"data": ["views/res_config_settings_views.xml",],
"depends": ["account", "l10n_de"],
"data": ["views/res_config_settings_views.xml"],
"installable": True,
}

0 comments on commit 7d6ab8b

Please sign in to comment.