From 7d6ab8bf69e5ce598f7917e819da1db71326e25e Mon Sep 17 00:00:00 2001 From: Carolina Fernandez Date: Tue, 28 Nov 2023 09:13:27 -0300 Subject: [PATCH] [MIG] datev_export: Migration to 13.0 --- datev_export/__manifest__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/datev_export/__manifest__.py b/datev_export/__manifest__.py index 45d05727..467b7367 100644 --- a/datev_export/__manifest__.py +++ b/datev_export/__manifest__.py @@ -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, }