Tuesday, August 16, 2016
5 changes · master
Enhancements to existing features
This update streamlines the company setup screens by combining configuration sections, cleaning up confusing wording, and improving label consistency. It also fixes access rights display issues and ensures a default report footer is available without extra manual steps.
Original PR description
Description of the issue/feature this PR addresses: Task:https://www.odoo.com/web?#id=26633&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.830ef66c24bfab217d0d7262365bac6e Current behavior before PR: - the tab configuration is useless as at this stage there is only on separator title "Accounting" . - the access right view is not loaded in base. - show the default report footer ( to see it, you have to activate, desactivate custom report). Desired behavior after PR is merged: - merge configuration and report configuration. - remove "before create a new company" after "Activate here a new currency. - use capital letters on word of labels Footer. - report footer is set one by default. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update modernizes the website blog area by migrating it to a newer internal API and reorganizing related files for easier maintenance. It also improves the visitor experience with options such as displaying author avatars, always-visible tags, cleaner sidebars, better cover layouts, and automatically generated teasers.
Original PR description
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
Journal items now use the simpler label “Reference” instead of “Partner Reference,” making the view easier to understand. A new pivot view also helps users analyze journal item data more flexibly for accounting reporting.
Original PR description
Description of the issue/feature this PR addresses: - Task : https://www.odoo.com/web#id=27421&view_type=form&model=project.task&action=333&active_id=131 - Pad : https://pad.odoo.com/p/r.0c5942236dcf3f95c3cfdbdbe30f577c Current behavior before PR: Desired behavior after PR is merged: - Change the string from "partner reference" " to "Reference" in Journal Item View. - Add Pivot View for Journal Item object ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Duplicating a timesheet entry now also copies its description, keeping the new entry consistent with the original. This reduces manual re-entry and helps preserve context for time tracking activities.
Original PR description
Task : https://www.odoo.com/web#id=27659&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.e40a2b16a9be90e40e6270a780fdae3f
Code cleanup and technical improvements
This update modernizes several accounting, banking connection, reporting, manufacturing, inter-company, and website-related components to Odoo's newer internal framework. The changes should improve long-term reliability and maintainability, with limited immediate visible impact for business users.