Daily updates from Odoo
Friday, February 17, 2017
2 changes · master
Enhancements to existing features
This update prevents users from creating new accounts directly from the account selection field. It helps maintain stronger accounting controls by reducing accidental or unauthorized account creation during data entry.
Original PR description
Description of the issue/feature this PR addresses: Add security on removing the possibilty to create an account. 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
Resolved issues and error corrections
The product search used when working with bills of materials has been corrected so matching items are no longer omitted when many products share the same keyword. This helps users reliably find all relevant bills of materials and avoids missing manufacturing records during lookup.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: When you search in mrp.bom, and if you have lot of product (product with and without bom) with a same keyword, the return of search is not complete (some bom doesn't appear). Desired behavior after PR is merged: All bom appear -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr