Tuesday, July 5, 2016
2 changes · master
Resolved issues and error corrections
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