Skip to content

Commit

Permalink
[17.0][MIG] sale_stock_secondary_unit: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rov-adhoc committed Jan 20, 2025
1 parent a392150 commit 1482d06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ def setUpClass(cls):
},
)
],
"pricelist_id": cls.env.ref("product.list0").id,
}
)
so.onchange_partner_id()
so._onchange_partner_id_warning()
cls.order = cls.env["sale.order"].create(so._convert_to_write(so._cache))

def test_stock_move_line_secondary_unit(self):
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt

This file was deleted.

0 comments on commit 1482d06

Please sign in to comment.