File tree 1 file changed +5
-2
lines changed
purchase_requisition_bid_selection/view
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
<record model =" ir.ui.view" id =" view_purchase_requisition_form" >
10
10
<field name =" name" >purchase.requisition.form.inherit</field >
11
11
<field name =" model" >purchase.requisition</field >
12
- <field name =" inherit_id" ref =" purchase_requisition .view_purchase_requisition_form" />
12
+ <field name =" inherit_id" ref =" purchase_requisition_multicurrency .view_purchase_requisition_form" />
13
13
<field name =" arch" type =" xml" >
14
14
15
15
<xpath expr =" //header/field[@name='state']" position =" attributes" >
32
32
33
33
<xpath expr =" //field[@name='user_id']" position =" after" >
34
34
<field name =" bid_tendering_mode" attrs =" {'readonly': [('state','not in',('draft'))]}" />
35
- <field name =" pricelist_id" attrs =" {'readonly': [('state','not in',('draft'))]}" />
36
35
<field name =" budget" />
37
36
</xpath >
38
37
38
+ <xpath expr =" //field[@name='pricelist_id']" position =" attributes" >
39
+ <attributes name =" attrs" >{'readonly': [('state','not in',('draft'))]}</attributes >
40
+ </xpath >
41
+
39
42
<separator string =" Requests for Quotation" position =" attributes" >
40
43
<attribute name =" string" >Requests for Quotation / Bids</attribute >
41
44
</separator >
You can’t perform that action at this time.
0 commit comments