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"],