[FIX]: Remove unused space.

bzr revid: atp@tinyerp.com-20120505180349-tlrsdqqpjpm1haaf
This commit is contained in:
Atul Patel (OpenERP) 2012-05-05 23:33:49 +05:30
parent 3a6ac9be11
commit 80a595d631
3 changed files with 95 additions and 97 deletions

View File

@ -53,7 +53,7 @@ Note that:
],
'demo_xml': ['event_demo.xml'],
'test': ['test/process/event_draft2done.yml'],
'css': ['static/src/css/*.css'],
'css': ['static/src/css/event.css'],
'js': ['static/src/js/event.js'],
'qweb': ['static/src/xml/event_address.xml'],
'installable': True,

View File

@ -182,7 +182,6 @@
<td class="oe_td_date_border">End</td><td><field name="date_end" nolabel="1" readonly="1"/></td>
</tr>
</table>
</td>
</tr>
</table>

View File

@ -54,7 +54,6 @@
</field>
</record>
<record model="ir.ui.view" id="view_event_form_inherit">
<field name="name">Events Inherit</field>
<field name="model">event.event</field>