Daily updates from Odoo
Monday, March 19, 2018
16 changes
Enhancements to existing features
The stock picking screen will no longer show the traceability report button for products that do not use tracking. This reduces confusion for users by only showing traceability options when relevant product tracking data exists.
Original PR description
Description of the issue/feature this PR addresses: The stat button traceability report always appear even if there in no tracking. Current behavior before PR: The stat button traceability report should only appear when there is tracking for product. Desired behavior after PR is merged: The stat button traceability report should only appear when there is tracking for the product. Issue: https://www.odoo.com/web#id=1815243&view_type=form&model=project.task&action=327&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Monetary fields now show currency symbols directly next to the amount, creating a more compact and consistent display across Odoo. The update also improves amount entry so values can still be understood whether users type a currency symbol with a normal space, non-breaking space, or no space.
Original PR description
Description of the issue/feature this PR addresses: - Monetary field display a space between the currency and the amount. Current behavior before PR: - Currently there is a space between currency symbol and the amount in monetary field. Desired behavior after PR is merged: - Now space is remove between currency symbol and the amount in monetary field. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Task : https://www.odoo.com/web#id=33597&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.306ea5a575b4ecffeb3af35626ae7496
Editable list views now handle column sorting more consistently while a cell is being edited. This helps users keep working in lists without losing expected sorting behavior, including in columns that contain action buttons.
Original PR description
Issue : https://www.odoo.com/web#id=749480&view_type=form&model=project.issue&action=963&active_id=681&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 update improves the names and descriptions of tax records in several country-specific accounting localizations. Clearer tax labels help business users identify the right taxes more easily and reduce confusion during accounting setup and reporting.
Original PR description
Task: https://www.odoo.com/web?#id=32632&view_type=form&model=project.task&action=333&active_id=131&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 update adds test coverage for basic fields in the Manufacturing app to help confirm core behavior works as expected. It reduces the risk of future changes accidentally breaking manufacturing screens or field handling.
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 website checkout now presents a single, clearer field for both coupon and promotional codes. This reduces confusion for shoppers and simplifies the discount entry experience without changing the underlying discount logic.
Original PR description
…upon management) and coupon code(of pricelist) to string 'Coupon/Promo ode' and merged the field. Description of the issue/feature this PR addresses: https://www.odoo.com/web#id=30563&view_type=form&model=project.task&action=327&menu_id= 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 stock app removes an outdated menu for latest inventories and moves after recent stock refactoring made it unnecessary. Inventory adjustment searches are also improved by allowing users to find lines by product, helping teams locate stock records more easily.
Original PR description
…r refactoring of stock this menu will be useless. Description of the issue/feature this PR addresses: task link is - https://www.odoo.com/web#id=30937&view_type=form&model=project.task&action=327&menu_id= 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
Mail-related settings are now cached and fetched together, reducing repeated checks behind the scenes. This should make mail features a little more efficient without changing how users work.
Original PR description
Task: https://www.odoo.com/web#id=1817945&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Admin, demo, and portal demo users now include preset address, phone, and email details in the base demo data. This reduces manual setup during demonstrations and testing by making these sample users more complete out of the box.
Original PR description
Description of the issue/feature this PR addresses: Admin, Demo and Portal Users should have address + phone + email address Task: https://www.odoo.com/web#id=23929&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.0cad3288276b7c00d6e9f04aa5f4c10c Current behavior before PR: There is no default contact detail of admin, demo user and portal user, user should have to filled it up manually at frontend.. Desired behavior after PR is merged: There will be default address, phone number and email address for all three users: admin,demo user & portal user in base demo data ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The pivot and graph views now use the label “Count” instead of repeating “Quantity” in places where records are being counted. This makes reports clearer for users and reduces confusion between item quantities and record counts.
Original PR description
Description of the issue/feature this PR addresses: - Pivot Table: Quantity --> Count Task:https://www.odoo.com/web#id=27083&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.8e8443b538554396b2a7da96c1421cd0 Current behavior before PR: - [GENERIC]:In the pivot view and graph view, 'Quantity' string is repeated more than one times. Desired behavior after PR is merged: - [GENERIC]:In the pivot view and graph view, 'Quantity' string is renamed into 'Count' ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update refreshes demo data in CRM and Purchase so sample records better reflect real business workflows. CRM demo leads now include logged activities, while purchase demo orders are confirmed, making reports and examples more meaningful for evaluation and training.
Original PR description
Task: https://www.odoo.com/web#id=21284&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.jK5sgBHTi88ogCdN
The customer invoice list now matches the invoice form by hiding the due date column except in debug/technical mode. This avoids showing a potentially misleading computed due date when payment terms may include multiple due dates, encouraging users to rely on payment terms instead.
Original PR description
Task:https://www.odoo.com/web?#id=22930&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.36af349d1f27ee9e0f49138e7e2fea43 Description of the issue/feature this PR addresses: Due date is in no_one group on the Invoice form but not on list view ==> inconsistency Desired behavior after PR is merged: Customers Invoices list view : due date column in no_one group ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enabling the Website Pop-up option in mass mailing settings will now also install the required website mailing feature. This prevents users from turning on a setting that would not work because its supporting module was missing.
Original PR description
issue:https://www.odoo.com/web?#id=671345&view_type=form&model=project.issue&action=609&menu_id=4720 ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The product sale price field now uses a monetary display, making prices easier to read with the appropriate currency formatting. This helps users interpret product pricing more quickly and consistently in product screens.
Original PR description
Task : https://www.odoo.com/web#id=21384&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.RoJGIS4CBuA6ojbO
This update adjusts the order in which manufacturing operation screens are presented, so users land on the most appropriate view first. It makes navigation more consistent and reduces small usability friction for production teams.
Original PR description
Issue: https://www.odoo.com/web?#id=642072&view_type=form&model=project.issue&menu_id=4120&action=609
The HR data now includes Sales, Accounting, and Services departments in the standard and demo records. This makes company structures more complete out of the box, helping users see and test common department setups more easily.
Original PR description
Task: https://www.odoo.com/web#id=13078&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.EmhaMYqgT2OrcOWi