Daily updates from Odoo
Monday, November 25, 2019
3 changes
Enhancements to existing features
Views opened from the Product Margin report no longer show unnecessary Create and Edit buttons. This reduces confusion and helps users focus on reviewing margin information rather than making changes from report drill-downs.
Original PR description
Description of the issue/feature this PR addresses: Fixes https://github.com/odoo/odoo/issues/39069 Current behavior before PR: Desired behavior after PR is merged: Create and Edit Buttons are not needed on views being opened from Product Margin report -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Web Studio “add chatter” option now looks better aligned and responds more quickly when users interact with it. This creates a smoother, more polished editing experience without changing business workflows.
Original PR description
task - https://www.odoo.com/web#id=2094895&action=327&model=project.task&view_type=form&menu_id=4720 pad - https://pad.odoo.com/p/r.9e4262257b785c8623839c8ffa87bfb3 - The label 'add chatter' widget was not vertically centered. By this commit the design issue has been improved. - Also the transition effect speed has been increased for better user experience.
The payroll account test setup for Belgian localization was adjusted so it runs after installation, avoiding failures caused by company setup data not being available early enough. This improves test reliability without changing business payroll behavior for users.
Original PR description
Rule parameter tests are tagged as post install because when creating a company, the required field `extract_show_ocr_option_selection` has a column in database (with a non null constraint) but the field is not yet loaded in the registry. Therefore, the default value is not used when inserting in the database and the contraint fails.