|
| 1 | +---Models in module 'hr_contract'--- |
| 2 | +new model hr.contract.history [sql_view] |
| 3 | +new model hr.contract.type |
| 4 | +---Fields in module 'hr_contract'--- |
| 5 | +hr_contract / hr.contract / contract_type_id (many2one) : NEW relation: hr.contract.type |
| 6 | +# NOTHING TO DO: new feature on 15.0 |
| 7 | + |
| 8 | +hr_contract / hr.contract / notes (text) : type is now 'html' ('text') |
| 9 | +# DONE: pre-migration: copied column for preserving old content |
| 10 | +# DONE: post-migration: convert text to html |
| 11 | + |
| 12 | +hr_contract / hr.contract.type / name (char) : NEW required |
| 13 | +# NOTHING TO DO: new model for new feature on 15.0 |
| 14 | + |
| 15 | +hr_contract / hr.employee / first_contract_date (date) : is now stored |
| 16 | +# NOTHING TO DO: computed in load |
| 17 | + |
| 18 | +---XML records in module 'hr_contract'--- |
| 19 | +NEW ir.actions.act_window: hr_contract.hr_contract_history_to_review_view_list_action |
| 20 | +NEW ir.actions.act_window: hr_contract.hr_contract_history_view_form_action |
| 21 | +NEW ir.actions.act_window: hr_contract.hr_contract_history_view_list_action |
| 22 | +NEW ir.ui.view: hr_contract.hr_contract_history_view_form |
| 23 | +NEW ir.ui.view: hr_contract.hr_contract_history_view_kanban |
| 24 | +NEW ir.ui.view: hr_contract.hr_contract_history_view_list |
| 25 | +NEW ir.ui.view: hr_contract.hr_contract_history_view_search |
| 26 | +NEW ir.ui.view: hr_contract.hr_employee_public_view_form |
| 27 | +NEW ir.ui.view: hr_contract.resource_calendar_view_form |
| 28 | +NEW ir.ui.view: hr_contract.resource_calendar_view_tree |
| 29 | +NEW ir.ui.view: hr_contract.view_employee_tree |
| 30 | +NEW ir.model.access: hr_contract.access_hr_contract_history_manager |
| 31 | +NEW ir.model.access: hr_contract.access_hr_contract_type_manager |
| 32 | +NEW ir.rule: hr_contract.ir_rule_hr_contract_history_multi_company (noupdate) |
| 33 | +NEW ir.ui.menu: hr_contract.hr_menu_contract_history |
| 34 | +# NOTHING TO DO |
| 35 | + |
| 36 | +DEL ir.actions.act_window: hr_contract.act_hr_employee_2_hr_contract |
| 37 | +DEL ir.ui.menu: hr_contract.hr_menu_contract |
| 38 | +DEL ir.ui.view: hr_contract.assets_backend |
| 39 | +# NOTHING TO DO: noupdate="0" records |
0 commit comments