[IMP] crm: make opportunity2phone call view web client friendly

bzr revid: fme@openerp.com-20110110103814-bitls55q0npsppcb
This commit is contained in:
Fabien Meghazi 2011-01-10 11:38:14 +01:00
parent a54a804d6b
commit e164ef41dd
1 changed files with 6 additions and 6 deletions

View File

@ -19,11 +19,11 @@
<field name="section_id" widget="selection" />
<field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'crm.phonecall')]"/>
<separator string="" colspan="4"/>
<label string ="" colspan="2"/>
<button name="action_cancel" string="_Cancel"
icon="gtk-cancel" special="cancel" />
<button name="action_apply" type="object"
string="_Schedule Call" icon="gtk-ok" />
<group colspan="4">
<label string ="" colspan="2"/>
<button name="action_cancel" string="_Cancel" icon="gtk-cancel" special="cancel" />
<button name="action_apply" type="object" string="_Schedule Call" icon="gtk-ok" />
</group>
</group>
</form>
</field>
@ -41,4 +41,4 @@
</record>
</data>
</openerp>
</openerp>