Skip to content

Commit ca393e6

Browse files
committed
[IMP] util/indirect_references: add indirect_reference for timer_timer
Enterprise PR: odoo/enterprise#16084 Upgrade PR: odoo/upgrade#2208
1 parent 3c2488e commit ca393e6

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
@@ -92,6 +92,7 @@ def indirect_references(cr, bound_only=False):
9292
IR("spreadsheet_revision", "res_model", "res_id"),
9393
IR("studio_approval_entry", "model", "res_id"),
9494
IR("timer_timer", "res_model", "res_id"),
95+
IR("timer_timer", "parent_res_model", "parent_res_id"),
9596
IR("worksheet_template", "res_model", None),
9697
]
9798

0 commit comments

Comments
 (0)