Thursday, September 28, 2023
3 changes · master
Enhancements to existing features
All Colombian electronic invoicing taxes now receive the correct tax category when loaded. This improves consistency in tax setup and helps reduce issues when preparing compliant Colombian electronic invoices.
Original PR description
Currently only some of the CO taxes have the `l10n_co_edi_type` populated when the taxes are loaded. This commit adds the tax type for every tax in l10n_co. task-3475793
The field service sales flow now uses clearer wording when an extra quotation is created from a task. This reduces confusion between additional quotations and the main sales order generated from the task, while removing an unnecessary tooltip from the New Quotation button.
Original PR description
Before these PR we can see a create new quotation tooltip on 'new quotation' button and after creating new quotation we can see Quotation created in chatter which make the confusion between extra quotations and the SO generated from the task. Improvements: Remove the create new quotations tooltip from the new quotation button and and Rename the Quotation created string to Extra Quotation created to avoid the confusion. task-3476799
The time off form now shows the payslip status label description that was previously hidden. This makes payroll-related leave information clearer for HR users when reviewing employee time off.
Original PR description
Description : payslip state label description was not visible inside form view of timeoff Improvement: after adding widget payslip state label description is made visible. taskID:3475416