mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[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:
committed by
Christopher Ormaza
parent
dab353f65b
commit
bbff95d1ae
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user