[FIX] yaml syntax error
authorAlexandre Fayolle <alexandre.fayolle@camptocamp.com>
Wed, 22 May 2013 06:25:30 +0000 (08:25 +0200)
committerAlexandre Fayolle <alexandre.fayolle@camptocamp.com>
Wed, 22 May 2013 06:25:30 +0000 (08:25 +0200)
bzr revid: alexandre.fayolle@camptocamp.com-20130522062530-jqya3wbwka91ydor

addons/stock/test/multicompany.yml

index 66e88d9..e791864 100644 (file)
@@ -7,7 +7,7 @@
 -
   check no error on getting default stock.move values for internal move
 -
-  !python {model: stock.move}:
+  !python {model: stock.move}: |
     context['picking_type'] = 'internal'
     defaults = self.default_get(cr, uid, ['location_id', 'location_dest_id', 'type'], context)
     assert defaults == {'location_id': False, 'location_dest_id': False, 'type': 'internal'}