Monday, January 16, 2017
1 change · master
Enhancements to existing features
The price-change process now asks for a counter-part account only when the product uses automated inventory valuation. This avoids unnecessary account selection when users compute costs from a bill of materials for products that do not need automated valuation accounting.
Original PR description
In commit 40bd4a2f051, the counter-part account is made selectable and required when changing the price of a product. However, the same wizard is reused for the "Compute from BOM" feature, in module `product_extended`. This forces the user to set an account even if the product valuation is not "Perpetual (automated)". In this commit, the field becomes required only if the product valuation is "Perpetual (automated)". opw-697866