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

@@ -19,6 +19,7 @@ The usability enhancements include:
* add a group by Partner in the picking search view (particularly usefull for receptions) * add a group by Partner in the picking search view (particularly usefull for receptions)
* add graph view for pickings * add graph view for pickings
* remove ability to translate stock.location, stock.location.route and stock.picking.type * remove ability to translate stock.location, stock.location.route and stock.picking.type
* unactive view "stock.view_production_lot_form_simple" because it doesn't include smart buttons Locate and Traceability Report ; then we only use the main view "stock.view_production_lot_form" like in previous odoo versions
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>. This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""", """,

View File

@@ -438,5 +438,12 @@ So I create another "regular" Quants" menu entry -->
<field name="context">{}</field> <!-- remove group by product --> <field name="context">{}</field> <!-- remove group by product -->
</record> </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> </odoo>