From cfae3f5e92502abc961ca62b29d40e612e36ff81 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 17 May 2018 14:10:18 +0700 Subject: [PATCH] [FIX] sale_force_invoiced: Change runbot url and delete utf-8 --- sale_force_invoiced/README.rst | 2 +- sale_force_invoiced/__init__.py | 1 - sale_force_invoiced/__manifest__.py | 1 - sale_force_invoiced/model/__init__.py | 1 - sale_force_invoiced/model/sale_order.py | 1 - sale_force_invoiced/tests/__init__.py | 1 - sale_force_invoiced/tests/test_sale_force_invoiced.py | 1 - sale_force_invoiced/view/sale_view.xml | 1 - 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/sale_force_invoiced/README.rst b/sale_force_invoiced/README.rst index d149632e7cd7..4eaef27e4479 100644 --- a/sale_force_invoiced/README.rst +++ b/sale_force_invoiced/README.rst @@ -33,7 +33,7 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/167/10.0 + :target: https://runbot.odoo-community.org/runbot/167/11.0 Bug Tracker diff --git a/sale_force_invoiced/__init__.py b/sale_force_invoiced/__init__.py index 8fe4bfd106bc..9a0a1a504693 100644 --- a/sale_force_invoiced/__init__.py +++ b/sale_force_invoiced/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/__manifest__.py b/sale_force_invoiced/__manifest__.py index b1f6107f9d9d..0d74ce3f9e60 100644 --- a/sale_force_invoiced/__manifest__.py +++ b/sale_force_invoiced/__manifest__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/model/__init__.py b/sale_force_invoiced/model/__init__.py index 7e8b4dc1b401..b10f35de1afb 100644 --- a/sale_force_invoiced/model/__init__.py +++ b/sale_force_invoiced/model/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/model/sale_order.py b/sale_force_invoiced/model/sale_order.py index e28d6fdc32e7..7fa1c14bfd2e 100644 --- a/sale_force_invoiced/model/sale_order.py +++ b/sale_force_invoiced/model/sale_order.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/tests/__init__.py b/sale_force_invoiced/tests/__init__.py index dbfaf8e68281..6e4548e08808 100644 --- a/sale_force_invoiced/tests/__init__.py +++ b/sale_force_invoiced/tests/__init__.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/tests/test_sale_force_invoiced.py b/sale_force_invoiced/tests/test_sale_force_invoiced.py index 2f64551484d1..87b1254ed635 100644 --- a/sale_force_invoiced/tests/test_sale_force_invoiced.py +++ b/sale_force_invoiced/tests/test_sale_force_invoiced.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2017 Eficent Business and IT Consulting Services S.L. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/sale_force_invoiced/view/sale_view.xml b/sale_force_invoiced/view/sale_view.xml index b4fed66437a8..747a22c9a5a0 100644 --- a/sale_force_invoiced/view/sale_view.xml +++ b/sale_force_invoiced/view/sale_view.xml @@ -1,4 +1,3 @@ -