Daily updates from Odoo
Thursday, November 15, 2018
7 changes
Enhancements to existing features
Users can now click values in pivot reports to open the related records in a list view. This makes it faster to investigate figures in CRM, Events, Expenses, and Recruitment reports without manually recreating filters.
Original PR description
https://www.odoo.com/web#id=1895410&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
The IAP option in the Web Settings Dashboard is now presented as a full dashboard tile instead of a simple text link. This makes the service easier to notice and access for users managing settings.
Original PR description
The IAP link in Web Settings Dashboard used to be a simple text link in DashboardApps, now we've created a full div -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Each company now gets its own key stock locations for inventory loss, production, scrap, and transit. This lets businesses apply company-specific accounting rules more accurately across stock, manufacturing, and repair operations.
Original PR description
Each company should have their own inventory loss, production, scrap and transit locations in order to apply specific accounting configurations. TASK 1882269
The settings dashboard now places the App Store and Play Store links in the last column. This keeps mobile app access available while freeing the previous area for upcoming in-app purchase information.
Original PR description
Move the links to the mobile apps to the last column because their previous position will be used for IAP
This update adjusts an internal barcode inventory test to use the correct inventory loss setting from the product. It helps keep stock barcode quality checks aligned with current inventory configuration, reducing the chance of false test failures.
Original PR description
The inventory loss location used in this test was a data of the inventory location that has been removed from community version, and so we use the correct property value set on the product
Users can now click values in CRM and Helpdesk pivot reports to open the matching list of records. This makes it easier to move from summary reporting to the underlying details without extra filtering steps.
Original PR description
Task : https://www.odoo.com/web#id=1895410&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720 Purpose : Allow users to click on the pivot cells and be redirected to the relevant tree view Previous behavior : Linking was disabled Post behavior: Linking is enabled and users can click on the pivot cell which will redirect them to the relevant list view
The external trade localization no longer defines the CURP field because it is now provided by the main Mexican electronic invoicing module. This reduces duplicate data setup and keeps partner information managed in one shared place.
Original PR description
The CURP field now is added by the l10n_mx_edi module.