Skip to content

Commit

Permalink
[IMP] util/indirect_references: add indirect_reference for timer_timer
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierbol committed Apr 9, 2024
1 parent 0c9ef1f commit 194bbe4
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 @@ -84,6 +84,7 @@ def indirect_references(cr, bound_only=False):
IR("spreadsheet_revision", "res_model", "res_id"),
IR("studio_approval_entry", "model", "res_id"),
IR("timer_timer", "res_model", "res_id"),
IR("timer_timer", "parent_res_model", "parent_res_id"),
IR("worksheet_template", "res_model", None),
]

Expand Down

0 comments on commit 194bbe4

Please sign in to comment.