Daily updates from Odoo
Monday, August 22, 2016
10 changes · master
Enhancements to existing features
This update removes code paths that could never run and adds an automated check to catch similar issues in the future. It helps keep the system easier to maintain with no expected change for everyday users.
Original PR description
This commits adds the check W0101 to test_pylint and fixes the errors. The index in sequence.py was added in rev 1381ac139ed33e858ae6af34f61d04becbcc06bf and cancelled a day later in 83fdc271e6c0606dd91d266680a81b9596da27fa so i guess it is safe to remove it.
The Point of Sale app can now be installed without also installing the Sales app, reducing unnecessary setup for businesses that only need POS. The POS product menu now opens the individual product view in a kanban layout, making product selection and management more aligned with POS usage.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=27296&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-05PCJ1KVSS Current behavior before PR: - POS app install Sales app. (Not requited) - Product menu of POS show product template. Desired behavior after PR is merged: - POS app should not install Sales app. - Products menu of POS should show product.product. (Default View: Kanban) ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website administration dashboards have been visually refreshed to make key business information easier to scan and understand. This improves the day-to-day experience for teams managing website visits, leads, and online sales from Odoo.
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 About option is removed from the user preferences menu and its key information is now shown in the Settings dashboard. This makes version details and developer mode access easier to find in the area where administrators already manage system settings.
Original PR description
…oard Fp request: In the user preferences menu, remove "About Us" and put the version number in the Settings dashboard somewhere, as well as the link to switch to developer mode. Odoo is not a desktop application anymore.
Recruitment interview forms are now separated into an optional survey add-on, so companies can use job applications without survey-related features by default. This simplifies the standard recruitment flow while still allowing interview questionnaires to be enabled when needed.
Original PR description
Task : https://www.odoo.com/web?#id=27020&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.76f04153de1f179a86c57bdb7b2814be 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 graphs now use a clearer scale, starting from zero and adjusting to the highest value in the visible period. This makes bank and journal balances easier to interpret and avoids the misleading impression that values are near zero.
Original PR description
Description of the issue/feature this PR addresses: - Improve proportions of graph in the accounting dashboard <strong>Task: </strong> https://www.odoo.com/web#id=23461&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 <strong>Pad: </strong>https://pad.odoo.com/p/r.d38f87801e3811e672cdd2f33d3dcc97 Current behavior before PR: - Graph does not proper display. Desired behavior after PR is merged: - Graph is properly Display. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr -Appending .forceY([0]) to the instantiation of the chart forces the axis to take on the range specified in the array.
Sales users who mark multiple opportunities as lost will now be prompted to choose a lost reason first. The selected reason is then applied to all chosen opportunities, improving reporting consistency and helping teams better understand why deals are lost.
Original PR description
Description of the issue/feature this PR addresses: - [crm] lost reason in mass - TASK:-https://www.odoo.com/web#id=27255&view_type=form&model=project.task&action=327&menu_id=4720 - PAD:- https://pad.odoo.com/p/r.476dc2815e2b2e3e85102b4148590ec1 Current behavior before PR: - Marking Opportunities as lost in mass directly marked opportunities as lost without the lost reason. Desired behavior after PR is merged: - Marking Opportunities as lost in mass first asks for the lost reason through wizard and then mark selected opportunities as lost with the selected lost reason. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The user preferences menu no longer shows the About option. Version information and the developer mode link are now available from the Settings dashboard, making the interface cleaner and better aligned with Odoo’s web-based experience.
Original PR description
…oard Fp request: In the user preferences menu, remove "About Us" and put the version number in the Settings dashboard somewhere, as well as the link to switch to developer mode. Odoo is not a desktop application anymore.
Resolved issues and error corrections
Sales teams can now select event tickets with unlimited availability when creating sales order lines. This prevents valid tickets from being hidden and helps ensure customers can be sold all available event options.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web?#id=26869&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/openerp-project.task-E14TYZOQE2 Current behavior before PR: A ticket whose seats_availability is unlimited, is not shown on sale order line. Desired behavior after PR is merged: A ticket whose seats_availability is unlimited, it should be shown on sale order line. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
State and region codes were made consistent by removing repeated country prefixes where the country is already linked separately. This reduces confusion and helps keep location data cleaner across the system.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Inconsistent use of code field concerning ISO 3166-2 subdivision notation Desired behavior after PR is merged: Consistent use of code field (removing country prefix as it is linked anyway) https://github.com/odoo/odoo/pull/13069#issuecomment-238498067 @mart-e Thank you for merging. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr