We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8523af6 + 940eb20 commit dff0cc3Copy full SHA for dff0cc3
ps_planning/models/ps_time_line_planning_report.py
@@ -40,7 +40,7 @@ def init(self):
40
WHERE
41
product_uom_id=(
42
SELECT res_id FROM ir_model_data WHERE
43
- model='uom' AND name='product_uom_hour'
+ module='uom' AND name='product_uom_hour'
44
)
45
UNION (
46
WITH
0 commit comments