[IMP] clean up views

bzr revid: rco@openerp.com-20120628154309-pqharl6hu7n8ftut
This commit is contained in:
Raphael Collet 2012-06-28 17:43:09 +02:00
parent 4e354e55c1
commit a252604a65
3 changed files with 27 additions and 31 deletions

View File

@ -9,13 +9,11 @@
<field name="arch" type="xml">
<form string="Convert To Partner" version="7.0">
<header>
<button name="make_order" string="Create Contact" colspan="1" type="object" groups="base.group_partner_manager" class="oe_highlight_on_dirty"/>
or
<button name="make_order" string="Create Contact" type="object" groups="base.group_partner_manager" class="oe_highlight_on_dirty"/>
<label string="or" groups="base.group_partner_manager"/>
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group col="4" colspan="6">
<label string="Are you sure you want to create a contact based on this job request ?"/>
</group>
</form>
</field>
</record>

View File

@ -9,14 +9,12 @@
<field name="arch" type="xml">
<form string="Create New Employee" version="7.0">
<header>
<button name="case_close_with_emp" string="Yes" colspan="1" type="object" class="oe_highlight_on_dirty" />
<button name="case_close_with_emp" string="Yes" type="object" class="oe_highlight_on_dirty" />
<button name="case_close" string="No" type="object"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>
<group>
<label string="Would you like to create an employee ?" colspan="4" />
</group>
<label string="Would you like to create an employee ?"/>
</form>
</field>
</record>

View File

@ -9,7 +9,7 @@
<field name="arch" type="xml">
<form string="Schedule Phone Call" version="7.0">
<header>
<button name="make_phonecall" string="Schedule Phone Call" colspan="1" type="object" class="oe_highlight_on_dirty"/>
<button name="make_phonecall" string="Schedule Phone Call" type="object" class="oe_highlight_on_dirty"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</header>