Friday, August 10, 2018
4 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 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 ?