Merge lp:~sebastien.beau/openobject-addons/trunk-improve-project-issue into lp:openobject-addons

Proposed by Sébastien BEAU - http://www.akretion.com
Status: Rejected
Rejected by: Fabien (Open ERP)
Proposed branch: lp:~sebastien.beau/openobject-addons/trunk-improve-project-issue
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
project_issue/project_issue_view.xml (+1/-1)
To merge this branch: bzr merge lp:~sebastien.beau/openobject-addons/trunk-improve-project-issue
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+74752@code.launchpad.net

Description of the change

Hi
I just propose a little merge.
Indeed in the view project issue the field related assigned is visible even if the field task is empty (the field related read his result from the field "assigned to" of the task).
So without task you can not fill the field "assigned to" of the project_issue.

When a customer use this module, he try to fill this field before the task and think that openerp bug. So the field related should be invisible if the task is empty.

Moreover It will be cleaner to place this field after the field "task_id" as the customer have to fill the task_id before cmodifying the "assigned_to"

My 2 cents

To post a comment you must log in.
4954. By Sébastien BEAU - http://www.akretion.com

[IMP] project_issue : improve user inteface, field assigned is only visible if the field task is fill

Revision history for this message
Fabien (Open ERP) (fp-tinyerp) wrote :

hello, thank for the contrib.
I reject the proposal as project_issue changed since the proposal, we do not have assigned_to anymore.

Unmerged revisions

4954. By Sébastien BEAU - http://www.akretion.com

[IMP] project_issue : improve user inteface, field assigned is only visible if the field task is fill

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'project_issue/project_issue_view.xml'
2--- project_issue/project_issue_view.xml 2011-08-19 01:14:10 +0000
3+++ project_issue/project_issue_view.xml 2011-09-09 11:23:56 +0000
4@@ -56,7 +56,7 @@
5 <field name="project_id" required="True" on_change="on_change_project(project_id)"/>
6 <field name="categ_id" widget="selection" domain="[('object_id.model', '=', 'project.issue')]"/>
7 <field name="user_id" invisible="1" />
8- <field name="assigned_to"/>
9+ <field name="assigned_to" attrs="{'invisible': [('task_id', '=', False)]}"/>
10 <field name="version_id" colspan="2" widget="selection"/>
11 <group colspan="2" col="4">
12 <field name="type_id" string="Resolution" />

Subscribers

People subscribed via source and target branches

to all changes: