Tuesday, July 5, 2016
4 changes
Resolved issues and error corrections
Website mailing lists can now handle subscription and unsubscription requests from visitors who are not logged in. Confirmation emails and signed links help ensure requests are valid, reducing unwanted or fake changes while making mailing lists easier to manage.
Original PR description
Taks: https://www.odoo.com/web#id=23797&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720
This change corrects how shared website resources are loaded and cached, helping pages use the right files more reliably. It supports faster and more consistent loading for website, web, and live chat features without changing the user-facing workflow.
This fix keeps the intended placeholder image visible when a user or record has no avatar picture. It prevents users from seeing a broken browser image icon in portal and discussion areas, making the interface look cleaner and more reliable.
Original PR description
**Description of the issue/feature this PR addresses:** This allow to keep placeholder if no picture exists for the current browse/field **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 fix prevents an error when users change certain Project settings, such as selecting plain text task descriptions. It makes the settings screen behave reliably instead of showing a traceback.
Original PR description
Description of the issue/feature this PR addresses: call to **downstream_dependencies()** using new api returns <a href="https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module.py#L424">recordset </a> not ids, hence no need to rebrowse it. Current behavior before PR: encounter below traceback while testing one of my task  steps: in runbot, go to Project -> Configuration -> Settings and select 'Task description is a plain text', you should have a traceback. Desired behavior after PR is merged: no traceback. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr