Remove call to assign button which no longer exists on stock.move

This commit is contained in:
Albert Cervera i Areny 2022-05-12 09:36:55 +02:00
parent 801a08c86a
commit 2357574a1c
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ Put 500 Kg of feed into silo location::
>>> provisioning_move.company = company
>>> provisioning_move.unit_price = feed_product.template.list_price
>>> provisioning_move.save()
>>> provisioning_move.click('assign')
>>> provisioning_move.click('do')
Create individual::