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:
committed by
Florian da Costa
parent
e2fb3e7c8c
commit
b51d103723
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
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
{
|
||||
"name": "Ignore planned receptions in quantity available to promise",
|
||||
"version": "2.0",
|
||||
"version": "8.0.2.0.0",
|
||||
"depends": ["stock_available"],
|
||||
"author": "Camptocamp",
|
||||
"license": "AGPL-3",
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# -*- 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