Merge pull request #1240 from expsa/fix_issue_preprod_po

Update purchase_request_views.xml
This commit is contained in:
zainab2097 2024-09-22 23:04:19 +03:00 committed by GitHub
commit 4104d5c599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@
attrs="{'invisible':[('state' , 'in' , 'draft,dm')]}">
<group string="For technical management use" name="technical_use">
<group>
<field name="available" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
<field name="unavailable" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
<!-- <field name="available" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
<field name="unavailable" attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/> -->
<field name="specifications_conform"
attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
<field name="specifications_not_conform"