From f0b8c2117a0ab790a91a7edfb647a7eddd5a3674 Mon Sep 17 00:00:00 2001 From: Martin Maes Date: Thu, 30 Nov 2023 11:42:45 +0100 Subject: [PATCH] [IMP] product: product description mixin This pr adds a mixin regarding the product description. It uses a One2Many relation which implies creating this script for it to be used in the classes implementing the mixin. odoo: odoo/odoo#129118 enterprise: odoo/enterprise#44384 task-2732022 --- src/util/indirect_references.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/indirect_references.py b/src/util/indirect_references.py index 5844b14c9..65fc645cf 100644 --- a/src/util/indirect_references.py +++ b/src/util/indirect_references.py @@ -85,6 +85,7 @@ def indirect_references(cr, bound_only=False): IR("studio_approval_entry", "model", "res_id"), IR("timer_timer", "res_model", "res_id"), IR("worksheet_template", "res_model", None), + IR("product_attribute_custom_value", "res_model", "res_id"), ] for ir in each: