Daily updates from Odoo
Wednesday, December 6, 2017
2 changes · master
Resolved issues and error corrections
Users who can view analytic accounts but not journal entries can now open partner records without encountering an access error. This prevents unnecessary interruptions for staff with restricted accounting permissions while keeping access controls in place.
Original PR description
Impacted version : master, 11, 10 Description of the issue/feature this PR addresses: Current behavior before PR: if some one can read `account.analytic.account` but not the `account.move.line`, when he try to open a partner, there are an raise AccessDenied. Desired behavior after PR is merged: Nota : `journal_item_count` is not use anymore cc @odony -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds the missing dependency needed to install the Website Slides app when Marketing is not already installed. It prevents installation errors and makes setup smoother for users enabling e-learning or slide features.
Original PR description
I got an error when installing website_slide if marketing is not installed