Friday, September 27, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Sales orders now correctly count delivered quantities when goods move through an intercompany transit location. This helps businesses using intercompany sales see accurate delivery progress and avoid confusion in order fulfillment.
Original PR description
Currently, we only check delivered quantities in a Sale Order based on the `usage` of the destination location of the related delivery. This means that in the case of Inter-company transactions, we won't consider them as deliveries, as its delivery location will be 'Inter-Company Transit', which itself is a 'transit' location. Test in odoo/enterprise#70663 Task-4207132 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures tip products in Point of Sale are not incorrectly taxed. It helps keep customer bills accurate and prevents reporting or reconciliation issues caused by tax being applied to tips.
Original PR description
Prevent tip product from being taxed rb error: 76973, 76972, 77055, 77054