Daily updates from Odoo
Navigate
Branch
Wednesday, November 8, 2017
3 changes
Enhancements to existing features
Purchase teams can now manually record received quantities for service products instead of having them automatically match the ordered quantity. This improves tracking of service delivery and makes purchase line status and related picking information clearer.
Original PR description
…vice When we purchase products of type services,the received quantity is always set to the ordered quantity. We want to be able to manually enter a received quantity on service products to have a better trace of what have been received or not. Description of the issue/feature this PR addresses: 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
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