Daily updates from Odoo
Tuesday, November 12, 2019
8 changes
Enhancements to existing features
New websites now start with a clear default theme option, making the theme selection process easier to understand. Users can switch themes from the customization flow, improving the website setup experience without requiring technical steps.
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
Demo products and partner records are no longer tied to the administrator's company when they are meant to be shared. This makes multi-company demo setups work more consistently across inventory, manufacturing, purchasing, and point of sale flows.
Original PR description
The same as PR https://github.com/odoo/odoo/pull/21220. I made this PR again just to be able to make changes and updates in order to assure this PR gets green. I have tested locally and there is nothing wrong :S -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request reorganizes and cleans up automated tests across several Odoo areas, especially accounting, CRM, manufacturing, delivery, and HR. It reduces duplicate test runs and separates test-only automation code, helping teams maintain quality checks more efficiently without changing day-to-day product behavior.
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
When creating or editing a task without a selected project, the stage status bar will now stay empty instead of showing unrelated stages. This keeps the task form cleaner and helps users avoid choosing an inappropriate stage before the project context is known.
Original PR description
Purpose ======= If the user creates a task and if the project isn't set, then all the stages that are not linked to a project are displayed, which is polluting the form view. Specifications ============== If no project is set on the task form view, do not display any stages in the statusbar. 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
The accounting dashboard now shows the relevant tax return period based on each company’s tax filing frequency. This helps users quickly understand which tax period an activity relates to, without incorrectly applying the information to unrelated activities.
Original PR description
Task [2076244](https://www.odoo.com/web#id=2076244&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) Commit 4a1bbbf added that but it had to be reverted because it didn't take into account the periodicity of the tax return of the company and because it added the period for all mail.activity 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 update cleans and streamlines internal automated tests across several business areas, mainly by removing outdated comments, renaming shared test helpers, and preventing duplicate payroll-accounting test runs. It improves maintainability and reliability of the test suite without changing customer-facing product behavior.
Tax closing activities now start from the current month by default instead of a later quarter-end month. Activity details also keep the defaults from the selected activity type while allowing that type to be edited, reducing manual corrections during setup.
Original PR description
Task [2076244](https://www.odoo.com/web#id=2076244&action=333&active_id=967&model=project.task&view_type=form&menu_id=4720) * The first default tax closing date should be the current month, not the last month of the current quarter * The default values of the activity should come from the activity type, and the activity type should be editable (before values were erased) Community PR https://github.com/odoo/odoo/pull/38199
Odoo Studio now makes it easier to find the correct related field when creating one-to-many fields. Users can search by both display names and technical names for fields and models, reducing confusion from duplicate-looking labels.
Original PR description
Task : https://www.odoo.com/web?#id=2083620&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-29VGAW40Z7