|
| 1 | +---Fields in module 'website_slides'--- |
| 2 | +website_slides / res.partner / slide_channel_ids (many2many) : not stored anymore |
| 3 | +website_slides / res.partner / slide_channel_ids (many2many) : now a function |
| 4 | +website_slides / res.partner / slide_channel_ids (many2many) : table is now 'False' ('slide_channel_partner') |
| 5 | +# NOTHING TO DO |
| 6 | + |
| 7 | +website_slides / slide.answer / _order : _order is now 'question_id, sequence, id' ('question_id, sequence') |
| 8 | +website_slides / slide.channel / activity_user_id (many2one) : not related anymore |
| 9 | +website_slides / slide.channel / activity_user_id (many2one) : now a function |
| 10 | +website_slides / slide.channel / channel_partner_all_ids (one2many): NEW relation: slide.channel.partner |
| 11 | +website_slides / slide.channel / karma_gen_slide_vote (integer): DEL |
| 12 | +website_slides / slide.channel / message_main_attachment_id (many2one): DEL relation: ir.attachment |
| 13 | +website_slides / slide.channel / partner_ids (many2many) : not stored anymore |
| 14 | +website_slides / slide.channel / partner_ids (many2many) : now a function |
| 15 | +website_slides / slide.channel / partner_ids (many2many) : table is now 'False' ('slide_channel_partner') |
| 16 | +website_slides / slide.channel / prerequisite_channel_ids (many2many): NEW relation: slide.channel |
| 17 | +website_slides / slide.channel / prerequisite_of_channel_ids (many2many): NEW relation: slide.channel |
| 18 | +website_slides / slide.channel / visibility (selection) : selection_keys is now '['connected', 'members', 'public']' ('['members', 'public']') |
| 19 | +# NOTHING TO DO |
| 20 | + |
| 21 | +website_slides / slide.channel.partner / active (boolean) : NEW hasdefault: default |
| 22 | +# DONE: pre-migration: precreate column and fill with True |
| 23 | + |
| 24 | +website_slides / slide.channel.partner / completed (boolean) : DEL |
| 25 | +website_slides / slide.channel.partner / member_status (selection) : NEW required, selection_keys: ['completed', 'invited', 'joined', 'ongoing'] |
| 26 | +# DONE: pre-migration: fill using completion field |
| 27 | + |
| 28 | +website_slides / slide.channel.partner / last_invitation_date (datetime): NEW |
| 29 | +# NOTHING TO DO: new feature used with new 'invited' option of member_status |
| 30 | + |
| 31 | +website_slides / slide.slide / message_main_attachment_id (many2one): DEL relation: ir.attachment |
| 32 | +website_slides / slide.slide / rating_ids (one2many) : NEW relation: rating.rating |
| 33 | +# NOTHING TO DO |
| 34 | + |
| 35 | +---XML records in module 'website_slides'--- |
| 36 | +NEW ir.model.access: website_slides.access_slide_channel_employee |
| 37 | +NEW ir.model.access: website_slides.access_slide_channel_portal |
| 38 | +NEW ir.model.access: website_slides.access_slide_channel_public |
| 39 | +NEW ir.model.access: website_slides.access_slide_channel_tag_employee |
| 40 | +NEW ir.model.access: website_slides.access_slide_channel_tag_group_employee |
| 41 | +NEW ir.model.access: website_slides.access_slide_channel_tag_group_portal |
| 42 | +NEW ir.model.access: website_slides.access_slide_channel_tag_group_public |
| 43 | +NEW ir.model.access: website_slides.access_slide_channel_tag_portal |
| 44 | +NEW ir.model.access: website_slides.access_slide_channel_tag_public |
| 45 | +NEW ir.model.access: website_slides.access_slide_embed_portal |
| 46 | +NEW ir.model.access: website_slides.access_slide_embed_public |
| 47 | +NEW ir.model.access: website_slides.access_slide_question_employee |
| 48 | +NEW ir.model.access: website_slides.access_slide_question_portal |
| 49 | +NEW ir.model.access: website_slides.access_slide_question_public |
| 50 | +NEW ir.model.access: website_slides.access_slide_slide_employee |
| 51 | +NEW ir.model.access: website_slides.access_slide_slide_portal |
| 52 | +NEW ir.model.access: website_slides.access_slide_slide_public |
| 53 | +NEW ir.model.access: website_slides.access_slide_tag_employee |
| 54 | +NEW ir.model.access: website_slides.access_slide_tag_portal |
| 55 | +NEW ir.model.access: website_slides.access_slide_tag_public |
| 56 | +DEL ir.model.access: website_slides.access_slide_channel_all |
| 57 | +DEL ir.model.access: website_slides.access_slide_channel_tag_all |
| 58 | +DEL ir.model.access: website_slides.access_slide_channel_tag_group_all |
| 59 | +DEL ir.model.access: website_slides.access_slide_embed_all |
| 60 | +DEL ir.model.access: website_slides.access_slide_question_all |
| 61 | +DEL ir.model.access: website_slides.access_slide_slide_all |
| 62 | +DEL ir.model.access: website_slides.access_slide_tag_all |
| 63 | +# NOTHING TO DO |
| 64 | + |
| 65 | +NEW ir.model.constraint: website_slides.constraint_slide_channel_check_enroll |
| 66 | +# NOTHING TO DO |
| 67 | + |
| 68 | +NEW ir.rule: website_slides.rule_slide_channel_visibility_public_user (noupdate) |
| 69 | +NEW ir.rule: website_slides.rule_slide_channel_visibility_signed_in_user (noupdate) |
| 70 | +NEW ir.rule: website_slides.rule_slide_slide_public_user (noupdate) |
| 71 | +NEW ir.rule: website_slides.rule_slide_slide_signed_in_user (noupdate) |
| 72 | +# NOTHING TO DO |
| 73 | + |
| 74 | +DEL ir.rule: website_slides.rule_slide_channel_not_website (noupdate) |
| 75 | +DEL ir.rule: website_slides.rule_slide_slide_not_website (noupdate) |
| 76 | +# DONE: post-migration: safely delete |
| 77 | + |
| 78 | +NEW ir.ui.view: website_slides.course_slides_list_placeholder |
| 79 | +NEW ir.ui.view: website_slides.gamification_karma_tracking_view_search |
| 80 | +NEW ir.ui.view: website_slides.profile_access_denied |
| 81 | +NEW ir.ui.view: website_slides.slide_channel_partner_view_graph |
| 82 | +NEW ir.ui.view: website_slides.slide_channel_partner_view_pivot |
| 83 | +DEL ir.ui.view: website_slides.private_profile |
| 84 | +DEL ir.ui.view: website_slides.slide_icon |
| 85 | +# NOTHING TO DO |
| 86 | + |
| 87 | +NEW mail.template: website_slides.mail_template_slide_channel_enroll (noupdate) |
| 88 | +# NOTHING TO DO |
0 commit comments