-
- Downloads
[FIX] spreadsheet_dashboard_stock_account: domain includes consumables
Stock valuation layers are generated for storable and consumable products. However, given that we don't keep track of its quants we hide those layers by default.
by adding a domain [('product_id.type', '=', 'product')].
On the dashboard, such domain is currently not present. As a result, our inventory valuation value is not the same if we look at it though the dashboard.
This commit adds the same domain so that the value of the inventory shown is always the same (which means not including consumable products).
OPW-3275521
closes odoo/odoo#120118
Signed-off-by:
Lucas Lefèvre (lul) <lul@odoo.com>
Please register or sign in to comment