Skip to content

Commit 5c5b70e

Browse files
committed
[IMP] util/indirect_references: add indirect_reference for timer_timer
Enterprise PR: odoo/enterprise#16084 Upgrade PR: odoo/upgrade#2208 closes #51 Signed-off-by: Christophe Simonis (chs) <[email protected]>
1 parent e37d57c commit 5c5b70e

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
@@ -98,6 +98,7 @@ def indirect_references(cr, bound_only=False):
9898
IR("spreadsheet_revision", "res_model", "res_id"),
9999
IR("studio_approval_entry", "model", "res_id"),
100100
IR("timer_timer", "res_model", "res_id"),
101+
IR("timer_timer", "parent_res_model", "parent_res_id"),
101102
IR("worksheet_template", "res_model", None),
102103
]
103104

0 commit comments

Comments
 (0)