[FIX] delivery: tests raise for wrong depends (sale, stock). Tests use picking_ids but sale_stock does not already install. Change sale and stock depends to sale_stock (who depends of sale and stock)

bzr revid: chm@openerp.com-20131209101738-ng9q329w9gchvtib
This commit is contained in:
Christophe Matthieu 2013-12-09 11:17:38 +01:00
parent 229696111b
commit 26220814b2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ You can define your own carrier and delivery grids for prices. When creating
invoices from picking, OpenERP is able to add and compute the shipping line. invoices from picking, OpenERP is able to add and compute the shipping line.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'depends': ['sale', 'stock'], 'depends': ['sale_stock'],
'data': [ 'data': [
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'delivery_report.xml', 'delivery_report.xml',