Sunday, April 20, 2025
4 changes · master
Miscellaneous changes
The message "(edited)" label had the following issues: - it looked too similar to message text content, notably the font-size - italics is harder to read and is prone to cut at end of text on Gecko rendering engine This commit fixes the issue by reducing the size of this label, no italics, normal weight. Opacity matches with other items in message list of similar level of importance such as datetime. Before / After <img width="243" alt="Screenshot 2025-04-18 at 22 00 02" src="https://gi
Original PR description
The message "(edited)" label had the following issues: - it looked too similar to message text content, notably the font-size - italics is harder to read and is prone to cut at end of text on Gecko rendering engine This commit fixes the issue by reducing the size of this label, no italics, normal weight. Opacity matches with other items in message list of similar level of importance such as datetime. Before / After <img width="243" alt="Screenshot 2025-04-18 at 22 00 02" src="https://github.com/user-attachments/assets/26b104a1-8620-4406-b380-f8c0839547e8" /> <img width="236" alt="Screenshot 2025-04-18 at 22 00 27" src="https://github.com/user-attachments/assets/54268752-b2a8-40b0-8296-4d2cbc3bb173" /> Forward-Port-Of: odoo/odoo#206732
Reproduce: - Switch to mobile view - Go to Project module - Click on the gear icon next to a task or project - Click the Start (or Launch) button in the dropdown - Try tapping anywhere on the button (not just on the text) Description of the issue/feature this PR addresses: In the mobile view of the Project module, clicking the Start button from the dropdown menu only works if the user taps directly on the text. Tapping on the surrounding area within the button does not trigger the actio
Original PR description
Reproduce: - Switch to mobile view - Go to Project module - Click on the gear icon next to a task or project - Click the Start (or Launch) button in the dropdown - Try tapping anywhere on the button…
Reproduce: - Switch to mobile view - Go to Project module - Click on the gear icon next to a task or project - Click the Start (or Launch) button in the dropdown - Try tapping anywhere on the button (not just on the text) Description of the issue/feature this PR addresses: In the mobile view of the Project module, clicking the Start button from the dropdown menu only works if the user taps directly on the text. Tapping on the surrounding area within the button does not trigger the action—instead, it closes the menu without starting the timer. Root cause: The button inside the dropdown is wrapped in a `<span>` element, but its width does not extend across the entire span. As a result, only the text area is interactive, which causes usability issues on mobile where precise tapping is harder. Solution: Ensure the button inside the dropdown item spans the full width of its container by setting `width: 100%`. This allows the entire area of the button to be clickable, improving usability on mobile devices. Desired behavior after PR is merged: Tapping anywhere on the button (not just the text) now consistently triggers the timer as expected. opw-4561724 Forward-Port-Of: odoo/odoo#205660
Add a placeholder for eInvoice format. task-4544834 (Part-of) Forward-Port-Of: odoo/odoo#206567 Forward-Port-Of: odoo/odoo#206498
Original PR description
Add a placeholder for eInvoice format. task-4544834 (Part-of) Forward-Port-Of: odoo/odoo#206567 Forward-Port-Of: odoo/odoo#206498
Avalara populates those fields as "false" in the account, which causes issues during EDI. We keep sending the fields, but send empty string instead. opw-4716571 Forward-Port-Of: odoo/enterprise#83670 Forward-Port-Of: odoo/enterprise#83550
Original PR description
Avalara populates those fields as "false" in the account, which causes issues during EDI. We keep sending the fields, but send empty string instead. opw-4716571 Forward-Port-Of: odoo/enterprise#83670 Forward-Port-Of: odoo/enterprise#83550