~cristian-rocha/eficent-openerp-project-management/eficent-openerp-project-management

« back to all changes in this revision

Viewing changes to project_category/project_view.xml

  • Committer: Cristian Sebastian Rocha
  • Date: 2012-11-27 15:11:36 UTC
  • Revision ID: crocha@kekkaishi.jjdiazarana.net-20121127151136-hzzp8jl8iqhovqx3
[FIX] Fix multiple bugs to make it installable in 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
            <field name="type">form</field>
42
42
            <field name="inherit_id" ref="project.edit_project"/>
43
43
            <field name="arch" type="xml">
44
 
                <page string="Administration" position="after"> 
 
44
                <page string="Other Info" position="after">     
45
45
                        <page string="Categories">                              
46
46
                                <field  colspan="4" name="category_id" nolabel="1"/>
47
47
                        </page>