Skip to content

Releases: ursais/odoo

17.0-20240521

21 May 20:32
Compare
Choose a tag to compare
[FIX] website_sale, delivery: check carrier before payment

Check if the user selected the carrier for storable/consumable
products before proceeding to payment.

opw-3810367

closes odoo/odoo#161881

X-original-commit: 35ea9bfbcaf78db2a20e08b45096a2adb96aa73a
Related: odoo/enterprise#60744
Signed-off-by: Valeriya Chuprina (vchu) <vchu@odoo.com>

17.0-20240502

02 May 20:46
Compare
Choose a tag to compare
[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) <gawa@odoo.com>
Signed-off-by: Julien Van Roy (juvr) <juvr@odoo.com>

17.0-20240422

22 Apr 16:07
Compare
Choose a tag to compare
[FIX] hr_expense: use correct partner_id in test

closes odoo/odoo#162826

Signed-off-by: William André (wan) <wan@odoo.com>

17.0-20240403

03 Apr 17:16
Compare
Choose a tag to compare
[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) <yti@odoo.com>
Signed-off-by: Gabriel de Paula Felix (gdpf) <gdpf@odoo.com>

17.0-20240305

05 Mar 20:50
Compare
Choose a tag to compare

17.0-20240226

26 Feb 17:14
Compare
Choose a tag to compare
[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) <jcb@odoo.com>