Skip to content

Commit

Permalink
[FIX] Clean up license links
Browse files Browse the repository at this point in the history
  • Loading branch information
skeller1 authored and EmilioPascual committed Aug 3, 2023
1 parent 19f566f commit 02a6dd8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crm_lead_vat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
3 changes: 2 additions & 1 deletion crm_lead_vat/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2015 Antiun Ingeniería, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "VAT in leads",
"summary": "Add VAT field to leads",
Expand Down
2 changes: 1 addition & 1 deletion crm_lead_vat/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import crm_lead
2 changes: 1 addition & 1 deletion crm_lead_vat/models/crm_lead.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2015 Antiun Ingeniería, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from odoo import fields, models

Expand Down
2 changes: 1 addition & 1 deletion crm_lead_vat/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import test_lead
2 changes: 1 addition & 1 deletion crm_lead_vat/tests/test_lead.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2015 Antiun Ingeniería, S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from odoo.tests.common import TransactionCase

Expand Down

0 comments on commit 02a6dd8

Please sign in to comment.