commit
cc545bec2b
|
|
@ -93,12 +93,12 @@
|
|||
|
||||
|
||||
|
||||
<!-- <record id="purchase_order_governmental_form_viewe" model="ir.ui.view">-->
|
||||
<!-- <field name="name">purchase.order.governmental.form.customm</field>-->
|
||||
<!-- <field name="model">purchase.order</field>-->
|
||||
<!-- <field name="inherit_id" ref="purchase.purchase_order_form"/>-->
|
||||
<!-- <field name="priority" eval="200"/>-->
|
||||
<!-- <field name="arch" type="xml">-->
|
||||
<record id="purchase_order_governmental_form_viewe" model="ir.ui.view">
|
||||
<field name="name">purchase.order.governmental.form.customm</field>
|
||||
<field name="model">purchase.order</field>
|
||||
<field name="inherit_id" ref="purchase.purchase_order_form"/>
|
||||
<field name="priority" eval="200"/>
|
||||
<field name="arch" type="xml">
|
||||
|
||||
|
||||
<!-- states="wait,sign,sent"-->
|
||||
|
|
@ -110,17 +110,17 @@
|
|||
class="oe_highlight" id="bid_confirm"/>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//button[@name='button_confirm']" position="attributes">
|
||||
<attribute name="attrs">
|
||||
{'invisible':[('state', 'in', ('wait', 'sent')),
|
||||
('is_purchase_budget', '=', True)]}
|
||||
</attribute>
|
||||
</xpath>
|
||||
<!-- <xpath expr="//button[@name='button_confirm']" position="attributes">-->
|
||||
<!-- <attribute name="attrs">-->
|
||||
<!-- {'invisible':[('state', 'in', ('wait', 'sent')),-->
|
||||
<!-- ('is_purchase_budget', '=', True)]}-->
|
||||
<!-- </attribute>-->
|
||||
<!-- </xpath>-->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- </field>-->
|
||||
<!-- </record>-->
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Reference in New Issue