diff --git a/l10n_pt_stock_invoicexpress/tests/test_invoicexpress.py b/l10n_pt_stock_invoicexpress/tests/test_invoicexpress.py index be075bcf..af8dec02 100644 --- a/l10n_pt_stock_invoicexpress/tests/test_invoicexpress.py +++ b/l10n_pt_stock_invoicexpress/tests/test_invoicexpress.py @@ -59,7 +59,7 @@ def test_102_create_invoicexpress_picking(self, mock_request): self.delivery_order.action_assign() self.delivery_order.move_line_ids.filtered( lambda ml: ml.product_id == self.productA - ).qty_done = 2.0 + ).quantity = 2.0 self.assertEqual( self.delivery_order.state, "assigned", "Delivery Order assigned" )