Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mrp_workorder_quant_manual_assign/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2025 Lucía Echeverría - AvanzOSC
# Copyright 2026 Eñaut Alberdi - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "MRP Workorder Quant Manual Assign",
Expand Down
19 changes: 1 addition & 18 deletions mrp_workorder_quant_manual_assign/views/mrp_workorder_views.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="mrp_production_workorder_form_view_inherit" model="ir.ui.view">
<field name="model">mrp.workorder</field>
<field name="inherit_id" ref="mrp.mrp_production_workorder_form_view_inherit" />
Expand All @@ -20,22 +21,4 @@
</field>
</record>

<record id="mrp_quant_manual_assign_view_tree" model="ir.ui.view">
<field name="model">mrp.workorder</field>
<field
name="inherit_id"
ref="mrp.mrp_production_workorder_tree_editable_view"
/>
<field name="arch" type="xml">
<button name="action_open_wizard" position="before">
<button
name="stock_quant_manual_assign.assign_manual_quants_action"
type="action"
icon="fa-tags"
title="Manual Quants"
attrs="{'invisible':[('state','not in',('progress','ready', 'waiting', 'pending'))]}"
/>
</button>
</field>
</record>
</odoo>