I'm repeatedly getting this warning in my logs:
2025-03-20 00:17:18,050 529691 WARNING newhittington-odoo-production-547322 py.warnings: /home/odoo/src/odoo/odoo/fields.py:814: UserWarning: Field 'product.template.product_variant_id' in dependency of product.template.x_studio_is_published_rel should be searchable. This is necessary to determine which records to recompute when product.product.is_published is modified. You should either make the field searchable, or simplify the field dependency.
Was wondering if anyone knew the easiest way to remedy it?