Levi Siuzdak (sile)
Levi Siuzdak (sile)
Versions -------- - 16.0+ Steps ----- 1. Have two companies with helpdesk teams; 2. create a contact associated with company 1; 3. create a contact associated with company 2 w/...
Versions -------- - 17.0+ Steps ----- 1. Ensure debug mode is off; 2. go to Employees / Configuration / Employee / Working Schedules; 3. select a schedule and switch it...
Steps ----- ```python from odoo.tools import float_round assert float_round(99.99, 2) == 99.99 assert float_round(357.4555, 3, rounding_method='HALF-EVEN') == 357.456 ``` Issue ----- `AssertionError` `float_round(99.99, 2)` returns 99.99000000000001 `float_round(357.4555, 3, rounding_method='HALF-EVEN')` returns...
Versions -------- - 15.0 - 16.0 - 17.0 - saas-17.1 - saas-17.2 Issue ----- Commit 9426ee54b927 introduced the \uFEFF character to web_editor as a zero-width non-breaking whitespace. When this gets...
Versions -------- - master Steps ----- 1. Have a project with revenue & costs; 2. go to project Status overview. Issue ----- The displayed margins use the wrong formula, e.g....
Versions -------- - 16.0 (shipping discount no longer gets displayed on checkout in 17.0+) Steps ----- 1. Set website prices to be displayed tax included; 2. create a free shipping...
Versions -------- - saas-17.2+ Steps ----- 1. Go to eCommerce; 2. go to a product page with variants; 3. open editor; 4. drag & drop a "Products" block from Dynamic...
Versions -------- - 17.0+ Steps ----- 1. Configure website to display prices tax-included; 2. disable selling out-of-stock products; 3. go to an out-of-stock product page; 4. request a reminder email;...