Monday, December 1, 2025
4 changes · 19.0
Enhancements to existing features
This update enhances the user experience for uploading TDS certificates within the PAN entity form. The button's appearance has been updated to a gray secondary style with a clear 'Upload' label and upload icon, making it easier for users to locate and utilize this feature. This improves usability and clarity.
Original PR description
### Commit Message
**Improve UI for TDS Certificate Upload Button in PAN Entity**
---
#### Before this commit:
- The TDS certificate upload button in the PAN entity form displayed the generic **"Upload your file"** label.
- It used the **purple primary button style**.
#### After this commit:
- The button now uses a **gray secondary style**.
- The label has been updated to **"Upload"** and includes an **upload icon**, providing a clearer UI.
---
### Visual Comparison
<table>
<tr>
<td align="center"><b>Before</b></td>
<td align="center"><b>After</b></td>
</tr>
<tr>
<td>
<img width="276" height="52" alt="before" src="https://github.com/user-attachments/assets/ea564f0a-51d9-4f32-8448-4978100ac72c" />
</td>
<td>
<img width="265" height="69" alt="after" src="https://github.com/user-attachments/assets/d12168ef-6015-4b13-991c-bcb93cc7dc0f" />
</td>
</tr>
</table>This update enhances the accounting module's search functionality by initially showing only active currencies. Users can then easily filter to display inactive currencies, streamlining the process of managing multiple currencies within Odoo. This improves usability and reduces confusion for users working with diverse currency settings.
Original PR description
In account.move form view, when the user clicks on search more of the currency, they should only see active ones they can then show inactive currencies using filters task-5354516 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update automatically focuses the side panel when a user initiates the 'Insert Pivot from Odoo data' action. Previously, the user had to manually click on the side panel, which was less intuitive. This change improves the user experience by streamlining the process and making it easier to interact with the data.
Original PR description
Insert Pivot from Odoo data should give the focus to the side panel Task : 5252937 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#235458
This update improves the user experience when creating a pivot table from Odoo data. Now, the side panel automatically receives focus, making it easier for users to quickly access and manage their pivot table settings. This streamlines the workflow and reduces the number of steps needed to configure a pivot.
Original PR description
Insert Pivot from Odoo data should give the focus to the side panel Task: 5252937 Forward-Port-Of: odoo/enterprise#99361