Daily updates from Odoo
Wednesday, November 8, 2017
2 changes · master
Resolved issues and error corrections
The accounting dashboard setup bar now displays more reliably on large screens and is hidden on mobile where it does not fit well. The settings label was also aligned with the user-facing name, reducing confusion for users configuring accounting.
Original PR description
**Description of the issue/feature this PR addresses:** - responsiveness is broken on large screens ( > 1550px) - minor design fixes - the bar has a different name in settings, it's called "Setup bar" rather than "Configuration steps bar" Task > [39130](https://www.odoo.com/web#id=39130&view_type=form&model=project.task&action=333&active_id=587&menu_id=4720 ) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Default tax settings now display correctly for each company in multi-company setups. This avoids confusion where changing taxes for one company appeared to affect all companies, even though product tax behavior was already using the correct company-specific values.
Original PR description
@nim-odoo Thank you for your explanations on this fix on the saas14 branch. (https://github.com/odoo/odoo/pull/18491#pullrequestreview-52858055) After talking with yti, I need a different fix for master and for saas 14, this is the one for master: I used a related field to fix this like you and yti suggested. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr