[IMP] crm_proejct: remove the depends of report_crm

bzr revid: sbh@tinyerp.com-20100305103550-ke1i5pazqnh5we0m
This commit is contained in:
sbh (Open ERP) 2010-03-05 16:05:50 +05:30
parent 597586611e
commit 71709cf916
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['crm','project','report_crm'],
'depends': ['crm','project'],
'init_xml': [
'crm_bugs_data.xml'
],

View File

@ -29,7 +29,7 @@
<record id="view_crm_project_bug_form" model="ir.ui.view">
<field name="name">report.crm.project.bug.form</field>
<field name="model">report.crm.project.bug</field>
<field name="inherit_id" ref="report_crm.view_crm_case_form"/>
<field name="inherit_id" ref="crm.view_crm_case_form"/>
<field name="type">form</field>
<field name="arch" type="xml">
<field name="nbr" position="after">
@ -58,7 +58,7 @@
<record id="view_crm_project_bug_filter" model="ir.ui.view">
<field name="name">report.crm.project.bug.select</field>
<field name="model">report.crm.project.bug</field>
<field name="inherit_id" ref="report_crm.view_crm_case_filter"/>
<field name="inherit_id" ref="crm.view_crm_case_filter"/>
<field name="type">search</field>
<field name="arch" type="xml">
<xpath expr='//search[@string="Search"]/group[@string="Group By..."]/filter[@string="State"]' position='after'>