-
- Downloads
[FIX] web,*: whitespaces in form/kanban templates
*: crm,link_tracker,project,sale,utm
Before this commit, in some form and kanban views, there were
missing whitespaces, typically between icons and texts. This was
due to the transition to owl views, because we simply ignored
` ` in archs. This commit also fixes a layout issue in
a project view, where the icon and the field should be displayed
in the same line.
closes odoo/odoo#100778
Related: odoo/enterprise#31610
Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
Showing
- addons/crm/views/utm_campaign_views.xml 1 addition, 2 deletionsaddons/crm/views/utm_campaign_views.xml
- addons/link_tracker/views/utm_campaign_views.xml 1 addition, 2 deletionsaddons/link_tracker/views/utm_campaign_views.xml
- addons/project/views/project_views.xml 2 additions, 3 deletionsaddons/project/views/project_views.xml
- addons/sale/views/utm_campaign_views.xml 1 addition, 4 deletionsaddons/sale/views/utm_campaign_views.xml
- addons/utm/static/src/scss/utm_views.scss 0 additions, 2 deletionsaddons/utm/static/src/scss/utm_views.scss
- addons/web/static/src/core/utils/xml.js 3 additions, 1 deletionaddons/web/static/src/core/utils/xml.js
Loading
Please register or sign in to comment