Friday, August 10, 2018
7 changes · master
Resolved issues and error corrections
Pricelist tests now consistently use the euro currency, even if other installed modules have changed the sample data. This helps make test results more predictable and reduces failures caused by unrelated localization settings.
Original PR description
Before this another module, notably of kind localization could have altered the demo data. This commit ensures the price list is always standardized on EUR. This is one step towards making test executions idempotent and reduce side effects. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The help text for a configuration option was corrected to avoid implying that a command installs every module. This reduces confusion for administrators and support teams when setting up or maintaining Odoo instances.
Original PR description
This is quite misleading, `-i all` does NOT install all modules Either this doc is wrong, then the semantic "all" is quite confusing, or the implementation itself is flawed and `-i all` is meant to install all modules, then it should be fixed there.. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The initialization option that promises to install all available modules now does so instead of only installing the base module. It skips modules that cannot be installed and themes that conflict with each other, making setup behavior match what users are told to expect.
Original PR description
Before init all was just installing base, with this commit, it installs all modules (as advertised in the config flag help text) excluding uninstallable modules and themes (as they are mutually conflicting) Replaces #24452 As an alternative to #24451 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update fixes issues in the onboarding flow so setup steps behave more consistently across accounting and payment configuration screens. It also renames tax identification labels to “Tax ID,” making company and partner information clearer for users.
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
The HR demo data now gives the administrator's employee record the same name and image as the related user account. This keeps sample employee information consistent and avoids confusion when reviewing or demonstrating HR records.
Original PR description
<b> Issue:</b> https://www.odoo.com/web?#id=1872292&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 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 a Point of Sale report issue where the same information could appear twice because both an original field and its stored related copy were shown. The change keeps reports cleaner and reduces confusion for users reviewing sales data.
Original PR description
…ated stored to this field @mart-e You're the one for the PoS ?
This update fixes several onboarding issues caused by a technical migration and makes setup steps behave more consistently across dashboards. Businesses should see smoother onboarding, clearer step completion, and fewer repeated celebration animations when returning to pages.