[IMP]all: Improve typos as mentioned on pad

bzr revid: mma@tinyerp.com-20120426095333-pbyio5mxlkbw6vx6
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-04-26 15:23:33 +05:30
parent e199e1452b
commit dc01a4e57e
3 changed files with 3 additions and 5 deletions

View File

@ -77,7 +77,7 @@
<field name="role" string="My Role"/>
<field name="user_id" invisible="1"/>
<field name="partner_id" invisible="1"/>
<field name="cutype" string="Invitation type"/>
<field name="cutype" string="Invitation Type"/>
<field name="state" />
<field name="rsvp" string="Required to Join"/>
<button name="do_tentative" states="needs-action,declined,accepted"

View File

@ -29,9 +29,7 @@ class res_partner(osv.osv):
'event_ids': fields.one2many('event.event','main_speaker_id', readonly=True),
'event_registration_ids': fields.one2many('event.registration','partner_id', readonly=True),
}
_defaults = {
'speaker' : True,
}
res_partner()

View File

@ -26,7 +26,7 @@ class project_issue_settings(osv.osv_memory):
_inherit = ['project.config.settings', 'fetchmail.config.settings']
_columns = {
'fetchmail_issue': fields.boolean("Create issues from an email account",
'fetchmail_issue': fields.boolean("Create Issues from an E-mail Account",
fetchmail_model='project.issue', fetchmail_name='Incoming issues',
help="""Allows you to configure your incoming mail server, and create issues from incoming emails."""),
'issue_server' : fields.char('Server', size=256),