Comment 0 for bug 1258973

Revision history for this message
Vo Minh Thu (thu) wrote : The delivery module does not depend explicitely on sale_stock

In trunk, the `delivery` module's `__openerp__.py` file depends on `sale` and `stock`. The automatic module `sale_stock` is not listed explicitely but I think it should: installing `delivery` without it makes its tests fail.