Tuesday, April 8, 2025
2 changes · saas-18.2
Resolved issues and error corrections
Delivery slips now better match the selected report layout by avoiding unwanted table borders and improving column alignment. This makes printed or shared delivery documents look cleaner and more consistent for customers and warehouse teams.
Original PR description
From 18.2 the `stock.report_deliveryslip` is displaying a bordered table regardless of the external layout styling. This is due to the removal of the `table-borderless` class in commit [1] Additionnaly some title in the table are not aligned to the content in their `<td>`. For consistency with the other report the inner style which set the table-layout to fixed is removed to let the column fit the size of their content. task-4658505 [1]: odoo/odoo@0058d1cf76559d13238e57bd26ece3f2c067246f | Before | After | |--------|--------| |  |  | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
New Zealand GST-only import taxes are now reported in Box 13 instead of Box 11, aligning Odoo with IRD GST report rules. This helps businesses record customs-billed GST on imported goods in the correct place for tax reporting.
Original PR description
Current set up under the tax concerned is "BOX 11" which is incorrect as according to the IRD GST report, BOX 11 excludes the amount of imported goods. The tax in consideration is used when the NZ Customs bills the user only for the GST amount based on the purchase value of the goods. Therefore, the tax grids for this tax need to changed to "BOX 13". Backport of 6d70452299cb06ad65bb745218fedfcbdb8f2c8e PR backport: https://github.com/odoo/odoo/pull/202382 task-3926151