Daily updates from Odoo
Friday, November 29, 2024
2 changes · master
Resolved issues and error corrections
This update fixes several visual inconsistencies in the Documents app, including button grouping, dropdown borders, modal buttons, loading alignment, and count positioning. Users get a cleaner, more consistent interface with fewer distracting layout issues.
Original PR description
This commit: 1. Removes useless btn-group around "New" button 2. Removes useless borders in the cog dropdown 3. Makes the edit modal buttons more consistent with the rest of the modals 4. Fixes an…
This commit: 1. Removes useless btn-group around "New" button 2. Removes useless borders in the cog dropdown 3. Makes the edit modal buttons more consistent with the rest of the modals 4. Fixes an alignment problem when the loading indicator is displayed 5. Fixes an alignment problem between cog and count | - | 2 | 3 | 4 | 5 | |--------|--------|--------|--------|--------| | before |  |  |  |  | | after | <img width="227" alt="Screenshot 2024-04-04 at 11 04 49" src="https://github.com/odoo/enterprise/assets/110090660/bc264ad0-28b7-44a4-b4ae-29cf03b3f33a"> | <img width="231" alt="Screenshot 2024-04-04 at 11 03 54" src="https://github.com/odoo/enterprise/assets/110090660/891554fa-7ac8-4f3b-9566-5340e98522ea"> | <img width="196" alt="Screenshot 2024-04-04 at 11 02 57" src="https://github.com/odoo/enterprise/assets/110090660/7479740b-80fd-47af-95e4-8b4fbc8228d9">| <img width="198" alt="Screenshot 2024-04-04 at 11 03 25" src="https://github.com/odoo/enterprise/assets/110090660/32229f8e-16d9-487b-845d-704f7a07e63e">| task-3580143
This update fixes missing translation markers on user-facing text across several Odoo apps and localizations. It helps ensure labels, messages, and reports can be properly translated for users working in different languages.
Original PR description
Sometimes, developers forget to wrap their strings inside a gettext call. This commit adds those missing calls. Community: https://github.com/odoo/odoo/pull/177354