diff --git a/mrp_mto_with_stock_purchase/__init__.py b/mrp_mto_with_stock_purchase/__init__.py index 9cf531149..79e06e260 100644 --- a/mrp_mto_with_stock_purchase/__init__.py +++ b/mrp_mto_with_stock_purchase/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/mrp_mto_with_stock_purchase/__manifest__.py b/mrp_mto_with_stock_purchase/__manifest__.py index a598c18b0..f7a6ae17a 100644 --- a/mrp_mto_with_stock_purchase/__manifest__.py +++ b/mrp_mto_with_stock_purchase/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). @@ -9,7 +8,7 @@ "author": "Akretion, Odoo Community Association (OCA)", "website": "https://odoo-community.org/", "category": "Manufacturing", - "version": "10.0.1.0.0", + "version": "11.0.1.0.0", "license": "AGPL-3", "application": False, "installable": True, diff --git a/mrp_mto_with_stock_purchase/models/__init__.py b/mrp_mto_with_stock_purchase/models/__init__.py index 387c06773..9f9b4b4ec 100644 --- a/mrp_mto_with_stock_purchase/models/__init__.py +++ b/mrp_mto_with_stock_purchase/models/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/mrp_mto_with_stock_purchase/models/mrp_production.py b/mrp_mto_with_stock_purchase/models/mrp_production.py index 6c0e8274c..092a9567e 100644 --- a/mrp_mto_with_stock_purchase/models/mrp_production.py +++ b/mrp_mto_with_stock_purchase/models/mrp_production.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2018 Akretion # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).