Monday, August 19, 2019
11 changes · master
Enhancements to existing features
When installing a language, Odoo now keeps the translation overwrite option enabled by default while hiding the choice from users. This makes language setup behave more consistently and reduces the chance of outdated translations remaining after installation.
Original PR description
Following 43d355c2084, same logic Hide it but make it checked by default
Event managers now see attendees in a Kanban card view when using the Attendees button from an event. This makes attendee information easier to scan visually compared with the previous list-only view.
Original PR description
Description of the issue/feature this PR addresses: Task link - https://www.odoo.com/web?#id=1935268&action=327&model=project.task&view_type=form&menu_id=4720 Pad link - https://pad.odoo.com/p/r.1af96af212e96802e1a8d6445236a2c0 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
Tax report line names and tag labels can now be translated for multilingual users. This helps businesses present tax report configuration clearly in the user's language, especially where tax reporting is country-specific.
Original PR description
…name of model account.tax.report.line - both the name and the tag_name made translate=True defined inside class account.tax.report.line task : 2042430 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
This update removes leftover debugging code from the restaurant point of sale module. It keeps the codebase cleaner and helps avoid confusion for future maintenance, with no expected change for everyday users.
Original PR description
Forgot to remove unused function with pudb in a248171d96de3ad6d8e22c855886dfae61e145e2 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
This fixes an issue where the Sales CRM area used the wrong date field after a recent change. It helps keep sales reporting and related CRM information aligned with the correct dates.
This fixes an error that could occur when adding a new section to an online course from the website. Course managers can now organize course content into sections without being interrupted by a system traceback.
Original PR description
Description of the issue/feature this PR addresses: Task ID: https://www.odoo.com/web?#id=2053822&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 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
The Salary Package Configurator app now uses the same Human Resources category label as related payroll apps. This prevents duplicate app categories and makes the apps list cleaner and easier to navigate.
Original PR description
See https://github.com/odoo/odoo/issues/34531 Fixes https://github.com/odoo/odoo/issues/34531 It fixes the following issue: > This is because the app hr_contract_salary has "Human Resource" in its manifest while the app l10n_in_hr_payroll has "Human Resources" in its manifest.
This update fixes a typo in the map settings description and adds missing translated text. It helps users see clearer, properly localized wording when configuring map-related options.
Original PR description
Fixes a typo in the field description and adds missing translation terms
Code cleanup and technical improvements
The calendar view code was reorganized so the popover shown for calendar items can be customized more easily, especially for mobile experiences in the enterprise edition. This is an internal cleanup that supports better mobile behavior without changing day-to-day functionality for most users.
Original PR description
This commit move some code to be able to override Bootstrap popover in web_enterprise for mobile. Task ID : 2052506 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo Studio now uses the shared field selection records introduced in the core platform. This keeps Studio aligned with the underlying system model and should make future maintenance more consistent without changing day-to-day user workflows.
Original PR description
web_studio: use ir.model.fields.selection Following odoo/odoo#30228
Documentation and clarification updates
This pull request adds Trilab's signed contributor agreement to Odoo's records. It supports compliance and confirms the company's authorization to contribute to the project.
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