Daily updates from Odoo
Monday, April 4, 2016
2 changes · master
Enhancements to existing features
The product form now hides stock accounting property fields when inventory valuation is set to manual. This reduces confusion because those settings only matter when stock moves automatically create accounting entries under perpetual valuation.
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 …aluation Because if you set the inventory valuation as manual you don't create accounting entries automatically when stock moves are confirmed.
Resolved issues and error corrections
This fixes an issue where saving a customer card through server-to-server payment providers could trigger a confusing warning about unsupported card details. The payment process now ignores those unnecessary fields, reducing noise for users and administrators without changing payment behavior.
Original PR description
How to reproduce the waning: 1. Install any payment acquirer with S2S. 2. Store the card. 3. While storing the card it causes the warning "payment.method.create() includes unknown fields: cc_brand, cc_cvv, cc_expiry, cc_holder_name, cc_number"