Update purchase_request_views.xml
This commit is contained in:
parent
472d103bcb
commit
6fba58ee5f
|
|
@ -64,21 +64,21 @@
|
|||
statusbar_visible="draft,dm,direct_manager,send_budget,wait_budget,ceo_purchase,executive_vice,general_supervisor,waiting,done,refuse"/>
|
||||
</header>
|
||||
</xpath>
|
||||
<xpath expr="//page[last()]" position="after">
|
||||
<!-- <xpath expr="//page[last()]" position="after">
|
||||
<page string="For technical management use" name="technical_use"
|
||||
attrs="{'invisible':[('state' , 'in' , 'draft,dm')]}">
|
||||
<group string="For technical management use" name="technical_use">
|
||||
<group>
|
||||
<group> -->
|
||||
<!-- <field name="available" 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')]}"/>
|
||||
<field name="specifications_not_conform"
|
||||
attrs="{'readonly':[('state' , '!=' , 'direct_manager')]}"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</xpath> -->
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="Departments Use" name="dep_use" attrs="{'invisible':[('state' , 'in' , 'draft')]}">
|
||||
<group>
|
||||
|
|
|
|||
Loading…
Reference in New Issue