bill_of_lading_webkit: fix PEP8 constraints

This commit is contained in:
Marc Cassuto
2014-07-28 23:04:56 -04:00
parent b961f413d2
commit b5081908e4
3 changed files with 4 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
<openerp>
<data>
<report id="stock.bill_of_lading_out"
name="webkit.bill_of_lading_out"
auto="False"

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
##############################################################################
###############################################################################
#
# Copyright (c) 2011-2013 Camptocamp SA (http://www.camptocamp.com)
# @author Nicolas Bessi
@@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
###############################################################################
from report import report_sxw
import pooler

View File

@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
##############################################################################
###############################################################################
#
# OpenERP, Open Source Management Solution
# This module copyright (C) 2014 Savoir-faire Linux
@@ -18,7 +18,7 @@
# 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/>.
#
##############################################################################
###############################################################################
from openerp.osv import fields, orm