From f7ee1f90a0e2eb9f4391511e6cf6bdb07d21afeb Mon Sep 17 00:00:00 2001 From: Invitu Date: Thu, 25 Oct 2018 21:30:33 -1000 Subject: [PATCH] [MIG] pos_margin:Migration to 11.0 --- pos_margin/__init__.py | 1 - pos_margin/__manifest__.py | 3 +-- pos_margin/models/__init__.py | 1 - pos_margin/models/pos_order.py | 1 - pos_margin/models/pos_order_line.py | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pos_margin/__init__.py b/pos_margin/__init__.py index 402ac47e..0650744f 100644 --- a/pos_margin/__init__.py +++ b/pos_margin/__init__.py @@ -1,2 +1 @@ -# -#- coding: utf-8 -#- from . import models diff --git a/pos_margin/__manifest__.py b/pos_margin/__manifest__.py index 7569aaa5..0ad87fba 100644 --- a/pos_margin/__manifest__.py +++ b/pos_margin/__manifest__.py @@ -1,11 +1,10 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'POS Margin', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'category': 'Point Of Sale', 'sequence': 1, 'author': "GRAP," diff --git a/pos_margin/models/__init__.py b/pos_margin/models/__init__.py index 83e74821..64f952d5 100644 --- a/pos_margin/models/__init__.py +++ b/pos_margin/models/__init__.py @@ -1,3 +1,2 @@ -# -*- coding: utf-8 -*- from . import pos_order from . import pos_order_line diff --git a/pos_margin/models/pos_order.py b/pos_margin/models/pos_order.py index 824da0b2..63f570cc 100644 --- a/pos_margin/models/pos_order.py +++ b/pos_margin/models/pos_order.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). diff --git a/pos_margin/models/pos_order_line.py b/pos_margin/models/pos_order_line.py index ac18dece..8510d6f3 100644 --- a/pos_margin/models/pos_order_line.py +++ b/pos_margin/models/pos_order_line.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright (C) 2017 - Today: GRAP (http://www.grap.coop) # @author: Sylvain LE GAL (https://twitter.com/legalsylvain) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).