Monday, March 18, 2024
1 change · saas-17.1
Enhancements to existing features
This update automatically fills the PAN number when a GSTIN is entered, streamlining the process for users in India. Previously, users had to manually input the PAN, even after providing the GSTIN, leading to potential errors. This change simplifies tax compliance and reduces manual data entry.
Original PR description
Previously, users were required to enter their PAN number even after manually inputting their GSTIN, even though the PAN is inherently part of the GSTIN (spanning from the 3rd to the 12th character). Furthermore, there was no mechanism to alert users if the manually entered PAN did not match the PAN segment within the GSTIN. This commit automates the filling of the PAN based on the entered GSTIN. Now upon entering a GSTIN, the corresponding PAN is auto-filled. Task link: https://www.odoo.com/web#model=project.task&id=3767627 task-3767627 Forward-Port-Of: odoo/odoo#157006