Skip to content

Commit f4e0009

Browse files
committed
[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
1 parent 48bb075 commit f4e0009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/indirect_references.py

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def indirect_references(cr, bound_only=False):
8585
IR("studio_approval_entry", "model", "res_id"),
8686
IR("timer_timer", "res_model", "res_id"),
8787
IR("worksheet_template", "res_model", None),
88+
IR("product_attribute_custom_value", "res_model", "res_id"),
8889
]
8990

9091
for ir in each:

0 commit comments

Comments
 (0)