Skip to content

Commit

Permalink
[IMP] hr_contract: fill analysis_work.txt
Browse files Browse the repository at this point in the history
Co-Authored-By: Pedro M. Baeza <[email protected]>
  • Loading branch information
MiquelRForgeFlow and pedrobaeza committed Dec 11, 2021
1 parent e992777 commit 1920f3d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<record id="ir_rule_hr_contract_multi_company" model="ir.rule">
<!-- <field name="global"/> -->
</record>
<!--<record id="ir_rule_hr_contract_multi_company" model="ir.rule">
<field name="global"/>
</record>-->
<record id="mt_department_contract_pending" model="mail.message.subtype">
<field name="parent_id" ref="mt_contract_pending"/>
</record>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
---Models in module 'hr_contract'---
new model hr.payroll.structure.type
# NOTHING TO DO

---Fields in module 'hr_contract'---
hr_contract / hr.contract / advantages (text) : DEL
# NOTHING TO DO: unused field

hr_contract / hr.contract / company_id (many2one) : now a function
hr_contract / hr.contract / department_id (many2one) : now a function
hr_contract / hr.contract / job_id (many2one) : now a function
hr_contract / hr.contract / message_has_sms_error (boolean): module is now 'sms' ('hr_contract')
hr_contract / hr.contract / resource_calendar_id (many2one): now a function
hr_contract / hr.contract / structure_type_id (many2one) : NEW relation: hr.payroll.structure.type
# NOTHING TO DO: Computed writable fields whose dependencies are not changed

hr_contract / hr.contract / message_has_sms_error (boolean): module is now 'sms' ('hr_contract')
hr_contract / hr.contract / website_message_ids (one2many): module is now 'portal' ('hr_contract')
# NOTHING TO DO

hr_contract / hr.employee / medic_exam (date) : DEL
# NOTHING TO DO: unused field

hr_contract / hr.contract / structure_type_id (many2one) : NEW relation: hr.payroll.structure.type
hr_contract / hr.payroll.structure.type / country_id (many2one) : NEW relation: res.country, hasdefault
hr_contract / hr.payroll.structure.type / default_resource_calendar_id (many2one): NEW relation: resource.calendar, hasdefault
hr_contract / hr.payroll.structure.type / name (char) : NEW
# NOTHING TO DO: new feature for categorizing contracts

---XML records in module 'hr_contract'---
NEW hr.payroll.structure.type: hr_contract.structure_type_employee (noupdate)
NEW hr.payroll.structure.type: hr_contract.structure_type_employee_cp200 (noupdate)
Expand All @@ -22,3 +34,4 @@ NEW ir.model.access: hr_contract.access_hr_payroll_structure_type_hr_contract_ma
NEW ir.rule: hr_contract.ir_rule_hr_payroll_structure_type_multi_company (noupdate)
NEW ir.ui.view: hr_contract.hr_departure_wizard_view_form
DEL ir.ui.view: hr_contract.hr_employee_view_kanban
# NOTHING TO DO

0 comments on commit 1920f3d

Please sign in to comment.