Remove default currency on stock move

issue11512
This commit is contained in:
Raimon Esteve 2022-09-30 10:08:14 +02:00
parent 6b7f7a15f3
commit 93823fa996
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ Make a pre-packaged shipment of the produced products::
>>> move.to_location = customer_loc
>>> move.company = company
>>> move.unit_price = Decimal('1')
>>> move.currency = company.currency
>>> shipment_out.save()
>>> ShipmentOut.wait([shipment_out.id], config.context)
>>> shipment_out.reload()