Daily updates from Odoo
Thursday, February 22, 2024
3 changes · master
Enhancements to existing features
Field service tasks now show a clear count of products that need to be picked up for the linked sales order. This helps technicians prepare for customer visits without needing sales access or viewing pricing and margin details.
Original PR description
Currently, the user has to open the SO form view and check the deliveries to identify if they need to bring something and what. This is not the most practical. In addition, it is common for companies not to give sales access to field workers as they don't want them to see the prices and the margin they are making. In this PR we'll add a 'x products to pick up' stat button should represent the following stock move lines - associated with the SO linked to the task - and that are not done or canceled - and the destination location should be a 'customer location' type Task-3511049 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Intrastat reports now group entries by country, currency, and commodity code, making the report easier to review and less cluttered. Users can still expand grouped lines to see individual account moves, while arrival or dispatch-only views also show group and overall totals.
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 X-original-commit: bede57056142a167d06a652cc208203c9f430615
Features or functions removed from Odoo
The appointment app no longer shows onboarding banners that were considered distracting and less helpful than expected. This simplifies the appointment setup experience and removes related onboarding screens, links, and tests.
Original PR description
Banners are usually distracting and do not provide the help we expected. The calendar onboarding is removed in the related COM PR. Task-3724601