Daily updates from Odoo
Wednesday, May 29, 2019
6 changes
Enhancements to existing features
The portal wording for invoices and bills has been clarified so customers can better understand what they are viewing. This reduces confusion in the customer portal and makes financial documents easier to identify.
Website themes can now reference default image records used by snippets, making it easier to replace or customize those images consistently. This helps theme designers deliver tailored website visuals with less manual work and fewer duplicated changes.
Original PR description
…customize the default ones easily Description of the issue/feature this PR addresses: * Task: https://www.odoo.com/web#id=40913&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 * Pad: https://pad.odoo.com/p/r.988d02bb3aaadcfdc7877bd8db614794 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
This update removes an unused internal variable that was triggering a code quality warning. The application behavior remains the same, but the codebase is cleaner and easier to maintain.
Original PR description
Description of the issue/feature this PR addresses: Fix lint error. Current behavior before PR: Works fine, but has lint error. Desired behavior after PR is merged: Works in the same way, but hasn't lint error. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update renames internal company references to better match how users and the system already understand company information. It improves consistency across accounting-related features and reduces confusion for future maintenance, with little expected impact on day-to-day users.
Original PR description
The goal is to be coherent with the user property. Actually, company_id and company_ids on the environment are no fields. Calling env.company_id returns a browse record, not an id.
The project overview now includes a clearer section title for the timesheet-related table. This makes the overview easier to understand when reviewing project time, forecasts, and sales information.
Original PR description
In order to make the project overview more understandable, we introduces sections in the bottom table. project_timesheet_forecast_sale intends to add a new section, thus a new section tittle. This is done through view inheritance related task #1968121
Mobile status indicators now appear gray when they cannot be changed. This helps users quickly understand which statuses are informational only and avoids confusion when tapping unavailable options.
Original PR description
…t clickable so user can easily understand it's not changeable * Task: https://www.odoo.com/web?#id=35306&view_type=form&model=project.task&action=327&menu_id=4720 * Pad: https://pad.odoo.com/p/r.a14e26f2115039e6abf3b3c009be432e