Friday, May 17, 2024
2 changes · 17.0
Enhancements to existing features
This update allows administrators to delete GST Return Period records in special situations (such as demo or incorrect records) by using a force delete option, while maintaining the standard protection that prevents deletion once government transactions have been initiated. This provides flexibility for data cleanup without compromising the integrity of official GST filings.
Original PR description
Before this commit: We restrict the user to delete GST Return Period record once the transaction has been initiated with the government server to maintain the consistency After this commit: In some special case i.e. for demo/bad record we might want to delete the GST Return Period with help of `force_delete` context it can be easily done in the special cases task-3930638
This update improves the E-Waybill system in Odoo's Indian localization module with a better user interface for tracking and managing E-WayBills. A new wizard feature has been added to simplify the process of canceling E-waybills, making it easier for users to handle cancellations without manual data entry.
Original PR description
In this PR: - Improved user interface for better tracking and cancellation of E-WayBills. - Introduced a wizard feature to simplify the insertion of cancel E-waybill details. Task ID: 3659636. Co-authored-by: Co-authored-by: K Theja (kthe@odoo.com) Forward-Port-Of: odoo/odoo#156452