Monday, August 4, 2025
7 changes
2 changes
Enhancements to existing features
The eInvoicing format dropdown now shows clearer, country-specific labels in customer account settings. This helps users choose the right electronic invoice format with less confusion, especially in localized accounting setups.
Original PR description
Renamed the selection labels for invoice_edi_format field to make them easier to understand based on the user's country context when choosing format inside customer's account tab. This improves the usability of the dropdown when selecting an eInvoicing format, especially for users in localizations where the technical name was unclear or confusing. 4889699 shzi Forward-Port-Of: odoo/odoo#220397
The eWay Bill PDF has been tidied up by removing extra punctuation from address labels and improving alignment in goods and vehicle tables. This makes the document easier to read and more professional for Indian compliance and logistics workflows.
Original PR description
In this commit: --- - Removed unnecessary '::' from 'Dispatch From' and 'Ship To' labels. - Center-aligned table data in the Goods Details and Vehicle Details sections. Forward-Port-Of: odoo/odoo#221419
1 change
Enhancements to existing features
The eWay Bill PDF has been tidied by removing extra punctuation from address section labels and aligning key table information more consistently. This makes the document easier to read and present to customers, suppliers, and compliance stakeholders.
Original PR description
In this commit: --- - Removed unnecessary '::' from 'Dispatch From' and 'Ship To' labels. - Center-aligned table data in the Goods Details and Vehicle Details sections. Forward-Port-Of: odoo/odoo#221419
3 changes
Enhancements to existing features
The Studio Exporter now uses a more precise tooltip for the attachment option. This helps users better understand what the setting does before exporting customizations.
Original PR description
**Purpose:** The current tooltip of the attachment bool in Studio Exporter lacks precision. **Spec:** The attachment tooltip needs to be modified to provide more precise information. task-4939258
1 change
Enhancements to existing features
Revised analytical budgets now automatically include the current date in their name. This makes it easier to distinguish multiple budget revisions and improves traceability for budget tracking.
Original PR description
In this PR: - When an analytical budget is revised, append the current date to the revised budget's name in the format: `<original name> REV <YYYY-MM-DD>`. - This improves traceability and clarity when multiple revisions are created. task-4781780
Sales team members can now add notes when entering forecasted commission targets. This gives managers and colleagues more context behind the numbers, making forecast discussions clearer and more informed.
Original PR description
Before: * Sales team members could enter their forecasted targets, but had no way to explain the reasoning behind them. * There wasn’t any place to leave comments or context for the numbers they submitted. After: * A Notes field has been added to the commission list view. * Team members can now write additional details when entering their forecasted targets. Impact: * Makes it easier for team members to understand the thinking behind each forecast. task-4876539
The eInvoicing format choices shown on customer account settings have been renamed to be easier to understand in each country context. This helps users choose the right invoice format without relying on unclear technical labels, reducing confusion during customer setup.
Original PR description
Renamed the selection labels for invoice_edi_format field to make them easier to understand based on the user's country context when choosing format inside customer's account tab. This improves the usability of the dropdown when selecting an eInvoicing format, especially for users in localizations where the technical name was unclear or confusing. 4889699 shzi