odoo/odoo#288923
Created by JavaScript, Julien Carion (juca)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: (runtime 1573s)
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 1s)
- ci/documentation: (runtime 1435s)
- ci/design-theme: (runtime 0s)
- Linked pull requests
- label
- odoo-dev:20.0-export-dialog-revamp-6090205-juca
- head
- c2224f56fb12a1f01abe871f38157a45062b52e0
| odoo/odoo | odoo/documentation | |
|---|---|---|
| 20.0 | #288923 ready | #20109 missing r+ |
| master |
[FIX] web: round the export template name input
The template name input of the export dialog rendered with square corners while the select it replaces is rounded: the webclient resets the border radius of bare inputs and that reset outranks .form-control. Restore it on that input so both controls match. The .input-group rules still flatten the edge facing the buttons, for the input as they already did for the select.