From 3398d0894e7fe869b736c82816e5d211cf2ac34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 11 Jan 2024 11:39:30 +0100 Subject: [PATCH] [ADD] license and copyright everywhere --- models/acc_operation.py | 5 ++--- views/acc_operation_views.xml | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/models/acc_operation.py b/models/acc_operation.py index 84eb2da..8be8694 100644 --- a/models/acc_operation.py +++ b/models/acc_operation.py @@ -1,6 +1,5 @@ -# Copyright 2023 Le Filament (<http://www.le-filament.com>) -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - +# Copyright 2021- Le Filament (https://le-filament.com) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from datetime import datetime, time from dateutil.relativedelta import relativedelta diff --git a/views/acc_operation_views.xml b/views/acc_operation_views.xml index 60db26e..364c9bc 100644 --- a/views/acc_operation_views.xml +++ b/views/acc_operation_views.xml @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="utf-8" ?> +<!-- Copyright 2021- Le Filament (https://le-filament.com) + License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). --> <odoo> <record id="acc_operation_form_view" model="ir.ui.view"> -- GitLab