Skip to content

Commit

Permalink
[IMP] product: product description mixin
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dotni committed Nov 30, 2023
1 parent f80482b commit 0143271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/indirect_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0143271

Please sign in to comment.