Devishree Brahmbhatt (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-807410-dbr into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #807410 in OpenERP Addons: "[PS] Cannot add internal note on project 
issue"
  https://bugs.launchpad.net/openobject-addons/+bug/807410

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-807410-dbr/+merge/67508

Hello Ma'm,

I have improved code for fixes the problem of add internal note on project 
issue.

Thank You.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-807410-dbr/+merge/67508
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-807410-dbr.
=== modified file 'project_issue/project_issue_view.xml'
--- project_issue/project_issue_view.xml	2011-04-07 11:41:45 +0000
+++ project_issue/project_issue_view.xml	2011-07-11 09:52:41 +0000
@@ -113,20 +113,20 @@
                                         <field name="date"/>
                                         <field name="email_to" widget="char" size="512"/>
                                         <field name="email_cc" widget="char" size="512"/>
-                                        <field name="name" colspan="4" widget="char" size="512"/>
+                                        <field name="name" colspan="4" widget="char" attrs="{'invisible': [('history', '=', True)]}" size="512"/>
                                         <field name="history" invisible="1"/>
                                     </group>
                                     <notebook colspan="4">
                                         <page string="Details">
+                                            <field name="description" colspan="4" nolabel="1"/>
                                             <group attrs="{'invisible': [('history', '!=', True)]}">
-                                                <field name="description" colspan="4" nolabel="1" height="250"/>
                                                 <button colspan="4"
                                                     string="Reply"
                                                     name="%(crm.action_crm_send_mail)d"
                                                     context="{'mail':'reply', 'model': 'project.issue', 'include_original' : True}"
                                                     icon="terp-mail-replied" type="action" />
                                             </group>
-                                            <group attrs="{'invisible': [('history', '=', True)]}">
+                                            <group attrs="{'invisible': [('history', '=', False)]}">
                                                 <field name="display_text" colspan="4" nolabel="1"  height="250"/>
                                             </group>
                                         </page>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to