Commit 32544f7
committed
[FIX] developer/tutorials: Button example without deprecated attrs
Using attrs to make a button invisible is deprecated since 17.0 but the button
example hyperlink sends to a commit that used it so it induces people following
the tutorial to use attrs which shouldn't be done anymore.
This commit replaces the link with the commit that replaced the attrs="" to the
plain invisible="" use on the exact same button. (And adjusts the size of the
heading delimiter to respect documentation guidelines.)
closes #18047
X-original-commit: 05c46d7
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Thomas Becquevort (thbe) <thbe@odoo.com>1 parent a1f6a3f commit 32544f7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments