[IMP] remove whitespaces

bzr revid: abo@openerp.com-20121004143841-h1vjvn87nsvfvxnt
This commit is contained in:
Antonin Bourguignon 2012-10-04 16:38:41 +02:00
parent ba97319054
commit 1a84478f61
3 changed files with 3 additions and 5 deletions

View File

@ -115,5 +115,3 @@ class crm_meeting(base_state, osv.Model):
def case_close_send_note(self, cr, uid, ids, context=None):
return self.message_post(cr, uid, ids, body=_("Meeting <b>completed</b>."), context=context)

View File

@ -73,7 +73,7 @@
<sheet>
<div class="oe_title">
<div class="oe_edit_only">
<label for="name"/>
<label for="name"/>
</div>
<h1>
<field name="name"/>
@ -299,7 +299,7 @@
<field name="context">{"calendar_default_user_id": uid}</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to schedule a new meeting.
Click to schedule a new meeting.
</p><p>
The calendar is shared between employees and fully integrated with
other applications such as the employee holidays or the business

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<openerp>
<data>
<record id="act_event_list_register_event" model="ir.actions.act_window">
<field name="res_model">event.registration</field>
<field name="view_type">form</field>