Wednesday, February 13, 2019
2 changes · master
Resolved issues and error corrections
This update clarifies how public and logged-in slide views are counted, making eLearning statistics more reliable. It also fixes course member counting and tightens upload/publish permissions so training content is managed by the right responsible users.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a bank synchronization issue that could stop online bank statements from processing when a journal did not have a specific currency set. Businesses can now use optional journal currency settings without disrupting bank statement synchronization.
Original PR description
Before this commit, the online_sync_bank_statement wasn't working correctly. This occurs when the currency was not defined in the journal (currency is optional in journal). Indeed, when you call the float_is_zero function with the currency's precision (0 as it's not defined) an error is raised. Now we take into account if currency is defined.