Sunday, June 2, 2024
1 change · saas-17.1
Resolved issues and error corrections
Invoice or accounting lines in the Indian localization now refresh their HSN code when the related product's HSN code is added or changed later. This helps keep tax and compliance data accurate without manual correction.
Original PR description
Before this commit: creating a move line with a product without hsn code and later adding the hsn code on the product. The hsn code on the move line doesn't get updated After this commit: We solve the above issue and add dependency of `product_id.l10n_in_hsn_code` on the compute method task-3958797 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr