odoo/documentation#18044
Created by fw-bot
Merged
at 437215a2fedd8a01a27e16759d962f38db7b8c18
Statuses:
- ci/documentation: (runtime 1182s)
- ci/codeowner_coverage: (runtime 3s)
- label
- odoo-dev:19.0-17.0-button_exemple_without_deprecated_attrs-thbe-528896-fw
- head
- fb70edc991ec578e62dc2a970d9833d5ad48e7a5
- merged
- 3 weeks ago by Accounting, Thomas Becquevort (thbe)
| odoo/documentation | |
|---|---|
| 17.0 | #18017 |
| 18.0 | #18031 |
| saas-18.2 | #18033 |
| saas-18.3 | #18039 |
| saas-18.4 | #18041 |
| 19.0 | #18044 |
| saas-19.1 | #18047 |
| saas-19.2 | #18051 |
| saas-19.3 | #18053 |
| master | #18054 |
[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 delimiter to respect documentation guidelines.)
Forward-Port-Of: #18017