Reindex Related Products code records.run_indexer_manual() Product Attribute Indexer code model.run_indexer(True) 1 days -1 Query Watchdog: product_attribute_product_template_rel code dbname = env.cr.dbname query = f'select pg_cancel_backend(pid) from pg_stat_activity where state=\'active\' and datname = \'{dbname}\' and pid != pg_backend_pid() and query like \'%product_attribute_product_template_rel%\';' env.cr.execute(query) 1 minutes -1