~herrera-dev/addons-vauxoo/review_changes_user_story

« back to all changes in this revision

Viewing changes to user_story/view/userstory_view.xml

  • Committer: jose at vauxoo
  • Date: 2012-10-30 22:44:21 UTC
  • mfrom: (501.34.1 addons-vauxoo)
  • Revision ID: jose@vauxoo.com-20121030224421-mroelsx7z7z7mf0d
 
[MERGE] Merge from arnaldo branch to used user_strory module in 7.0 version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
              <separator string="Description" colspan='4' />
20
20
              <field name="description" colspan="4" nolabel="1" />
21
21
              <separator string="Acceptability Criteria" colspan='4' />
22
 
              <field name="accep_crit_ids" colspan="4" nolabel="1" mode="tree,form">
 
22
              <field name="accep_crit_ids" colspan="4" nolabel="1" >
23
23
                <form string="Acceptability Criteria">
24
24
                  <separator string="Name" colspan='4' />
25
25
                  <field name="name" colspan="4" nolabel="1" />
91
91
      <field name="context">{"search_default_current": uid}</field>
92
92
      <field name="search_view_id" ref="view_userstory_search" />
93
93
    </record>
94
 
    <menuitem parent="project_scrum.menu_scrum" id="menu_action_user_story" action="action_user_story" groups="user_story.group_user_story_manager,user_story.group_user_story_user" />
 
94
    <menuitem parent="project.menu_project_management" id="menu_action_user_story" action="action_user_story" groups="user_story.group_user_story_manager,user_story.group_user_story_user" />
95
95
  </data>
96
96
</openerp>