Skip to content

Commit

Permalink
[MIG] stock_quant_reservation_info_mrp: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MeritxellAForgeFlow committed Dec 13, 2024
1 parent a2b459c commit e8d110e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions stock_quant_reservation_info_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions stock_quant_reservation_info_mrp/views/stock_move_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</button>
</field>
Expand All @@ -30,7 +30,7 @@
<field
name="production_id"
string="Manufacturing Order"
attrs="{'invisible': [('production_id', '=', False)]}"
invisible="not production_id"
readonly="1"
/>
</field>
Expand Down

0 comments on commit e8d110e

Please sign in to comment.