|
| 1 | +---Models in module 'web_tour'--- |
| 2 | +new model web_tour.tour.step |
| 3 | +---Fields in module 'web_tour'--- |
| 4 | +web_tour / res.users / tour_enabled (boolean) : NEW hasdefault: compute |
| 5 | +web_tour / web_tour.tour / _order : _order is now 'sequence, name, id' ('id') |
| 6 | +web_tour / web_tour.tour / custom (boolean) : NEW |
| 7 | +web_tour / web_tour.tour / rainbow_man_message (html) : NEW hasdefault: default |
| 8 | +web_tour / web_tour.tour / sequence (integer) : NEW hasdefault: default |
| 9 | +web_tour / web_tour.tour / step_ids (one2many) : NEW relation: web_tour.tour.step |
| 10 | +web_tour / web_tour.tour / url (char) : NEW hasdefault: default |
| 11 | + |
| 12 | +NOTHING TO DO |
| 13 | + |
| 14 | +web_tour / web_tour.tour / user_consumed_ids (many2many) : NEW relation: res.users |
| 15 | +web_tour / web_tour.tour / user_id (many2one) : DEL relation: res.users |
| 16 | + |
| 17 | +DONE: move old table aside in pre-migration, set user_consumed_ids from this table and delete it in end migration |
| 18 | + |
| 19 | +web_tour / web_tour.tour.step / content (char) : NEW |
| 20 | +web_tour / web_tour.tour.step / run (char) : NEW |
| 21 | +web_tour / web_tour.tour.step / sequence (integer) : NEW |
| 22 | +web_tour / web_tour.tour.step / tour_id (many2one) : NEW relation: web_tour.tour, required |
| 23 | +web_tour / web_tour.tour.step / trigger (char) : NEW required |
| 24 | +---XML records in module 'web_tour'--- |
| 25 | +NEW ir.actions.act_window: web_tour.tour_action |
| 26 | +DEL ir.actions.act_window: web_tour.edit_tour_action |
| 27 | +NEW ir.actions.server: web_tour.tour_export_js_action |
| 28 | +NEW ir.model.access: web_tour.access_web_tour_tour_readonly |
| 29 | +NEW ir.model.access: web_tour.access_web_tour_tour_step_admin |
| 30 | +NEW ir.model.access: web_tour.access_web_tour_tour_step_readonly |
| 31 | +DEL ir.model.access: web_tour.access_web_tour_tour |
| 32 | +NEW ir.model.constraint: web_tour.constraint_web_tour_tour_uniq_name |
| 33 | +DEL ir.rule: web_tour.own_tours |
| 34 | +NEW ir.ui.view: web_tour.res_users_view_form |
| 35 | +NEW ir.ui.view: web_tour.tour_form |
| 36 | +NEW ir.ui.view: web_tour.tour_list |
| 37 | +NEW ir.ui.view: web_tour.tour_search |
| 38 | +DEL ir.ui.view: web_tour.edit_tour_form |
| 39 | +DEL ir.ui.view: web_tour.edit_tour_list |
| 40 | +DEL ir.ui.view: web_tour.edit_tour_search |
| 41 | + |
| 42 | +NOTHING TO DO |
0 commit comments