Skip to content

Commit

Permalink
[MIG] website_sale_order_type: Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-p-marques committed Oct 26, 2020
1 parent ebf5f1c commit 721de79
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion website_sale_order_type/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import models
4 changes: 2 additions & 2 deletions website_sale_order_type/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Simone Rubino - Agile Business Group
# Copyright 2020 Tecnativa - João Marques
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Website sale order type",
"summary": "This module allows sale_order_type to work with website_sale.",
"version": "10.0.1.0.0",
"version": "11.0.1.0.0",
"development_status": "Beta",
"category": "Website",
"website": "https://github.com/OCA/e-commerce/tree/"
Expand Down
1 change: 0 additions & 1 deletion website_sale_order_type/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import sale_order
1 change: 0 additions & 1 deletion website_sale_order_type/models/sale_order.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2018 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

Expand Down
4 changes: 4 additions & 0 deletions website_sale_order_type/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
* Simone Rubino <simone.rubino@agilebg.com>

* `Tecnativa <https://www.tecnativa.com>`_:

* João Marques
1 change: 0 additions & 1 deletion website_sale_order_type/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import test_website_sale_order_type

0 comments on commit 721de79

Please sign in to comment.