Skip to content
Snippets Groups Projects
Commit 53547e3a authored by Fabien Meghazi's avatar Fabien Meghazi
Browse files

[FIX] Fixed some buggy view_modes with trailing commas

bzr revid: fme@openerp.com-20120109121108-ettcb2wrp7m01yfr
parent c392fc62
No related branches found
No related tags found
No related merge requests found
......@@ -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"/>
......
......@@ -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"/-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment