Browse Source

pos_default_payment_method: remove utf-8 shebangs

pull/316/head
Przemek Kaminski 6 years ago
parent
commit
0e0f45bb39
  1. 1
      pos_default_payment_method/__manifest__.py
  2. 1
      pos_default_payment_method/models/pos_config.py
  3. 1
      pos_default_payment_method/tests/test_constrain.py
  4. 1
      pos_session_pay_invoice/__init__.py
  5. 1
      pos_session_pay_invoice/__manifest__.py
  6. 1
      pos_session_pay_invoice/tests/__init__.py
  7. 1
      pos_session_pay_invoice/tests/test_pay_invoice.py
  8. 1
      pos_session_pay_invoice/wizard/__init__.py
  9. 1
      pos_session_pay_invoice/wizard/cash_invoice_in.py
  10. 1
      pos_session_pay_invoice/wizard/cash_invoice_out.py

1
pos_default_payment_method/__manifest__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017-TODAY Camptocamp SA (<http://www.camptocamp.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{

1
pos_default_payment_method/models/pos_config.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017-TODAY Camptocamp SA (<http://www.camptocamp.com>).
# @author: Simone Orsi (https://twitter.com/simahawk)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

1
pos_default_payment_method/tests/test_constrain.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017-TODAY Camptocamp SA (<http://www.camptocamp.com>).
# @author: Simone Orsi (https://twitter.com/simahawk)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

1
pos_session_pay_invoice/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import wizard

1
pos_session_pay_invoice/__manifest__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Creu Blanca
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

1
pos_session_pay_invoice/tests/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import test_pay_invoice

1
pos_session_pay_invoice/tests/test_pay_invoice.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Creu Blanca <https://creublanca.es/>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

1
pos_session_pay_invoice/wizard/__init__.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from . import cash_invoice_in

1
pos_session_pay_invoice/wizard/cash_invoice_in.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Creu Blanca
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

1
pos_session_pay_invoice/wizard/cash_invoice_out.py

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Creu Blanca
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).

Loading…
Cancel
Save