We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfd420 commit 60c01afCopy full SHA for 60c01af
purchase_allowed_product/models/product_supplierinfo.py
@@ -7,4 +7,5 @@
7
class ProductSupplierinfo(models.Model):
8
_inherit = "product.supplierinfo"
9
10
- name = fields.Many2one("res.partner", index=True)
+ # Index partner_id
11
+ partner_id = fields.Many2one(index=True)
0 commit comments