mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_progress_button: Migration to 14.0
This commit is contained in:
committed by
AaronHForgeFlow
parent
0dd628175c
commit
08623a9e4d
@@ -5,10 +5,10 @@
|
||||
<field name="model">mrp.production</field>
|
||||
<field name="inherit_id" ref="mrp.mrp_production_form_view" />
|
||||
<field name="arch" type="xml">
|
||||
<button name="action_assign" position="after">
|
||||
<button name="action_assign" position="before">
|
||||
<button
|
||||
name="action_progress"
|
||||
attrs="{'invisible': ['|', ('state', '!=', 'confirmed'), ('routing_id', '!=', False)]}"
|
||||
attrs="{'invisible': [('state', '!=', 'confirmed')]}"
|
||||
type="object"
|
||||
string="Mark As Started"
|
||||
class="oe_highlight"
|
||||
|
||||
Reference in New Issue
Block a user