|
| 1 | +---Models in module 'sale_timesheet'--- |
| 2 | +obsolete model project.task.assign.sale [transient] |
| 3 | +# NOTHING TO DO |
| 4 | + |
| 5 | +---Fields in module 'sale_timesheet'--- |
| 6 | +sale_timesheet / account.analytic.line / timesheet_invoice_id (many2one): relation is now 'account.move' ('account.invoice') [nothing to do] |
| 7 | +sale_timesheet / account.invoice / timesheet_ids (one2many) : DEL relation: account.analytic.line |
| 8 | +sale_timesheet / account.move / timesheet_ids (one2many) : NEW relation: account.analytic.line |
| 9 | +# DONE: post-migration: mapped invoice to moves |
| 10 | + |
| 11 | +sale_timesheet / product.template / service_tracking (selection) : selection_keys is now '['no', 'project_only', 'task_global_project', 'task_in_project']' ('['no', 'project_only', 'task_global_project', 'task_new_project']') |
| 12 | +# DONE: post-migration: change 'task_new_project' by 'task_in_project' |
| 13 | + |
| 14 | +sale_timesheet / sale.order / project_id (many2one) : NEW relation: project.project |
| 15 | +# NOTHING TO DO: new feature for improving 'task_in_project' to handle more use cases |
| 16 | + |
| 17 | +---XML records in module 'sale_timesheet'--- |
| 18 | +NEW ir.actions.act_window: sale_timesheet.product_template_action_default_services |
| 19 | +NEW ir.actions.act_window: sale_timesheet.project_timesheet_action_client_timesheet_plan |
| 20 | +NEW ir.actions.act_window: sale_timesheet.timesheet_action_from_sales_order |
| 21 | +DEL ir.actions.act_window: sale_timesheet.product_template_action_fixed |
| 22 | +DEL ir.actions.act_window: sale_timesheet.product_template_action_milestone |
| 23 | +DEL ir.actions.act_window: sale_timesheet.product_template_action_time_based |
| 24 | +DEL ir.actions.act_window: sale_timesheet.project_task_action_multi_assign_so_line |
| 25 | +NEW ir.actions.act_window.view: sale_timesheet.timesheet_action_from_sales_order_form |
| 26 | +NEW ir.actions.act_window.view: sale_timesheet.timesheet_action_from_sales_order_tree |
| 27 | +DEL ir.actions.client: sale_timesheet.project_timesheet_action_client_timesheet_plan |
| 28 | +NEW ir.ui.view: sale_timesheet.assets_frontend |
| 29 | +NEW ir.ui.view: sale_timesheet.portal_invoice_page_inherit_timesheet |
| 30 | +NEW ir.ui.view: sale_timesheet.progressbar |
| 31 | +DEL ir.ui.view: sale_timesheet.project_project_view_search |
| 32 | +DEL ir.ui.view: sale_timesheet.project_task_assign_so_line_view_form |
| 33 | +DEL ir.ui.view: sale_timesheet.qunit_suite |
| 34 | +# NOTHING TO DO |
0 commit comments