[FIX] portal_sale: security rules matching the one of public user
[odoo/odoo.git] / addons / website_blog / doc / blog_blog.rst
1 _blog_blog:
2
3 blog.blog
4 =========
5 In ``blog.blog``, added field ``subtitle`` which Indicates the subtitle of blogs.
6
7 - ``subtitle``: fields.char('Blog Subtitle')
8
9 mail.message
10 ============
11 In ``mail.message``, added field ``discussion`` which Indicates the unique identification 
12 of paragraph on blog post.
13
14 - ``discussion``: fields.char('Discussion Unique Name')
15  
16 blog.post
17 =========
18
19 Fields
20 ++++++
21
22 - ``sub_title`` : contains the subtitle of every blog post.
23 - ``visits`` : Indicates the number of visits on evry blog post.
24 - ``ranking`` : Indicates the ranking on every blog post.