Skip to content

Commit b8ac35a

Browse files
committed
[FIX] maintenance_product: tests changed name in seller_ids to partner_id
1 parent c10d325 commit b8ac35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance_product/tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ def setUpClass(cls):
1818
"categ_id": cls.product_category.id,
1919
"standard_price": 10,
2020
"maintenance_ok": True,
21-
"seller_ids": [(0, 0, {"name": cls.partner.id})],
21+
"seller_ids": [(0, 0, {"partner_id": cls.partner.id})],
2222
}
2323
)

0 commit comments

Comments
 (0)