Skip to content

Commit

Permalink
[PORT] remove utf-8
Browse files Browse the repository at this point in the history
it's not needed in python 3
  • Loading branch information
Ivan Yelizariev committed Apr 30, 2018
1 parent 59f12d7 commit aeec499
Show file tree
Hide file tree
Showing 243 changed files with 0 additions and 243 deletions.
1 change: 0 additions & 1 deletion attachment_large_object/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# flake8:noqa

from . import ir_attachment
Expand Down
1 change: 0 additions & 1 deletion attachment_large_object/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# attachment_large_object module for OpenERP,
Expand Down
1 change: 0 additions & 1 deletion attachment_large_object/ir_attachment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import logging
import base64
from odoo import models, api
Expand Down
1 change: 0 additions & 1 deletion attachment_large_object/tests/test_attachment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import base64

from openerp.tests.common import TransactionCase
Expand Down
1 change: 0 additions & 1 deletion auth_signup_confirmation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from . import controllers
from openerp import api, SUPERUSER_ID
Expand Down
1 change: 0 additions & 1 deletion auth_signup_confirmation/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Email confirmation on sign up',
'summary': """New user is able to login only after confirming his/her email""",
Expand Down
1 change: 0 additions & 1 deletion auth_signup_confirmation/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import auth_signup_confirmation
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import werkzeug
from openerp.addons.auth_signup.controllers.main import AuthSignupHome
from openerp import http
Expand Down
1 change: 0 additions & 1 deletion auth_signup_confirmation_crm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import controllers
1 change: 0 additions & 1 deletion auth_signup_confirmation_crm/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Email confirmation on sign up (CRM extension)',
'summary': 'Automatically creates a lead for every new user',
Expand Down
1 change: 0 additions & 1 deletion auth_signup_confirmation_crm/controllers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import auth_signup_crm
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp.addons.auth_signup_confirmation.controllers.auth_signup_confirmation import AuthConfirm
from openerp import http
from openerp.http import request
Expand Down
1 change: 0 additions & 1 deletion autostaging_base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion autostaging_base/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Autostaging (technical core)",
'author': "IT-Projects LLC, Ildar Nasyrov",
Expand Down
1 change: 0 additions & 1 deletion autostaging_base/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from openerp import models, fields, api
import datetime
Expand Down
1 change: 0 additions & 1 deletion autostaging_project_task/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion autostaging_project_task/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Autostaging project task",
'summary': "Change stages of tasks automatically after a specified time",
Expand Down
1 change: 0 additions & 1 deletion autostaging_project_task/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from openerp import models, fields

Expand Down
1 change: 0 additions & 1 deletion barcode_widget/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# -*- coding: utf-8 -*-
1 change: 0 additions & 1 deletion barcode_widget/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Barcode Widget',
'version': '1.0.1',
Expand Down
1 change: 0 additions & 1 deletion base_details/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import models
1 change: 0 additions & 1 deletion base_details/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Base Details""",
"summary": """Allows to add reference in any models""",
Expand Down
1 change: 0 additions & 1 deletion base_details/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import base_details
1 change: 0 additions & 1 deletion base_details/models/base_details.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from odoo import fields, models, api


Expand Down
1 change: 0 additions & 1 deletion base_import_map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion base_import_map/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": "Import Settings",
"version": "1.0.0",
Expand Down
1 change: 0 additions & 1 deletion base_import_map/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import base_import_map_models
1 change: 0 additions & 1 deletion base_import_map/models/base_import_map_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models
from odoo.tools.safe_eval import safe_eval

Expand Down
1 change: 0 additions & 1 deletion base_session_store_psql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
def post_load():
from . import http
1 change: 0 additions & 1 deletion base_session_store_psql/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Store sessions in postgresql""",
"summary": """Fixes "Session Expired" issue in destributed deployment""",
Expand Down
1 change: 0 additions & 1 deletion base_session_store_psql/http.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import logging

import odoo
Expand Down
1 change: 0 additions & 1 deletion base_session_store_psql/sessionstore.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Odoo, an open source suite of business apps
Expand Down
1 change: 0 additions & 1 deletion booking_calendar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion booking_calendar/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Resource booking calendar backend",
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion booking_calendar/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import copy
from datetime import datetime, timedelta, time
import pytz
Expand Down
1 change: 0 additions & 1 deletion booking_calendar_analytic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion booking_calendar_analytic/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Booking Calendar Analytic",
'author': "IT-Projects LLC, Ildar Nasyrov",
Expand Down
1 change: 0 additions & 1 deletion booking_calendar_analytic/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import fields
from openerp import models

Expand Down
1 change: 0 additions & 1 deletion crm_expected_revenue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion crm_expected_revenue/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Multiply expected revenue by probability",
'version': '9.0.1.0.0',
Expand Down
1 change: 0 additions & 1 deletion crm_expected_revenue/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import api
from openerp import fields
from openerp import models
Expand Down
1 change: 0 additions & 1 deletion crm_next_action/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion crm_next_action/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Log / Notify Next Action changes',
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion crm_next_action/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import models, fields


