Commit 83c8c46
committed
[FIX] functions: stop debugging context
Since c2c8991, adding a `?` to debug a formula sets `ctx.debug` to
true, which put a debugger in `computeFunctionToObject`. But
`ctx.debug` was never set to false afterwards, so the whole
evaluation was then filled with debuggers.
closes #8200
Task: 6052128
X-original-commit: ea91dd1
Signed-off-by: Rémi Rahir (rar) <rar@odoo.com>
Signed-off-by: Adrien Minne (adrm) <adrm@odoo.com>1 parent 5de1942 commit 83c8c46
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments