odoo/enterprise#76122
Created by Karna Modasiya (kmod)
Merged
at 558650e32d096ae257bafd286e21dd80b639f395
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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 0s)
Linked pull requests
- label
- odoo-dev:16.0-fix_notify_frequency_period_style-kmod
- head
- 6cea5b68d43887ae51e04f166188cbc2f8150756
- merged
- 5 months ago by Misc, Yannick Tivisse (yti)
odoo/odoo | odoo/enterprise | |
---|---|---|
16.0 | #191639 | #76122 |
17.0 | #192851 | #76684 |
saas-17.2 | #193200 | #76896 |
saas-17.4 | #193223 | #76908 |
18.0 | #193249 | #76927 |
saas-18.1 | #193268 | #76942 |
saas-18.2 | ||
saas-18.3 | ||
master | #193284 | #76954 |
[FIX] data_{merge,cleaning}: Fix notify_frequency_period field style
Steps to Reproduce:
- Install data_cleaning and data_merge modules.
- Navigate to Configuration → Rules and create any rule for the above models.
Issue:
- The selected option for the notify_frequency_period field is not displayed correctly due to a fixed width class (w-25) assigned to its parent div element.
Solution:
- Updated the width class from w-25 to w-50 to ensure proper display of the selected option.