mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Fix the beta lint checks of Travis
This commit is contained in:
2
stock_available_immediately/__init__.py
Executable file → Normal file
2
stock_available_immediately/__init__.py
Executable file → Normal 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
2
stock_available_immediately/models/__init__.py
Executable file → Normal file
@@ -1,4 +1,4 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
##############################################################################
|
||||
#
|
||||
# Author Guewen Baconnier. Copyright Camptocamp SA
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# -*- encoding: utf-8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from . import test_stock_available_immediately
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user