Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| website | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| website_blog | | |
| website_blog | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| website_cf_turnstile | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---Models in module 'website_blog'---
---Fields in module 'website_blog'---
website_blog / blog.blog / message_main_attachment_id (many2one): DEL relation: ir.attachment
website_blog / blog.blog / rating_ids (one2many) : NEW relation: rating.rating
website_blog / blog.post / message_main_attachment_id (many2one): DEL relation: ir.attachment
website_blog / blog.post / rating_ids (one2many) : NEW relation: rating.rating
# NOTHING TO DO

---XML records in module 'website_blog'---
NEW ir.model.access: website_blog.blog_blog_employee
NEW ir.model.access: website_blog.blog_blog_portal
NEW ir.model.access: website_blog.blog_blog_public
NEW ir.model.access: website_blog.blog_post_employee
NEW ir.model.access: website_blog.blog_post_portal
NEW ir.model.access: website_blog.blog_post_public
NEW ir.model.access: website_blog.blog_tag_category_employee
NEW ir.model.access: website_blog.blog_tag_category_portal
NEW ir.model.access: website_blog.blog_tag_category_public
NEW ir.model.access: website_blog.blog_tag_employee
NEW ir.model.access: website_blog.blog_tag_portal
NEW ir.model.access: website_blog.blog_tag_public
DEL ir.model.access: website_blog.blog_blog_all
DEL ir.model.access: website_blog.blog_post_all
DEL ir.model.access: website_blog.blog_tag
DEL ir.model.access: website_blog.blog_tag_category_all
# NOTHING TO DO
Loading