Daily updates from Odoo
Wednesday, March 14, 2018
5 changes · master
New functionality added to Odoo
Odoo now includes all sixteen federal states of Germany in the German localization module. This makes German address data more complete and easier to standardize for customers, partners, and local reporting needs.
Original PR description
Current behavior before PR: The germany states are not available in Odoo. Desired behavior after PR is merged: The sixteen states of germany are available in Odoo. Follow-up for https://github.com/odoo/odoo/pull/18443 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
The base data now includes all sixteen German federal states by default. This improves address and regional data accuracy for businesses operating in Germany without requiring manual setup.
Original PR description
Description of the issue/feature this PR addresses: This pull request adds the sixteen states of Germany to the set of states provided by the base addon. Current behavior before PR: The sixteen states of Germany where missing in the list of states. Desired behavior after PR is merged: The sixten states of Germany should be present in the list of states by default. Discussion: Maybe we should have an addon per country which populates the states instead? -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Features or functions removed from Odoo
This update removes outdated mail, HR, fleet, and maintenance code that was no longer used or adding value. It reduces unnecessary automatic follower actions and background chatter messages, making communication records cleaner without changing core business workflows.
Original PR description
Task: https://www.odoo.com/web#id=61132&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Code cleanup and technical improvements
This change moves the statusbar click setting into the proper widget configuration area across multiple Odoo apps. It preserves backward compatibility, so users should not see behavior changes, while making the setup cleaner and easier to maintain.
Original PR description
The widget statusbar was using an attribute `clickable` on the field widget to define if the statusbar was clickable. This attribute is in fact not a field attribute but a widget option so it has been moved accordingly. Note that a retro-compatibility adapation is done in the field widget. 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
Helpdesk notification emails now use an updated internal method to determine recipient groups, aligned with broader mail system changes. This should make email notification processing more efficient without changing the visible Helpdesk workflow.
Original PR description
Task: https://www.odoo.com/web#id=54755&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Linked to https://github.com/odoo/odoo/pull/22888