Sunday, February 11, 2024
1 change · 17.0
Enhancements to existing features
The intrastat report has been improved to group transactions by country, currency, and commodity code instead of showing every individual transaction. Users can expand any group to see the detailed transactions if needed. This makes the report cleaner and easier to understand for compliance reporting, which is the primary use case for most organizations.
Original PR description
In the intrastat report, each account move is now grouped by country (using norm ISO 3166), currency (norm ISO 4217) and commodity code. Each line can be unfolded to show each individual account move with its corresponding values. When only Arrival or Dispatch is selected, the total value for each group is shown as well as a total line for the total value of Arrivals or Dispatches. This change was done because usually people and organisation to which they must report this information aren't interested in each individual move but rather to have an overall view of how much of a certain commodity was ship to a certain country. The previous report was too verbose. People still have the options to unfold all the lines if they need it. task-3605696 Forward-Port-Of: odoo/enterprise#56352 Forward-Port-Of: odoo/enterprise#31893