[IMP] Improve yml

bzr revid: sbh@tinyerp.com-20101008113947-b91cg9mnubkdh1n2
This commit is contained in:
sbh (Open ERP) 2010-10-08 17:09:47 +05:30
parent 2605be1413
commit f0175be924
3 changed files with 3 additions and 4 deletions

View File

@ -83,7 +83,6 @@ product (i.e. the destination location of that procurement order).
'installable': True,
'test':[''
'test/stock_location.yml',
'test/stock_location_pull_flow.yml',
'test/stock_location_push_flow.yml',
],

View File

@ -1,5 +1,5 @@
-
In order to test the product pulled flow , I create ,partner,product,procument
In order to test the product pulled flow , I create ,partner,product,procurement
-
I create a account type Asset.
-

View File

@ -42,7 +42,7 @@
procure_method: make_to_stock
seller_ids:
- delay: 1
name: res_partner_diasorinltd0
name: res_partner_microlinktechnologies0
min_qty: 5.0
path_ids:
- auto: auto
@ -103,7 +103,7 @@
for move in pick.move_lines:
assert(move.state == 'waiting'), _('Stock is not in waiting state')
-
I receive the order of the supplier DiaSorin from the Incoming Shipments menu.
I receive the order of the supplier Micro Link Technologies from the Incoming Shipments menu.
-
!python {model: stock.picking }: |
import time