Skip to content

Commit

Permalink
[FIX] sale_force_invoiced: Change runbot url and delete utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed May 17, 2018
1 parent 3175128 commit cfae3f5
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion sale_force_invoiced/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/__init__.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/model/__init__.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/model/sale_order.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/tests/test_sale_force_invoiced.py
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
1 change: 0 additions & 1 deletion sale_force_invoiced/view/sale_view.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="view_order_form" model="ir.ui.view">
Expand Down

0 comments on commit cfae3f5

Please sign in to comment.