Daily updates from Odoo
Thursday, October 25, 2018
3 changes · master
Resolved issues and error corrections
This fixes demo data in the website sales area so a sample service product uses a supported invoicing setup. It prevents an empty or confusing service policy selection when users view that demo product form.
Original PR description
Otherwise, the product is a service based on delivered quantity which is not a covered case by the service_policy field on product form view (the selection will be empty). Asked in Task-1859308 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 partner screen’s supplier invoice button now shows the correct total by including supplier credit invoices. This gives users a more complete and accurate view of supplier activity from the partner record.
Original PR description
[FIX] Partner form view supplier invoice smartbutton shows incorrect amount of invoices since it doesn't show supplier credit invoices. Description of the issue/feature this PR addresses: Smartbutton on partner shows incorrect amount of supplier invoices. Current behavior before PR: Supplier credit invoices are not shown. Desired behavior after PR is merged: All invoices are shown. Issue also present in new version. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Stock move screens will now show the detailed operations icon whenever the relevant inventory capabilities are enabled for the company. This makes the interface more predictable for users managing tracked products, multiple locations, or consignment stock.
Original PR description
…l group is active Stock moves show a detailed operations icon if the tracking, locations, or consignment allow to be configured. However it did so on a per move basis, only displaying it if the considered move has some of these features. This fix makes it that the "detailed operations" icon is always displayed if at least one group of group_tracking_lot, group_stock_multi_locations, or group_tracking_owner is active, regardless of what is set on that particular move. opw 1893106 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