Fix production tests introduced in previous commit

This commit is contained in:
Sergi Almacellas Abellana 2014-07-29 10:21:05 +02:00
parent d595f57dfa
commit 8cb0c7ad9f

View file

@ -34,7 +34,7 @@ Index: trytond/trytond/modules/production/tests/scenario_production.rst
+
+Make a production with a bom of zero quantity::
+
+ >>> zero_bom, = BOM.duplicate([bom])
+ >>> zero_bom, = BOM.copy([bom.id], config.context)
+ >>> for input_ in bom.inputs:
+ ... input_.quantity = 0.0
+ >>> bom_output, = bom.outputs