Skip to content

Commit

Permalink
IMP code style
Browse files Browse the repository at this point in the history
  • Loading branch information
angelmoya committed Apr 12, 2017
1 parent 7fe3873 commit 958453a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
1 change: 1 addition & 0 deletions base_delivery_carrier_label/__init__.py
@@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from . import models
from . import wizard
1 change: 1 addition & 0 deletions base_delivery_carrier_label/models/__init__.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from . import delivery_carrier
from . import delivery_carrier_template_option
from . import delivery_carrier_option
Expand Down
1 change: 1 addition & 0 deletions base_delivery_carrier_label/wizard/__init__.py
@@ -1 +1,2 @@
# -*- coding: utf-8 -*-
from . import manifest_wizard
24 changes: 4 additions & 20 deletions base_delivery_carrier_label/wizard/manifest_wizard.py
@@ -1,23 +1,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2015 FactorLibre (http://www.factorlibre.com)
# Ismael Calvo <ismael.calvo@factorlibre.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# -*- coding: utf-8 -*-
# © 2015 FactorLibre (http://www.factorlibre.com)
# Ismael Calvo <ismael.calvo@factorlibre.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp import models, fields, api, exceptions, _


Expand Down
7 changes: 2 additions & 5 deletions base_delivery_carrier_label/wizard/manifest_wizard_view.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>

<odoo>
<record id="manifest_wizard_form" model="ir.ui.view">
<field name="name">manifest.wizard.form</field>
<field name="model">manifest.wizard</field>
Expand Down Expand Up @@ -46,5 +44,4 @@
action="manifest_wizard_action" string="Manifest"
parent="stock.menu_stock_warehouse_mgmt"/>

</data>
</openerp>
</odoo>

0 comments on commit 958453a

Please sign in to comment.