Skip to content
Snippets Groups Projects
Commit 821e2b83 authored by Rucha Patel's avatar Rucha Patel
Browse files

[FIX]: crm: Opportunity form view needs high priority as lead and opportunity are same object

lp bug: https://launchpad.net/bugs/615314 fixed

bzr revid: rpa@tinyerp.com-20100812134017-kf0flaz99ua192k6
parent 91147298
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@
<field name="name">Opportunities</field>
<field name="model">crm.lead</field>
<field name="type">form</field>
<field name="priority">10</field>
<field name="arch" type="xml">
<form string="Opportunities">
<group colspan="4" col="7">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment