Fix the beta lint checks of Travis

This commit is contained in:
Lionel Sausin
2015-09-16 09:35:18 +02:00
parent d1fea83c33
commit aa6478d244
4 changed files with 4 additions and 4 deletions

2
stock_available_immediately/__init__.py Executable file → Normal file
View File

@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Author Guewen Baconnier. Copyright Camptocamp SA

2
stock_available_immediately/models/__init__.py Executable file → Normal file
View File

@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Author Guewen Baconnier. Copyright Camptocamp SA

View File

@@ -1,3 +1,3 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
from . import test_stock_available_immediately

View File

@@ -20,7 +20,7 @@
from openerp.tests.common import TransactionCase
class testStockLogisticsWarehouse(TransactionCase):
class TestStockLogisticsWarehouse(TransactionCase):
def test01_stock_levels(self):
"""checking that immediately_usable_qty actually reflects \