FIX inactive view_production_lot_form_simple (#112)

This commit is contained in:
David Beal
2019-12-03 09:20:16 +01:00
committed by GitHub
parent f64d190ac3
commit 34a4c573b1
2 changed files with 8 additions and 0 deletions

View File

@@ -438,5 +438,12 @@ So I create another "regular" Quants" menu entry -->
<field name="context">{}</field> <!-- remove group by product -->
</record>
<record id="stock.view_production_lot_form_simple" model="ir.ui.view">
<!-- This view doesn't include smart buttons:
- Locate
- Traceability Report
-->
<field name="active" eval="0"/>
</record>
</odoo>