Saturday, July 20, 2024
2 changes
Resolved issues and error corrections
This fix resolves an error that occurred when generating Mexican Delivery Guides using 'No Federal Highways' as the transport type. The recent version 3.1 update of the Delivery Guide feature was causing the system to crash because it was looking for a required XML element that only exists when using Federal Transport. The fix ensures the system handles both transport types correctly without errors.
Original PR description
… node This [commit](https://github.com/odoo/enterprise/commit/42534b4d035f8dd02b3fd6bf330fefe5b4a31c45) introduced the new version 3.1 of the Delivery Guide. It also introduced an unwanted Traceback when generating the Delivery Guide using 'No Federal Highways' as 'Transport Type', since the CartaPorte node is only rendered in the XML when using 'Federal Transport'. no-task (internal feedback) Forward-Port-Of: odoo/enterprise#66828
This fix resolves an issue where certain fiscal positions were incorrectly hidden from the Tax Report selector. Fiscal positions using country groups (instead of individual countries) were being excluded from the available options, making it impossible for users to select them. The fix ensures all applicable fiscal positions are now properly displayed and selectable in the Tax Report.
Original PR description
Description of the issue/behavior this commit fixes: Specific instances of fiscal positions using country groups instead of countries, we can have fiscal positions that should be displayed in the Tax Report which end up not being shown and selectable. --- Desired behavior after the commit is merged: This commit fixes the FP that are excluded from the fiscal position selector. --- Community PR: https://github.com/odoo/odoo/pull/133749 task-3088020 Forward-Port-Of: odoo/enterprise#67029 Forward-Port-Of: odoo/enterprise#61969