Monday, November 22, 2021
4 changes · master
Enhancements to existing features
This pull request adds proof-of-concept technical documentation for core product and inventory areas, including examples for the stock module. It helps teams understand and maintain these Odoo apps more easily, with no direct change expected for day-to-day users.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes a small internal adjustment to the Mail/Discuss interface so it aligns with requirements for a future framework upgrade. It helps keep the messaging experience reliable and easier to maintain, with no expected change for day-to-day users.
Original PR description
In preparation to using OWL v2 in discuss code Task-2695901
Helpdesk tickets now use a configurable numbering sequence instead of only a fixed increasing ticket number. This lets businesses adjust ticket ID formatting to better match their internal processes and customer communication needs.
Original PR description
PURPOSE: In helpdesk, ticket UUID is an increasing numerical value. For Ex: if your ticket was the nth ticket submitted, the ticket's UUID would be Ticket (#n). For businesses, this turns out to be a problem for a few reasons. One of the reason is if user wants to re-format their ticket's UUID they cannot. SPECIFICATION: Add a sequence for helpdesk tickect to allow users for the customization of the number and format of the ticket id. task-2531499
The bank account connection setup wizard has been simplified by removing outdated fields that were no longer used. This reduces internal clutter and helps keep the accounting synchronization flow easier to maintain without changing the user experience.
Original PR description
Remove two fields that were made deprecated and are no longer used in the account link wizard. task id #2691087