odoo/odoo#185666
Created by fw-bot
Merged
at df7313dfd5970a7d58990513c62382cfdf5b07f5
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-16.0-task-4060037-fix_is_empty_html-macr-Ki0a-fw
- head
- 414e934404f16016adf3b9f695cf727009a4ccdc
- merged
- 8 months ago by Framework (ORM), Xavier Morel (xmo)
odoo/odoo | |
---|---|
16.0 | #182642 |
17.0 | #185589 |
saas-17.2 | #185632 |
saas-17.4 | #185637 |
18.0 | #185652 |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
master | #185666 |
[FW][FIX] base, tools: consider icons in is_html_empty
Before this commit :
is_html_empty
considers empty icons as empty html.
After this commit:
Empty icons are considered as non empty html
Note: changed the tag_re to more performant regex
Forward-Port-Of: #182642