Update purchase_request_views.xml
This commit is contained in:
parent
1ffdd102fe
commit
472d103bcb
|
|
@ -69,8 +69,8 @@
|
||||||
attrs="{'invisible':[('state' , 'in' , 'draft,dm')]}">
|
attrs="{'invisible':[('state' , 'in' , 'draft,dm')]}">
|
||||||
<group string="For technical management use" name="technical_use">
|
<group string="For technical management use" name="technical_use">
|
||||||
<group>
|
<group>
|
||||||
<field name="available" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
<!-- <field name="available" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
||||||
<field name="unavailable" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
<field name="unavailable" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/> -->
|
||||||
<field name="specifications_conform"
|
<field name="specifications_conform"
|
||||||
attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
||||||
<field name="specifications_not_conform"
|
<field name="specifications_not_conform"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue