Friday, April 7, 2017
4 changes · master
Enhancements to existing features
The marketing campaign area received a small visual update with a better icon. This makes the feature easier to recognize in the interface and improves overall visual polish without changing how it works.
The follower controls now use a notification-style icon instead of an alarm or reminder icon. This better matches the purpose of choosing which record updates to receive and avoids suggesting scheduled reminders or time-based alerts.
Original PR description
This icon allows to control what types of notifications you want to receive from a record. I think that an icon typically used for "notifications" is better than an icon typically used for "reminders" and "alarms". There is the risk of a wrong expectation because reminders and alarms have a notion of time associated to them: reminders in the future or alarms in the future at a given time. In the case of a follow, there is no concept of "future time", whereas there is a concept of notification. It makes even more sense when we look at the placement of this icon on the right side of the label "Following".
Turkey now uses a country-specific address layout instead of the generic default format. This helps business documents and customer records display Turkish addresses in a more appropriate and familiar order.
Original PR description
Description of the issue/feature this PR addresses: Adds Turkey addresses. Current behavior before PR: Default address format is used in Turkey addresses. Desired behavior after PR is merged: Appropriate format is used in Turkey addresses. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Code cleanup and technical improvements
This update removes an obsolete report attachment setting and simplifies how reports are regenerated. Users should get fresher report outputs on reprint, while affected areas such as check printing, Belgian POS compliance, and Studio exports continue using the updated report flow.
Original PR description
Description of the issue/feature this PR addresses: related to task: https://www.odoo.com/web#id=30984&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 see https://github.com/odoo/odoo/pull/15337 Desired behavior after PR is merged: - remove attachment_use field on ir.actions.report.xml (not used anymore) - refactoring report (model / wkhtmltopdf methods) - fix troubles of passing context from get_action to get_pdf - add optional attachment_name parameter to get_pdf (to specify a attachment name without passing by report.attachment field)