Releases: ursais/odoo
Releases · ursais/odoo
17.0-20240502
[FIX] account_edi_ubl_cii: do not translate udt:Indicator The tag `udt:Indicator` should either be "true" or "false" but not "faux", which will raise an exception on the Chorus Pro platform. opw-3859249 closes odoo/odoo#164066 X-original-commit: acbdd6a41ef3edb5470f9532ad26bfd299cd32e7 Signed-off-by: Wala Gauthier (gawa) <[email protected]> Signed-off-by: Julien Van Roy (juvr) <[email protected]>
17.0-20240422
[FIX] hr_expense: use correct partner_id in test closes odoo/odoo#162826 Signed-off-by: William André (wan) <[email protected]>
17.0-20240403
[FIX] calendar: events privacy for uninvited admins This commit reverts odoo/odoo#133504, as it was deliberating access to private event information to uninvited administrators in the calendar view. Only the event organizer and its attendees must be able to fetch private events information. In addition, two tests have been added to: 1. ensure the confidentiality of private events from uninvited administrators and 2. prohibit uninvited administrators from edit the information of any event, private or not. task-3837646 closes odoo/odoo#160308 Signed-off-by: Yannick Tivisse (yti) <[email protected]> Signed-off-by: Gabriel de Paula Felix (gdpf) <[email protected]>
17.0-20240305
Full Changelog: 17.0-20240226...17.0-20240305
17.0-20240226
[FIX] point_of_sale: retain element in whenMounted Prior to this commit, the receipt element was cloned and appended to the render-container for web printing, then deleted after print callback. This approach failed on Android, leading to an empty page, as the cloned element was removed before printing. This commit resolves the issue by retaining the cloned element until the next clone addition to the container, at which point existing elements are removed. opw-3755682 closes odoo/odoo#154777 Signed-off-by: Joseph Caburnay (jcb) <[email protected]>