Update competitve_purchase.xml
This commit is contained in:
parent
c2dcdc826d
commit
687717f92f
|
|
@ -14,9 +14,9 @@
|
|||
<xpath expr="//field[@name='partner_id']" position="attributes">
|
||||
<attribute name="attrs">{'readonly':[('state', '!=','draft')]}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='is_analytic']" position="attributes">
|
||||
<!-- <xpath expr="//field[@name='is_analytic']" position="attributes">
|
||||
<attribute name="attrs">{'readonly':[('state', '!=',('draft','waiting'))]}</attribute>
|
||||
</xpath>
|
||||
</xpath> -->
|
||||
<xpath expr="//field[@name='state']" position="replace">
|
||||
<field name="state" widget="statusbar" statusbar_visible="draft,dm,str_pro_department,direct_manager,send_budget,wait_budget,budget_approve,general_supervisor,waiting"/>
|
||||
</xpath>
|
||||
|
|
@ -152,10 +152,10 @@
|
|||
</xpath>
|
||||
|
||||
|
||||
<xpath expr="//page[@name='dep_use']" position="replace"/>
|
||||
<xpath expr="//page[@name='technical_use']" position="replace"/>
|
||||
<!-- <xpath expr="//page[@name='dep_use']" position="replace"/>
|
||||
<xpath expr="//page[@name='technical_use']" position="replace"/> -->
|
||||
<xpath expr="//page[@name='procurement_use']" position="replace"/>
|
||||
<xpath expr="//page[@name='note']" position="replace"/>
|
||||
<!-- <xpath expr="//page[@name='note']" position="replace"/> -->
|
||||
|
||||
</field>
|
||||
</record>
|
||||
|
|
|
|||
Loading…
Reference in New Issue