Skip to content

Commit

Permalink
[MOD] Replace http by https in license lines
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelorgey committed Jan 29, 2020
1 parent 0099e65 commit 79f8d7b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion partner_default_sale_discount/__init__.py
@@ -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
2 changes: 1 addition & 1 deletion partner_default_sale_discount/__manifest__.py
@@ -1,5 +1,5 @@
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# 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": "Default sales discount per partner",
Expand Down
2 changes: 1 addition & 1 deletion partner_default_sale_discount/models/__init__.py
@@ -1,4 +1,4 @@
# 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 res_partner
from . import sale_order
2 changes: 1 addition & 1 deletion partner_default_sale_discount/models/res_partner.py
@@ -1,5 +1,5 @@
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# 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 partner_default_sale_discount/models/sale_order.py
@@ -1,5 +1,5 @@
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# 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 api, fields, models
from lxml import etree
Expand Down
2 changes: 1 addition & 1 deletion partner_default_sale_discount/tests/__init__.py
@@ -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_partner_default_sale_discount
@@ -1,5 +1,5 @@
# Copyright 2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
# 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 import common
from lxml import etree
Expand Down

0 comments on commit 79f8d7b

Please sign in to comment.