FIX inactive view_production_lot_form_simple (#112)
This commit is contained in:
@@ -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>.
|
||||||
""",
|
""",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user