Daily updates from Odoo
Thursday, May 24, 2018
3 changes
Resolved issues and error corrections
This fixes the spacing of link-style buttons in web forms after a stylesheet migration changed how they were displayed. It prevents adjacent buttons from appearing cramped while keeping their alignment with surrounding text.
Original PR description
Due to the change from less to scss, changes were made. Especially, the class oe_link is now 'deprecated' and interpreted as 'btn-link'. The previous style defined on the latter removed the padding which breaks the style when several buttons follow each other. This commit commit should fix the style while maintaining the intended behaviour, a vertical alignement between the button and the text inside the pane. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Scheduling an activity now consistently pre-fills the Activity Type field instead of leaving it blank in some cases. This reduces confusion for users and helps ensure tasks and follow-ups are created with the expected information.
Original PR description
Impacted version : master, 11 Description of the issue/feature this PR addresses: -> Got to Project/task -> Select an task without previous activity -> Click on schedule activity -> the `Activity Type` field is empty  Current behavior before PR: In some case the `Activity Type` field is empty (no default value) Desired behavior after PR is merged: Always an default value in `Activity Type` field OPW: 800465 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change updates an internal test so it matches recent accounting setup behavior. It helps keep automated checks reliable and prevents false failures during development, with no direct change for everyday users.
Original PR description
Since commit https://github.com/odoo/odoo/commit/92bd95f2a0a8de11904f26c141c10cb4eccf54e7#diff-a5c55a8833f26a5d157c1b9bf44c0b03L3 wizard.multi.charts.accounts now uses a code prefix for the transfer account. This test was using the old api and a ref to a now removed xmlid, this reference has been replaced by the previously defined value (in the xml data)