Activity log for bug #1258973

Date Who What changed Old value New value Message
2013-12-08 21:46:49 Vo Minh Thu bug added bug
2013-12-08 23:20:49 Vo Minh Thu summary The delivery module does not depend explicitely on sale_stock The delivery and project_mrp modules do not depend explicitely on sale_stock
2013-12-08 23:23:03 Vo Minh Thu description 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. In trunk, the `delivery` and `project_mrp` modules `__openerp__.py` files depend on `sale` and (indirectly for `project_mrp`) on `stock`. The automatic module `sale_stock` is not listed explicitely but I think it should: installing `delivery` or `project_mrp` without it makes their tests fail.
2013-12-09 07:26:12 Twinkle Christian(OpenERP) openobject-addons: importance Undecided Low
2013-12-09 07:26:12 Twinkle Christian(OpenERP) openobject-addons: status New Confirmed
2013-12-09 07:26:12 Twinkle Christian(OpenERP) openobject-addons: assignee OpenERP R&D Addons Team 2 (openerp-dev-addons2)
2013-12-09 12:53:21 Vo Minh Thu description In trunk, the `delivery` and `project_mrp` modules `__openerp__.py` files depend on `sale` and (indirectly for `project_mrp`) on `stock`. The automatic module `sale_stock` is not listed explicitely but I think it should: installing `delivery` or `project_mrp` without it makes their tests fail. In trunk, the `delivery` and `project_mrp` modules `__openerp__.py` files depend on `sale` and (indirectly for `project_mrp`) on `stock`. The automatic module `sale_stock` is not listed explicitely but I think it should: installing `delivery` or `project_mrp` without it makes their tests fail. Same for `stock_invoice_directly`.
2013-12-10 09:09:10 Launchpad Janitor branch linked lp:~openerp-dev/openobject-addons/trunk-bug-1258973-avo
2014-01-06 05:50:18 Twinkle Christian(OpenERP) tags mrp project