[FIX] Fixed some buggy view_modes with trailing commas

bzr revid: fme@openerp.com-20120109121108-ettcb2wrp7m01yfr
This commit is contained in:
Fabien Meghazi 2012-01-09 13:11:08 +01:00
parent c392fc6276
commit 53547e3a7c
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
name="Meetings"
res_model="crm.meeting"
src_model="crm.lead"
view_mode="tree,form,calendar,"
view_mode="tree,form,calendar"
context="{'default_duration': 4.0, 'default_opportunity_id': active_id}"
domain="[('opportunity_id', '=', active_id)]"
view_type="form"/>

View File

@ -18,7 +18,7 @@
name="Meetings"
res_model="crm.meeting"
src_model="crm.phonecall"
view_mode="tree,form,calendar,"
view_mode="tree,form,calendar"
context="{'default_duration': 4.0, 'default_phonecall_id': active_id}"
domain="[('phonecall_id', '=', active_id)]"
view_type="form"/-->