Thursday, September 12, 2024
3 changes · 17.0
Enhancements to existing features
Singapore accounting tax definitions, tax groups, related accounts, and tax report mappings have been updated to reflect new tax rules. Less commonly used taxes are now inactive by default, helping businesses see a cleaner tax list when setting up or using Singapore localization.
Original PR description
Update the taxes and taxes-related models due to new tax rules. This concerns a few accounts,taxes, tax groups, and the tax report. We also use this occasion to set non-important taxes as inactive by default to reduce slightly the amount of taxes that are shown out of the box. Tax id #3585950 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now print delivery challans while an Indian e-way bill is still pending or in challan stage, helping shipments move with the right documents before the final e-way bill is generated. The report also avoids showing unavailable e-way bill details and simplifies the vehicle details section for clearer business documents.
Original PR description
This update enables the printing of the delivery challan when the e-way bill is in the pending stage. The E-Way Bill Details section and QR code are omitted for delivery challans, as these details are only available after the e-way bill is generated and moves to the generated stage. Additionally, some minor refinements have been made to the ewaybill_report, including the removal of heading numbers and the unnecessary columns CEWB No. and Multi Veh. Info from the Vehicle Details section. Task [link](https://www.odoo.com/odoo/project/967/tasks/4149686) task-4149686
Products with expiration dates now show those dates directly on their stock move lines whenever available. Expired dates are highlighted in red instead of using a separate warning, making important shelf-life information easier to scan during operations.
Original PR description
# Main changes: Always show the expiration date on the move lines of concerned products. # Before: Show a warning when the expiration date has been reached. # After: Show the expiration date of the product if it has one. Rather than showing an alert if the expiration date has been reached, set the text-danger bootstrap class on the expiration date. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr