You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] partner_autocomplete: Prevent unnecessary input field display for Mobile
Steps to Reproduce:
1. Install Sales module
2. Create a new quotation in mobile view
Issue:
- The input field of contact is displayed twice due to a missing `t-else`
condition, causing both fields to appear simultaneously.
Solution:
- Added the missing `t-else` condition to ensure that only one input field is
displayed as intended.
opw-4767186
closesodoo#210909
X-original-commit: c032778
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
Signed-off-by: Dhwani Patel (dwa) <dwa@odoo.com>
0 commit comments