Expand Down
1 change: 0 additions & 1 deletion currency_rate_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
#
# Copyright (c) 2008 Camtocamp SA
Expand Down
1 change: 0 additions & 1 deletion currency_rate_update/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
#
# Copyright (c) 2008 Camtocamp SA
Expand Down
1 change: 0 additions & 1 deletion currency_rate_update/company.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
#
# Copyright (c) 2009 CamptoCamp. All rights reserved.
Expand Down
1 change: 0 additions & 1 deletion currency_rate_update/currency_rate_update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
#
# Copyright (c) 2009 Camptocamp SA
Expand Down
1 change: 0 additions & 1 deletion custom_menu_bar/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Custom menu bar (orange)',
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion customer_marketing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import models
1 change: 0 additions & 1 deletion customer_marketing/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Customer Marketing""",
"summary": """Allows to store detailed information about customers""",
Expand Down
1 change: 0 additions & 1 deletion customer_marketing/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import res_partner
1 change: 0 additions & 1 deletion customer_marketing/models/res_partner.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from odoo import fields, models


Expand Down
1 change: 0 additions & 1 deletion delivery_sequence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion delivery_sequence/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Delivery Sequence",
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion delivery_sequence/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import fields
from openerp import models

Expand Down
1 change: 0 additions & 1 deletion delivery_special/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion delivery_special/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Special delivery',
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion delivery_special/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import models, fields
from openerp.tools.translate import _
from openerp.tools import safe_eval
Expand Down
1 change: 0 additions & 1 deletion fleet_odometer_oil/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion fleet_odometer_oil/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Oil odometer field on Vehicle form",

Expand Down
1 change: 0 additions & 1 deletion fleet_odometer_oil/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from openerp import fields
from openerp import models
Expand Down
1 change: 0 additions & 1 deletion fleet_odometer_track_changes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import fleet
1 change: 0 additions & 1 deletion fleet_odometer_track_changes/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Fleet with odometer track changes',
'version': '0.1',
Expand Down
1 change: 0 additions & 1 deletion fleet_odometer_track_changes/fleet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import fields, models


Expand Down
1 change: 0 additions & 1 deletion gamification_extra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import gamification_extra_models
1 change: 0 additions & 1 deletion gamification_extra/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Gamification extra',
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion gamification_extra/gamification_extra_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import fields as old_fields
from openerp import api, models, fields
from openerp.addons.gamification.models.challenge import start_end_date_for_period
Expand Down
1 change: 0 additions & 1 deletion hr_public_holidays_ics_import/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import wizard
1 change: 0 additions & 1 deletion hr_public_holidays_ics_import/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Import Holiday ICS""",
"summary": """
Expand Down
1 change: 0 additions & 1 deletion hr_public_holidays_ics_import/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import import_ics
1 change: 0 additions & 1 deletion hr_public_holidays_ics_import/wizard/import_ics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import re
from datetime import timedelta
import base64
Expand Down
1 change: 0 additions & 1 deletion hr_rule_input_compute/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import models
1 change: 0 additions & 1 deletion hr_rule_input_compute/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Compute Salary Inputs""",
"summary": """Allows to compute amounts of inputs in salary rules""",
Expand Down
1 change: 0 additions & 1 deletion hr_rule_input_compute/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import hr_payroll
1 change: 0 additions & 1 deletion hr_rule_input_compute/models/hr_payroll.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from odoo import fields, models, api
from odoo.tools.safe_eval import safe_eval
import operator
Expand Down
1 change: 0 additions & 1 deletion import_csv_fix_field_limit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion import_csv_fix_field_limit/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "FIX field limit in importing csv",
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion import_csv_fix_field_limit/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import sys
from openerp.tools import convert
convert.csv.field_size_limit(sys.maxsize)
1 change: 0 additions & 1 deletion invoice_sale_order_line_group/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import wizard
1 change: 0 additions & 1 deletion invoice_sale_order_line_group/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Invoice multiorder lines""",
"summary": """Choose different sale order lines from list and create one invoice per partner from them""",
Expand Down
1 change: 0 additions & 1 deletion invoice_sale_order_line_group/wizard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import create_grouped_invoice
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp.osv import osv
from openerp.tools.translate import _
from openerp import models, fields, api
Expand Down
1 change: 0 additions & 1 deletion ir_actions_todo_repeat/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """Ir Action Todo Repeat""",
"summary": """Adds the ability to create repeating wizards.""",
Expand Down
1 change: 0 additions & 1 deletion ir_attachment_force_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# -*- coding: utf-8 -*-
from . import models
1 change: 0 additions & 1 deletion ir_attachment_force_storage/__openerp__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': "Force move attachments to DB storage",
'version': '1.0.0',
Expand Down
1 change: 0 additions & 1 deletion ir_attachment_force_storage/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from openerp import api
from openerp import models
from openerp.exceptions import AccessError
Expand Down
1 change: 0 additions & 1 deletion ir_attachment_s3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-

from . import models
1 change: 0 additions & 1 deletion ir_attachment_s3/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
{
"name": """S3 Attachment Storage""",
"summary": """Upload attachments on Amazon S3""",
Expand Down
1 change: 0 additions & 1 deletion ir_attachment_s3/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import ir_attachment
from . import res_config_settings
1 change: 0 additions & 1 deletion ir_attachment_s3/models/ir_attachment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import base64
import os
import hashlib
Expand Down
Loading

0 comments on commit aeec499

Please sign in to comment.