Skip to content

Commit dff0cc3

Browse files
Merge pull request #74 from hbrunn/14.0-630-restrict-activity-report-hours
[FIX] correct xmlid fetching
2 parents 8523af6 + 940eb20 commit dff0cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ps_planning/models/ps_time_line_planning_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def init(self):
4040
WHERE
4141
product_uom_id=(
4242
SELECT res_id FROM ir_model_data WHERE
43-
model='uom' AND name='product_uom_hour'
43+
module='uom' AND name='product_uom_hour'
4444
)
4545
UNION (
4646
WITH

0 commit comments

Comments
 (0)