We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10d325 commit b8ac35aCopy full SHA for b8ac35a
maintenance_product/tests/common.py
@@ -18,6 +18,6 @@ def setUpClass(cls):
18
"categ_id": cls.product_category.id,
19
"standard_price": 10,
20
"maintenance_ok": True,
21
- "seller_ids": [(0, 0, {"name": cls.partner.id})],
+ "seller_ids": [(0, 0, {"partner_id": cls.partner.id})],
22
}
23
)
0 commit comments