Skip to content

Commit

Permalink
[FIX] maintenance_product: tests changed name in seller_ids to partne…
Browse files Browse the repository at this point in the history
…r_id
  • Loading branch information
kaynnan committed Jun 30, 2023
1 parent f0474e7 commit 3580e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_product/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def setUpClass(cls):
"categ_id": cls.product_category.id,
"standard_price": 10,
"maintenance_ok": True,
"seller_ids": [(0, 0, {"name": cls.partner.id})],
"seller_ids": [(0, 0, {"partner_id": cls.partner.id})],
}
)

0 comments on commit 3580e18

Please sign in to comment.