[FIX] stock_inventory_valuation_pivot: pivot on date wizard

When we use the *Inventory at date* wizard, we were loosing the pivot
view option.

TT38649
This commit is contained in:
david
2022-08-24 09:49:35 +02:00
committed by Christopher Ormaza
parent dab353f65b
commit bbff95d1ae

View File

@@ -32,4 +32,10 @@
>
<field name="view_mode">tree,form,pivot</field>
</record>
<record
id="stock_account.stock_valuation_layer_action"
model="ir.actions.act_window"
>
<field name="view_mode">tree,form,pivot</field>
</record>
</odoo>