Friday, October 11, 2024
2 changes · 17.0
Enhancements to existing features
The GST tax calculation system has been improved to be faster and more accurate. The changes simplify how tax information is retrieved and processed, ensuring that all tax amounts—including those with 0% tax or no tax—are handled correctly. This results in more reliable GST return reporting for Indian businesses.
Original PR description
In this PR: - Simplified tax detail retrieval using Odoo ORM instead of complex SQL queries. - Directly mapped tax amounts from tax lines to improve accuracy. - Enhanced handling of journal items with 0% tax or no tax. Task ID: 4032825
This update adds flexibility to timesheet planning by allowing custom cutoff dates instead of always using today's date. This enables teams to create future-dated planning scenarios when needed, making the forecasting tool more adaptable to different business planning cycles and requirements.
Original PR description
### Before this PR There is no way to use a custom cutoff date for timesheet generate planning ### After this PR New technical function to get a custom cutoff date. Default is Datetime.now() but it is overridable by custom module to manage date other than today (Sometimes it is needed to create future planning) Forward-Port-Of: odoo/enterprise#71394