[DOC] Title underline too short.

bzr revid: vmt@openerp.com-20130122155558-rwh2cs5zfzrvg6xh
This commit is contained in:
Vo Minh Thu 2013-01-22 16:55:58 +01:00
parent 7b74eb79a7
commit 54298f8a51
2 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,7 @@ mail.message
============ ============
Models Models
+++++++ ++++++
``mail.message`` is a class for holding the main attributes of a message object ``mail.message`` is a class for holding the main attributes of a message object
(notification for system message, reciving email message or sent messages). It (notification for system message, reciving email message or sent messages). It
@ -19,7 +19,8 @@ should inherit from this class.
.. versionchanged:: 7.0 .. versionchanged:: 7.0
ClientAction (ir.actions.client) ClientAction (ir.actions.client)
+++++++ ++++++++++++++++++++++++++++++++
<record id="action_mail_inbox_feeds" model="ir.actions.client"> <record id="action_mail_inbox_feeds" model="ir.actions.client">
<field name="name">Inbox</field> <field name="name">Inbox</field>
<field name="tag">mail.wall</field> <field name="tag">mail.wall</field>
@ -56,7 +57,7 @@ ClientAction (ir.actions.client)
- ``readonly`` : Read only mode, hide all action buttons and composer - ``readonly`` : Read only mode, hide all action buttons and composer
Fields Fields
+++++++ ++++++
- ``type`` : usually 'email', 'comment', 'notification'. - ``type`` : usually 'email', 'comment', 'notification'.
Message type: email for external email message recieve, notification for system Message type: email for external email message recieve, notification for system
@ -104,4 +105,4 @@ Methods
sort by id. The messages that the user can read but not in his search, are group in sort by id. The messages that the user can read but not in his search, are group in
expandable messages. The expandable messages contain the domain to expand. expandable messages. The expandable messages contain the domain to expand.
- ``check_access_rule`` : - ``check_access_rule`` :
Overwrite the initial message for this model. Overwrite the initial message for this model.

View File

@ -1,7 +1,7 @@
.. _mail_state: .. _mail_state:
message_unread message_unread
============= ==============
``message_unread`` is a boolean field that states whether the document ``message_unread`` is a boolean field that states whether the document
has unread messages. In previous versions, some documents were going has unread messages. In previous versions, some documents were going
@ -10,7 +10,7 @@ gateway. Now the state related to messages differs from the state or
stage of the document itself. stage of the document itself.
message_unread and need action mechanism message_unread and need action mechanism
+++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++
The ``mail`` module introduces a default behavior for the need_action The ``mail`` module introduces a default behavior for the need_action
mechanism [REF]. mechanism [REF].