odoo/documentation#18017
Created by Accounting, Thomas Becquevort (thbe)
Merged
at 05c46d7af945c18567a194258f33f8612a8baf86
Statuses:
- ci/documentation: (runtime 959s)
- ci/codeowner_coverage: (runtime 5s)
- label
- odoo-dev:17.0-button_exemple_without_deprecated_attrs-thbe
- head
- b20dfd99123948ac2ef33235a0ee04f7db08749b
- merged
- 1 hour ago by Sales, Antoine Vandevenne (anv)
| odoo/documentation | |
|---|---|
| 17.0 | #18017 |
| 18.0 | #18031 missing statuses missing r+ |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| saas-19.3 | |
| master |
[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.)