From e8d110ef3d86a5cec8e48ec22715c9ac5ed90207 Mon Sep 17 00:00:00 2001 From: Meritxell Abellan Date: Fri, 29 Nov 2024 09:40:59 +0100 Subject: [PATCH] [MIG] stock_quant_reservation_info_mrp: Migration to 17.0 --- stock_quant_reservation_info_mrp/__manifest__.py | 6 +++--- stock_quant_reservation_info_mrp/views/stock_move_line.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 @@