Wednesday, July 6, 2022
2 changes · master
Enhancements to existing features
New subscription payment validation transactions now use a shorter, standardized reference format starting with "V-". This better aligns with other transaction references and helps avoid issues with payment providers that limit reference length.
Original PR description
Before this commit, the reference of a validation transaction followed this format: “validation-20220222072710”, which did not match the standard format for refund transactions (”R-S000001”). Moreover, some providers limit the length of transaction references which forced us to truncate the quite long reference. With this commit, future validation transactions will have a reference of the format: “V-20220222072710”. See also: - Community PR: https://github.com/odoo/odoo/pull/94921 task-2830826
The Sign documents area no longer allows users to create signing requests directly from the documents menu. This keeps new signing requests flowing through the intended template send or sign actions, reducing confusion and improving process consistency.
Original PR description
create button was not used in signing the document in document tab so it was removed according to requirement task id=2887200