[DEL]Revert changes of rev 8478

bzr revid: dle@openerp.com-20121226103319-1w4ac1h4y7cfrhns
This commit is contained in:
dle@openerp.com 2012-12-26 11:33:19 +01:00
parent 5c360f7327
commit ed88f2f635
2 changed files with 4 additions and 3 deletions

View File

@ -156,7 +156,7 @@
<label for="section_id"/>
<div>
<field name="section_id"/>
<button name="case_escalate" string="Escalate" type="object" attrs="{'invisible': [('section_id','=',False)]}"/>
<button name="case_escalate" string="Escalate" type="object" states="draft,open,pending"/>
</div>
<field name="type" invisible="1"/>
</group>
@ -421,7 +421,8 @@
<label for="section_id"/>
<div>
<field name="section_id" widget="selection"/>
<button name="case_escalate" string="Escalate" type="object" class="oe_link" attrs="{'invisible': [('section_id','=',False)]}"/>
<button name="case_escalate" string="Escalate" type="object" class="oe_link"
attrs="{'invisible': [('section_id', '=', False)]}"/>
</div>
</group>
<group>

View File

@ -246,7 +246,7 @@
<div class="oe_subtotal_footer_separator oe_inline">
<label for="amount_total" />
<button name="button_dummy"
states="draft,sent" string="(update)" type="object" class="oe_edit_only oe_link"/>
states="draft" string="(update)" type="object" class="oe_edit_only oe_link"/>
</div>
<field name="amount_total" nolabel="1" class="oe_subtotal_footer_separator" widget='monetary' options="{'currency_field': 'currency_id'}"/>
</group>