Daily updates from Odoo
Monday, December 3, 2018
1 change
Features or functions removed from Odoo
Product cost method and inventory valuation settings are no longer stored separately on individual products. Odoo now consistently uses the product category settings, reducing confusion and making stock accounting migrations more reliable.
Original PR description
The fields property_cost_method ad property_valuation are never shown on the products but they sometimes are set. This creates confusion and some difficulties in the migration (the cost method/valuation on the products are different than the one set on the categories). We remove them and only use the one on the categories. Task: 1866333