Commit bec75cd
committed
fix(spp_registry): fix Registrant Tags EvalError on ref() in context
The Registrant Tags action used ref() in the context field body which is
evaluated client-side in Odoo 19 where ref() is not available. Move to
eval attribute which is processed server-side during XML loading.
Fixes #8791 parent aaa9001 commit bec75cd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments