Tuesday, September 3, 2024
4 changes · 17.0
Enhancements to existing features
Spreadsheet date filters can now hide month and quarter options when they are not relevant. This gives teams cleaner filter menus and helps guide users toward the right reporting periods.
Original PR description
This commit adds the possibility to disable the month or quarter granularity (or both) for fixedPeriod date filters. Task: [3887844](https://www.odoo.com/web#id=3887844&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) 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
The Indian localization now helps users keep GST and state details aligned by automatically filling the company state from the GST number and warning when GST details do not match the selected state. This reduces data entry errors and supports more accurate compliance information for companies and contacts.
Original PR description
Before this commit: 1) The state field on the res_company form is not automatically populated based on the entered GST number 2) On the res_company and res_partner, even if there is a mismatch between the GST number and state no warning is shown After this commit: 1) The state field on the res_company form now automatically populates based on the entered GST number 2) A validation check is implemented for both res_company and res_partner forms. Users will receive a warning if there's a discrepancy between the GST number and the corresponding state. Task ID - 4055948
Users can now customize which time period options (month, quarter, or both) appear in date filters within spreadsheets. This improvement gives teams more flexibility in how they filter and view data, allowing them to focus on the specific time granularities that matter most for their analysis.
Original PR description
This commit adds the possibility to disable the month or quarter granularity (or both) for fixedPeriod date filters. Task: [3887844](https://www.odoo.com/web#id=3887844&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
The signature request feature has been improved to prevent users from accidentally creating templates on-the-fly through the request wizard. Users must now select from existing templates, which reduces errors and ensures better template management. This change makes the signature workflow more controlled and reliable.
Original PR description
Before this commit, Using the "request signature" option allowed users to create templates on the fly, which could lead to errors. In this commit, the Creation of templates on the fly from the wizard is no longer allowed. task-4069128