~willowit-openerp-team/willowit-openerp-addons/development

« back to all changes in this revision

Viewing changes to crm_vertical/crm_bugs_vertical_view.xml

  • Committer: Deepak Seshadri
  • Date: 2011-04-04 07:04:07 UTC
  • Revision ID: deepak@willowit.com.au-20110404070407-8j9mnxzzgh53o24t
Remove irrelevant modules from this branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<openerp>
3
 
        <data>          
4
 
                <record id="crm.menu_crm_case_bug_track" model="ir.ui.menu">
5
 
                        <field eval="&quot;terp-sale&quot;" name="icon"/>
6
 
                        <field eval="False" name="parent_id"/>
7
 
                </record>
8
 
                <!-- <record id="base.menu_finance_main" model="ir.ui.menu">
9
 
                        <field ref="base.menu_base_config" name="parent_id"/>
10
 
                </record> -->
11
 
        </data>
12
 
</openerp>