[FIX] project_issue: fixed typo in xml that prevented the module to install

bzr revid: qdp-launchpad@openerp.com-20120615152802-6kkzsdkhkk1xw19a
This commit is contained in:
Quentin (OpenERP) 2012-06-15 17:28:02 +02:00
parent 9a6036f38d
commit ced87fd507
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
<separator colspan="4" string="Project Management" name="project_sep"/> <!-- removal of invisible attribute -->
</xpath>
<xpath expr='//separator[@name="project_sep"]' position='after'>
<field name="use_issuess" />
<field name="use_issues" />
</xpath>
</field>
</record>