From f91be6d0870fd18567f0735f3325a58237b58011 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Nov 2013 14:37:40 +0100 Subject: [PATCH] [TYPO] --- sale_exception_nostock/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sale_exception_nostock/__openerp__.py b/sale_exception_nostock/__openerp__.py index 7201129d3d6..37dce7d3574 100644 --- a/sale_exception_nostock/__openerp__.py +++ b/sale_exception_nostock/__openerp__.py @@ -31,7 +31,7 @@ This addon adds two new sales exceptions to be used by sale_exception addon. The first one will ensure that an order line can be delivered on the delivery -date if it is in MTS. Validation is done by using the order line location via +$date if it is in MTS. Validation is done by using the order line location via related shop and using the line delay. The second one will create a sales exception if the current SO will break a @@ -44,7 +44,7 @@ The second test is a workaround to compensate the lack of stock reservation process in OpenERP. This can be a performance killer -and should not be be used if you have hundreds of simultanous open SO. +and should not be be used if you have hundreds of simultaneous open SO. """, 'website': 'http://www.camptocamp.com', 'data': ["data/data.xml"],