odoo/odoo#193284

Created by fw-bot
Merged at f6bae4f2f7dcb7e89926345d68b70ede270a53e4

Statuses:

Linked pull requests
label
odoo-dev:master-16.0-fix_notify_frequency_period_style-kmod-2Vle-fw
head
b37e9bb3edcac02d350189d6ac2eb0cb22c8b39a
merged
5 months ago by Karna Modasiya (kmod)
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

[FW][FIX] data_recycle: Fix notify_frequency_period field style

Steps to Reproduce:
- Install data_recycle module.
- Navigate to Configuration → Rules and create any rule for the data_recycle.

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.

image

Solution:
- Updated the width class from w-25 to w-50 to ensure proper display of the selected option.

image

opw-4414071


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #192851
Forward-Port-Of: #191639