[IMP] project_issue private note for phu

bzr revid: fp@tinyerp.com-20121129161458-232bfavt2f9lln41
This commit is contained in:
Fabien Pinckaers 2012-11-29 17:14:58 +01:00
parent f9b9e7c4cb
commit f56badd825
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ class project_issue(base_stage, osv.osv):
Define Responsible user and Email account for mail gateway.'),
'partner_id': fields.many2one('res.partner', 'Contact', select=1),
'company_id': fields.many2one('res.company', 'Company'),
'description': fields.text('Description'),
'description': fields.text('Private Note'),
'state': fields.related('stage_id', 'state', type="selection", store=True,
selection=_ISSUE_STATE, string="Status", readonly=True,
help='The status is set to \'Draft\', when a case is created.\

View File

@ -130,7 +130,7 @@
</group>
<notebook>
<page string="Description">
<field name="description" placeholder="Add a description..."/>
<field name="description" placeholder="Add an internal note..." groups="base.group_user"/>
</page>
<page string="Extra Info" groups="base.group_no_one">
<group col="4" colspan="4">