diff --git a/stock_quant_reservation_info_mrp/__manifest__.py b/stock_quant_reservation_info_mrp/__manifest__.py index 0464cad0aff7..93757cc1e807 100644 --- a/stock_quant_reservation_info_mrp/__manifest__.py +++ b/stock_quant_reservation_info_mrp/__manifest__.py @@ -4,9 +4,9 @@ { "name": "Stock Move Reservation Info MRP", - "summary": "Allows to see the manufacturing order " - "related to the reserved info of Products", - "version": "16.0.1.0.0", + "summary": "Allows to see the manufacturing order" + " related to the reserved info of Products", + "version": "17.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Generic", diff --git a/stock_quant_reservation_info_mrp/views/stock_move_line.xml b/stock_quant_reservation_info_mrp/views/stock_move_line.xml index 0184c94d2769..cdfed05d2cf7 100644 --- a/stock_quant_reservation_info_mrp/views/stock_move_line.xml +++ b/stock_quant_reservation_info_mrp/views/stock_move_line.xml @@ -15,7 +15,7 @@ class="btn btn-link text-info" icon="fa-arrow-right" title="Related MO" - attrs="{'invisible': [('production_id', '=', False)]}" + invisible="not production_id" /> @@ -30,7 +30,7 @@