[FIX] typo

bzr revid: abo@openerp.com-20120727152507-ssp55zd4wsyc2cqf
This commit is contained in:
Antonin Bourguignon 2012-07-27 17:25:07 +02:00
parent 3bbc7e0efc
commit ffb10a71f6
2 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@
from osv import osv, fields
class event_event(osv.osv):
_description = "Portal event"
_description = 'Portal event'
_inherit = 'event.event'
"""
``visibility``: defines if the employee appears on the portal's contact page
``visibility``: defines if the event appears on the portal's event page
- 'public' means the event will appear for everyone (anonymous)
- 'private' means the event won't appear
"""

View File

@ -40,7 +40,7 @@ class crm_contact_us(osv.TransientModel):
}
class hr_employee(osv.osv):
_description = "Portal employee"
_description = 'Portal employee'
_inherit = 'hr.employee'
"""